COLOR #3F520A

HEX: #3F520A
RGB: (63,82,10)

Color info

#3F520A contains mainly red and green colors. Web safe color of #3F520A is #336600 (or #360).

RGB color model

#3F520A color RGB value is (63,82,10).

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

RGB channels and saturation

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

63
82
10

R + G + B ~ 20%. #3F520A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 10 = 155 (100%)
R 63 of 155 ~ 40.65%
G 82 of 155 ~ 52.9%
B 10 of 155 ~ 6.45%

%40.65
%52.9

CMYK color model

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

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 87.80%
  • key color value is 67.84%
CMYK:
(23,0,88,68)
C23M0Y88K68 
(23%,0%,88%,68%)
(0.23/0.00/0.88/0.68)	

CMYK percentages

%23.17
%0
%87.8
%67.84

Codes

Color #3F520A in popluar color models

3F520A
RGB638210
HSL76°78.26%18.04%
HSB/HSV76°87.80%32.16%
CMYK23.17%0.00%87.80%
67.84%

Color #3F520A in popluar number systems.

HEX3F520A
Decimal638210
Binary11111110100101010
Octal7712212

Shades and tints

Shades of #3F520A

#3F520A
(63,82,10)
#3A4B0A
(58,75,10)
#35440A
(53,68,10)
#303D0A
(48,61,10)
#2B360A
(43,54,10)
#262F0A
(38,47,10)
#21280A
(33,40,10)
#1C210A
(28,33,10)
#171A0A
(23,26,10)
#12130A
(18,19,10)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #3F520A

#3F520A
(63,82,10)
#506120
(80,97,32)
#617036
(97,112,54)
#727F4C
(114,127,76)
#838E62
(131,142,98)
#949D78
(148,157,120)
#A5AC8E
(165,172,142)
#B6BBA4
(182,187,164)
#C7CABA
(199,202,186)
#D8D9D0
(216,217,208)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F520A; }

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

This text font color is #3F520A.


Background Color

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

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

This div background color is #3F520A.


Border color

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

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

This div border color is #3F520A.


Opacity

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

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

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

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

This text has shadow with #3F520A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F520A on black background.


Color preview on white background

This text has color #3F520A on white background.



Black color preview on #3F520A background

This text has black color on #3F520A background.


White color preview on #3F520A background

This text has white color on #3F520A background.