COLOR #3F531E

HEX: #3F531E
RGB: (63,83,30)

Color info

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

RGB color model

#3F531E color RGB value is (63,83,30).

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

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 30 of 255 = 12%

63
83
30

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

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 30 = 176 (100%)
R 63 of 176 ~ 35.8%
G 83 of 176 ~ 47.16%
B 30 of 176 ~ 17.05%

%35.8
%47.16
%17.05

CMYK color model

#3F531E color CMYK value is (24,0,64,67).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(24,0,64,67)
C24M0Y64K67 
(24%,0%,64%,67%)
(0.24/0.00/0.64/0.67)	

CMYK percentages

%24.1
%0
%63.86
%67.45

Codes

Color #3F531E in popluar color models

3F531E
RGB638330
HSL83°46.90%22.16%
HSB/HSV83°63.86%32.55%
CMYK24.10%0.00%63.86%
67.45%

Color #3F531E in popluar number systems.

HEX3F531E
Decimal638330
Binary111111101001111110
Octal7712336

Shades and tints

Shades of #3F531E

#3F531E
(63,83,30)
#3A4C1C
(58,76,28)
#35451A
(53,69,26)
#303E18
(48,62,24)
#2B3716
(43,55,22)
#263014
(38,48,20)
#212912
(33,41,18)
#1C2210
(28,34,16)
#171B0E
(23,27,14)
#12140C
(18,20,12)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #3F531E

#3F531E
(63,83,30)
#506232
(80,98,50)
#617146
(97,113,70)
#72805A
(114,128,90)
#838F6E
(131,143,110)
#949E82
(148,158,130)
#A5AD96
(165,173,150)
#B6BCAA
(182,188,170)
#C7CBBE
(199,203,190)
#D8DAD2
(216,218,210)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F531E; }

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

This text font color is #3F531E.


Background Color

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

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

This div background color is #3F531E.


Border color

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

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

This div border color is #3F531E.


Opacity

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

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

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

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

This text has shadow with #3F531E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F531E on black background.


Color preview on white background

This text has color #3F531E on white background.



Black color preview on #3F531E background

This text has black color on #3F531E background.


White color preview on #3F531E background

This text has white color on #3F531E background.