COLOR #3F4D2A

HEX: #3F4D2A
RGB: (63,77,42)

Color info

#3F4D2A contains red, green and blue colors in about the same proportion. Web safe color of #3F4D2A is #333333 (or #333).

RGB color model

#3F4D2A color RGB value is (63,77,42).

  • red value is 63;
  • green value is 77;
  • blue value is 42.
RGB:
(63,77,42)
(25%,30%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 77 of 255 = 30%
B 42 of 255 = 16%

63
77
42

R + G + B ~ 24%. #3F4D2A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 77 + 42 = 182 (100%)
R 63 of 182 ~ 34.62%
G 77 of 182 ~ 42.31%
B 42 of 182 ~ 23.08%

%34.62
%42.31
%23.08

CMYK color model

#3F4D2A color CMYK value is (18,0,45,70).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 69.80%
CMYK:
(18,0,45,70)
C18M0Y45K70 
(18%,0%,45%,70%)
(0.18/0.00/0.45/0.70)	

CMYK percentages

%18.18
%0
%45.45
%69.8

Codes

Color #3F4D2A in popluar color models

3F4D2A
RGB637742
HSL84°29.41%23.33%
HSB/HSV84°45.45%30.20%
CMYK18.18%0.00%45.45%
69.80%

Color #3F4D2A in popluar number systems.

HEX3F4D2A
Decimal637742
Binary1111111001101101010
Octal7711552

Shades and tints

Shades of #3F4D2A

#3F4D2A
(63,77,42)
#3A4627
(58,70,39)
#353F24
(53,63,36)
#303821
(48,56,33)
#2B311E
(43,49,30)
#262A1B
(38,42,27)
#212318
(33,35,24)
#1C1C15
(28,28,21)
#171512
(23,21,18)
#120E0F
(18,14,15)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #3F4D2A

#3F4D2A
(63,77,42)
#505D3D
(80,93,61)
#616D50
(97,109,80)
#727D63
(114,125,99)
#838D76
(131,141,118)
#949D89
(148,157,137)
#A5AD9C
(165,173,156)
#B6BDAF
(182,189,175)
#C7CDC2
(199,205,194)
#D8DDD5
(216,221,213)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4D2A color. Also use rgb(63,77,42) instead hex code.

Text Font Color

.myTextColor { color: #3F4D2A; }

<p style="color:#3F4D2A">This sample text font color is #3F4D2A.</p>

This text font color is #3F4D2A.


Background Color

.myBgColor { background-color: #3F4D2A; }

<div style="background-color:#3F4D2A">Inner text</div>

This div background color is #3F4D2A.


Border color

.myBorderColor { border: 1px solid #3F4D2A; }

<div style="border:3px solid #3F4D2A">Div</div>

This div border color is #3F4D2A.


Opacity

.myOpacity80 { color: #3F4D2A; opacity: 0.8; }

<p style="color:#3F4D2A;opacity:0.8;">80%</p>

Text with #3F4D2A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3F4D2A;}

<p style="text-shadow: 3px 3px 1px #3F4D2A">Text here.</p>

This text has shadow with #3F4D2A color.

.textShadow {text-shadow: 3px 3px 1px #3F4D2A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3F4D2A, 5px 5px 20px red">Text here.</p>

This text has shadow with #3F4D2A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3F4D2A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3F4D2A, Direction=45, Strength=4)">Text</p>

This text has shadow with #3F4D2A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3F4D2A;
  -webkit-box-shadow:	1px 1px 3px 2px #3F4D2A;
  box-shadow:		1px 1px 3px 2px #3F4D2A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3F4D2A;
-webkit-box-shadow: 1px 1px 3px 2px #3F4D2A;
box-shadow:1px 1px 3px 2px #3F4D2A;">
Div content here</div>
This div box has shadow with color #3F4D2A.

Preview

Color preview on black background

This text has color #3F4D2A on black background.


Color preview on white background

This text has color #3F4D2A on white background.



Black color preview on #3F4D2A background

This text has black color on #3F4D2A background.


White color preview on #3F4D2A background

This text has white color on #3F4D2A background.