COLOR #3F522C

HEX: #3F522C
RGB: (63,82,44)

Color info

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

RGB color model

#3F522C color RGB value is (63,82,44).

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

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 44 of 255 = 17%

63
82
44

R + G + B ~ 25%. #3F522C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 44 = 189 (100%)
R 63 of 189 ~ 33.33%
G 82 of 189 ~ 43.39%
B 44 of 189 ~ 23.28%

%33.33
%43.39
%23.28

CMYK color model

#3F522C color CMYK value is (23,0,46,68).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 67.84%
CMYK:
(23,0,46,68)
C23M0Y46K68 
(23%,0%,46%,68%)
(0.23/0.00/0.46/0.68)	

CMYK percentages

%23.17
%0
%46.34
%67.84

Codes

Color #3F522C in popluar color models

3F522C
RGB638244
HSL90°30.16%24.71%
HSB/HSV90°46.34%32.16%
CMYK23.17%0.00%46.34%
67.84%

Color #3F522C in popluar number systems.

HEX3F522C
Decimal638244
Binary1111111010010101100
Octal7712254

Shades and tints

Shades of #3F522C

#3F522C
(63,82,44)
#3A4B28
(58,75,40)
#354424
(53,68,36)
#303D20
(48,61,32)
#2B361C
(43,54,28)
#262F18
(38,47,24)
#212814
(33,40,20)
#1C2110
(28,33,16)
#171A0C
(23,26,12)
#121308
(18,19,8)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #3F522C

#3F522C
(63,82,44)
#50613F
(80,97,63)
#617052
(97,112,82)
#727F65
(114,127,101)
#838E78
(131,142,120)
#949D8B
(148,157,139)
#A5AC9E
(165,172,158)
#B6BBB1
(182,187,177)
#C7CAC4
(199,202,196)
#D8D9D7
(216,217,215)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F522C; }

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

This text font color is #3F522C.


Background Color

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

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

This div background color is #3F522C.


Border color

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

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

This div border color is #3F522C.


Opacity

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

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

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

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

This text has shadow with #3F522C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F522C on black background.


Color preview on white background

This text has color #3F522C on white background.



Black color preview on #3F522C background

This text has black color on #3F522C background.


White color preview on #3F522C background

This text has white color on #3F522C background.