COLOR #39471F

HEX: #39471F
RGB: (57,71,31)

Color info

#39471F contains red, green and blue colors in about the same proportion. Web safe color of #39471F is #333333 (or #333).

RGB color model

#39471F color RGB value is (57,71,31).

  • red value is 57;
  • green value is 71;
  • blue value is 31.
RGB:
(57,71,31)
(22%,28%,12%)

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 31 of 255 = 12%

57
71
31

R + G + B ~ 21%. #39471F is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 31 = 159 (100%)
R 57 of 159 ~ 35.85%
G 71 of 159 ~ 44.65%
B 31 of 159 ~ 19.5%

%35.85
%44.65
%19.5

CMYK color model

#39471F color CMYK value is (20,0,56,72).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(20,0,56,72)
C20M0Y56K72 
(20%,0%,56%,72%)
(0.20/0.00/0.56/0.72)	

CMYK percentages

%19.72
%0
%56.34
%72.16

Codes

Color #39471F in popluar color models

39471F
RGB577131
HSL81°39.22%20.00%
HSB/HSV81°56.34%27.84%
CMYK19.72%0.00%56.34%
72.16%

Color #39471F in popluar number systems.

HEX39471F
Decimal577131
Binary111001100011111111
Octal7110737

Shades and tints

Shades of #39471F

#39471F
(57,71,31)
#34411D
(52,65,29)
#2F3B1B
(47,59,27)
#2A3519
(42,53,25)
#252F17
(37,47,23)
#202915
(32,41,21)
#1B2313
(27,35,19)
#161D11
(22,29,17)
#11170F
(17,23,15)
#0C110D
(12,17,13)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #39471F

#39471F
(57,71,31)
#4B5733
(75,87,51)
#5D6747
(93,103,71)
#6F775B
(111,119,91)
#81876F
(129,135,111)
#939783
(147,151,131)
#A5A797
(165,167,151)
#B7B7AB
(183,183,171)
#C9C7BF
(201,199,191)
#DBD7D3
(219,215,211)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39471F color. Also use rgb(57,71,31) instead hex code.

Text Font Color

.myTextColor { color: #39471F; }

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

This text font color is #39471F.


Background Color

.myBgColor { background-color: #39471F; }

<div style="background-color:#39471F">Inner text</div>

This div background color is #39471F.


Border color

.myBorderColor { border: 1px solid #39471F; }

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

This div border color is #39471F.


Opacity

.myOpacity80 { color: #39471F; opacity: 0.8; }

<p style="color:#39471F;opacity:0.8;">80%</p>

Text with #39471F 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 #39471F;}

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

This text has shadow with #39471F color.

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

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

This text has shadow with #39471F primary color and red secondary color.


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

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

This text has shadow with #39471F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39471F on black background.


Color preview on white background

This text has color #39471F on white background.



Black color preview on #39471F background

This text has black color on #39471F background.


White color preview on #39471F background

This text has white color on #39471F background.