COLOR #3F511E

HEX: #3F511E
RGB: (63,81,30)

Color info

#3F511E contains red, green and blue colors in about the same proportion. Web safe color of #3F511E is #336633 (or #363).

RGB color model

#3F511E color RGB value is (63,81,30).

  • red value is 63;
  • green value is 81;
  • blue value is 30.
RGB:
(63,81,30)
(25%,32%,12%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 30 of 255 = 12%

63
81
30

R + G + B ~ 23%. #3F511E is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 81 + 30 = 174 (100%)
R 63 of 174 ~ 36.21%
G 81 of 174 ~ 46.55%
B 30 of 174 ~ 17.24%

%36.21
%46.55
%17.24

CMYK color model

#3F511E color CMYK value is (22,0,63,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 68.24%
CMYK:
(22,0,63,68)
C22M0Y63K68 
(22%,0%,63%,68%)
(0.22/0.00/0.63/0.68)	

CMYK percentages

%22.22
%0
%62.96
%68.24

Codes

Color #3F511E in popluar color models

3F511E
RGB638130
HSL81°45.95%21.76%
HSB/HSV81°62.96%31.76%
CMYK22.22%0.00%62.96%
68.24%

Color #3F511E in popluar number systems.

HEX3F511E
Decimal638130
Binary111111101000111110
Octal7712136

Shades and tints

Shades of #3F511E

#3F511E
(63,81,30)
#3A4A1C
(58,74,28)
#35431A
(53,67,26)
#303C18
(48,60,24)
#2B3516
(43,53,22)
#262E14
(38,46,20)
#212712
(33,39,18)
#1C2010
(28,32,16)
#17190E
(23,25,14)
#12120C
(18,18,12)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #3F511E

#3F511E
(63,81,30)
#506032
(80,96,50)
#616F46
(97,111,70)
#727E5A
(114,126,90)
#838D6E
(131,141,110)
#949C82
(148,156,130)
#A5AB96
(165,171,150)
#B6BAAA
(182,186,170)
#C7C9BE
(199,201,190)
#D8D8D2
(216,216,210)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F511E color. Also use rgb(63,81,30) instead hex code.

Text Font Color

.myTextColor { color: #3F511E; }

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

This text font color is #3F511E.


Background Color

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

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

This div background color is #3F511E.


Border color

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

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

This div border color is #3F511E.


Opacity

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

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

Text with #3F511E 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 #3F511E;}

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

This text has shadow with #3F511E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F511E on black background.


Color preview on white background

This text has color #3F511E on white background.



Black color preview on #3F511E background

This text has black color on #3F511E background.


White color preview on #3F511E background

This text has white color on #3F511E background.