COLOR #39471B

HEX: #39471B
RGB: (57,71,27)

Color info

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

RGB color model

#39471B color RGB value is (57,71,27).

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

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 27 of 255 = 11%

57
71
27

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

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 27 = 155 (100%)
R 57 of 155 ~ 36.77%
G 71 of 155 ~ 45.81%
B 27 of 155 ~ 17.42%

%36.77
%45.81
%17.42

CMYK color model

#39471B color CMYK value is (20,0,62,72).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 61.97%
  • key color value is 72.16%
CMYK:
(20,0,62,72)
C20M0Y62K72 
(20%,0%,62%,72%)
(0.20/0.00/0.62/0.72)	

CMYK percentages

%19.72
%0
%61.97
%72.16

Codes

Color #39471B in popluar color models

39471B
RGB577127
HSL79°44.90%19.22%
HSB/HSV79°61.97%27.84%
CMYK19.72%0.00%61.97%
72.16%

Color #39471B in popluar number systems.

HEX39471B
Decimal577127
Binary111001100011111011
Octal7110733

Shades and tints

Shades of #39471B

#39471B
(57,71,27)
#344119
(52,65,25)
#2F3B17
(47,59,23)
#2A3515
(42,53,21)
#252F13
(37,47,19)
#202911
(32,41,17)
#1B230F
(27,35,15)
#161D0D
(22,29,13)
#11170B
(17,23,11)
#0C1109
(12,17,9)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #39471B

#39471B
(57,71,27)
#4B572F
(75,87,47)
#5D6743
(93,103,67)
#6F7757
(111,119,87)
#81876B
(129,135,107)
#93977F
(147,151,127)
#A5A793
(165,167,147)
#B7B7A7
(183,183,167)
#C9C7BB
(201,199,187)
#DBD7CF
(219,215,207)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #39471B; }

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

This text font color is #39471B.


Background Color

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

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

This div background color is #39471B.


Border color

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

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

This div border color is #39471B.


Opacity

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

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

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

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

This text has shadow with #39471B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39471B on black background.


Color preview on white background

This text has color #39471B on white background.



Black color preview on #39471B background

This text has black color on #39471B background.


White color preview on #39471B background

This text has white color on #39471B background.