COLOR #3F521A

HEX: #3F521A
RGB: (63,82,26)

Color info

#3F521A contains red, green and blue colors in about the same proportion. Web safe color of #3F521A is #336600 (or #360).

RGB color model

#3F521A color RGB value is (63,82,26).

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

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 26 of 255 = 10%

63
82
26

R + G + B ~ 22%. #3F521A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 26 = 171 (100%)
R 63 of 171 ~ 36.84%
G 82 of 171 ~ 47.95%
B 26 of 171 ~ 15.2%

%36.84
%47.95
%15.2

CMYK color model

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

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 68.29%
  • key color value is 67.84%
CMYK:
(23,0,68,68)
C23M0Y68K68 
(23%,0%,68%,68%)
(0.23/0.00/0.68/0.68)	

CMYK percentages

%23.17
%0
%68.29
%67.84

Codes

Color #3F521A in popluar color models

3F521A
RGB638226
HSL80°51.85%21.18%
HSB/HSV80°68.29%32.16%
CMYK23.17%0.00%68.29%
67.84%

Color #3F521A in popluar number systems.

HEX3F521A
Decimal638226
Binary111111101001011010
Octal7712232

Shades and tints

Shades of #3F521A

#3F521A
(63,82,26)
#3A4B18
(58,75,24)
#354416
(53,68,22)
#303D14
(48,61,20)
#2B3612
(43,54,18)
#262F10
(38,47,16)
#21280E
(33,40,14)
#1C210C
(28,33,12)
#171A0A
(23,26,10)
#121308
(18,19,8)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #3F521A

#3F521A
(63,82,26)
#50612E
(80,97,46)
#617042
(97,112,66)
#727F56
(114,127,86)
#838E6A
(131,142,106)
#949D7E
(148,157,126)
#A5AC92
(165,172,146)
#B6BBA6
(182,187,166)
#C7CABA
(199,202,186)
#D8D9CE
(216,217,206)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F521A; }

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

This text font color is #3F521A.


Background Color

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

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

This div background color is #3F521A.


Border color

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

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

This div border color is #3F521A.


Opacity

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

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

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

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

This text has shadow with #3F521A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F521A on black background.


Color preview on white background

This text has color #3F521A on white background.



Black color preview on #3F521A background

This text has black color on #3F521A background.


White color preview on #3F521A background

This text has white color on #3F521A background.