COLOR #3F531C

HEX: #3F531C
RGB: (63,83,28)

Color info

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

RGB color model

#3F531C color RGB value is (63,83,28).

  • red value is 63;
  • green value is 83;
  • blue value is 28.
RGB:
(63,83,28)
(25%,33%,11%)

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 28 of 255 = 11%

63
83
28

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

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 28 = 174 (100%)
R 63 of 174 ~ 36.21%
G 83 of 174 ~ 47.7%
B 28 of 174 ~ 16.09%

%36.21
%47.7
%16.09

CMYK color model

#3F531C color CMYK value is (24,0,66,67).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 66.27%
  • key color value is 67.45%
CMYK:
(24,0,66,67)
C24M0Y66K67 
(24%,0%,66%,67%)
(0.24/0.00/0.66/0.67)	

CMYK percentages

%24.1
%0
%66.27
%67.45

Codes

Color #3F531C in popluar color models

3F531C
RGB638328
HSL82°49.55%21.76%
HSB/HSV82°66.27%32.55%
CMYK24.10%0.00%66.27%
67.45%

Color #3F531C in popluar number systems.

HEX3F531C
Decimal638328
Binary111111101001111100
Octal7712334

Shades and tints

Shades of #3F531C

#3F531C
(63,83,28)
#3A4C1A
(58,76,26)
#354518
(53,69,24)
#303E16
(48,62,22)
#2B3714
(43,55,20)
#263012
(38,48,18)
#212910
(33,41,16)
#1C220E
(28,34,14)
#171B0C
(23,27,12)
#12140A
(18,20,10)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #3F531C

#3F531C
(63,83,28)
#506230
(80,98,48)
#617144
(97,113,68)
#728058
(114,128,88)
#838F6C
(131,143,108)
#949E80
(148,158,128)
#A5AD94
(165,173,148)
#B6BCA8
(182,188,168)
#C7CBBC
(199,203,188)
#D8DAD0
(216,218,208)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F531C color. Also use rgb(63,83,28) instead hex code.

Text Font Color

.myTextColor { color: #3F531C; }

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

This text font color is #3F531C.


Background Color

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

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

This div background color is #3F531C.


Border color

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

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

This div border color is #3F531C.


Opacity

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

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

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

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

This text has shadow with #3F531C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F531C on black background.


Color preview on white background

This text has color #3F531C on white background.



Black color preview on #3F531C background

This text has black color on #3F531C background.


White color preview on #3F531C background

This text has white color on #3F531C background.