COLOR #3F521E

HEX: #3F521E
RGB: (63,82,30)

Color info

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

RGB color model

#3F521E color RGB value is (63,82,30).

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

RGB channels and saturation

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

63
82
30

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

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 30 = 175 (100%)
R 63 of 175 ~ 36%
G 82 of 175 ~ 46.86%
B 30 of 175 ~ 17.14%

%36
%46.86
%17.14

CMYK color model

#3F521E color CMYK value is (23,0,63,68).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 67.84%
CMYK:
(23,0,63,68)
C23M0Y63K68 
(23%,0%,63%,68%)
(0.23/0.00/0.63/0.68)	

CMYK percentages

%23.17
%0
%63.41
%67.84

Codes

Color #3F521E in popluar color models

3F521E
RGB638230
HSL82°46.43%21.96%
HSB/HSV82°63.41%32.16%
CMYK23.17%0.00%63.41%
67.84%

Color #3F521E in popluar number systems.

HEX3F521E
Decimal638230
Binary111111101001011110
Octal7712236

Shades and tints

Shades of #3F521E

#3F521E
(63,82,30)
#3A4B1C
(58,75,28)
#35441A
(53,68,26)
#303D18
(48,61,24)
#2B3616
(43,54,22)
#262F14
(38,47,20)
#212812
(33,40,18)
#1C2110
(28,33,16)
#171A0E
(23,26,14)
#12130C
(18,19,12)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #3F521E

#3F521E
(63,82,30)
#506132
(80,97,50)
#617046
(97,112,70)
#727F5A
(114,127,90)
#838E6E
(131,142,110)
#949D82
(148,157,130)
#A5AC96
(165,172,150)
#B6BBAA
(182,187,170)
#C7CABE
(199,202,190)
#D8D9D2
(216,217,210)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F521E; }

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

This text font color is #3F521E.


Background Color

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

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

This div background color is #3F521E.


Border color

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

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

This div border color is #3F521E.


Opacity

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

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

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

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

This text has shadow with #3F521E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F521E on black background.


Color preview on white background

This text has color #3F521E on white background.



Black color preview on #3F521E background

This text has black color on #3F521E background.


White color preview on #3F521E background

This text has white color on #3F521E background.