COLOR #39472E

HEX: #39472E
RGB: (57,71,46)

Color info

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

RGB color model

#39472E color RGB value is (57,71,46).

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

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 46 of 255 = 18%

57
71
46

R + G + B ~ 23%. #39472E is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 46 = 174 (100%)
R 57 of 174 ~ 32.76%
G 71 of 174 ~ 40.8%
B 46 of 174 ~ 26.44%

%32.76
%40.8
%26.44

CMYK color model

#39472E color CMYK value is (20,0,35,72).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(20,0,35,72)
C20M0Y35K72 
(20%,0%,35%,72%)
(0.20/0.00/0.35/0.72)	

CMYK percentages

%19.72
%0
%35.21
%72.16

Codes

Color #39472E in popluar color models

39472E
RGB577146
HSL94°21.37%22.94%
HSB/HSV94°35.21%27.84%
CMYK19.72%0.00%35.21%
72.16%

Color #39472E in popluar number systems.

HEX39472E
Decimal577146
Binary1110011000111101110
Octal7110756

Shades and tints

Shades of #39472E

#39472E
(57,71,46)
#34412A
(52,65,42)
#2F3B26
(47,59,38)
#2A3522
(42,53,34)
#252F1E
(37,47,30)
#20291A
(32,41,26)
#1B2316
(27,35,22)
#161D12
(22,29,18)
#11170E
(17,23,14)
#0C110A
(12,17,10)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #39472E

#39472E
(57,71,46)
#4B5741
(75,87,65)
#5D6754
(93,103,84)
#6F7767
(111,119,103)
#81877A
(129,135,122)
#93978D
(147,151,141)
#A5A7A0
(165,167,160)
#B7B7B3
(183,183,179)
#C9C7C6
(201,199,198)
#DBD7D9
(219,215,217)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39472E color. Also use rgb(57,71,46) instead hex code.

Text Font Color

.myTextColor { color: #39472E; }

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

This text font color is #39472E.


Background Color

.myBgColor { background-color: #39472E; }

<div style="background-color:#39472E">Inner text</div>

This div background color is #39472E.


Border color

.myBorderColor { border: 1px solid #39472E; }

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

This div border color is #39472E.


Opacity

.myOpacity80 { color: #39472E; opacity: 0.8; }

<p style="color:#39472E;opacity:0.8;">80%</p>

Text with #39472E 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 #39472E;}

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

This text has shadow with #39472E color.

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

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

This text has shadow with #39472E primary color and red secondary color.


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

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

This text has shadow with #39472E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39472E on black background.


Color preview on white background

This text has color #39472E on white background.



Black color preview on #39472E background

This text has black color on #39472E background.


White color preview on #39472E background

This text has white color on #39472E background.