COLOR #37470E

HEX: #37470E
RGB: (55,71,14)

Color info

#37470E contains red, green and blue colors in about the same proportion. Web safe color of #37470E is #333300 (or #330).

RGB color model

#37470E color RGB value is (55,71,14).

  • red value is 55;
  • green value is 71;
  • blue value is 14.
RGB:
(55,71,14)
(22%,28%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 14 of 255 = 5%

55
71
14

R + G + B ~ 18%. #37470E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 14 = 140 (100%)
R 55 of 140 ~ 39.29%
G 71 of 140 ~ 50.71%
B 14 of 140 ~ 10%

%39.29
%50.71
%10

CMYK color model

#37470E color CMYK value is (23,0,80,72).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 80.28%
  • key color value is 72.16%
CMYK:
(23,0,80,72)
C23M0Y80K72 
(23%,0%,80%,72%)
(0.23/0.00/0.80/0.72)	

CMYK percentages

%22.54
%0
%80.28
%72.16

Codes

Color #37470E in popluar color models

37470E
RGB557114
HSL77°67.06%16.67%
HSB/HSV77°80.28%27.84%
CMYK22.54%0.00%80.28%
72.16%

Color #37470E in popluar number systems.

HEX37470E
Decimal557114
Binary11011110001111110
Octal6710716

Shades and tints

Shades of #37470E

#37470E
(55,71,14)
#32410D
(50,65,13)
#2D3B0C
(45,59,12)
#28350B
(40,53,11)
#232F0A
(35,47,10)
#1E2909
(30,41,9)
#192308
(25,35,8)
#141D07
(20,29,7)
#0F1706
(15,23,6)
#0A1105
(10,17,5)
#050B04
(5,11,4)
#000000
(0,0,0)

Tints of #37470E

#37470E
(55,71,14)
#495723
(73,87,35)
#5B6738
(91,103,56)
#6D774D
(109,119,77)
#7F8762
(127,135,98)
#919777
(145,151,119)
#A3A78C
(163,167,140)
#B5B7A1
(181,183,161)
#C7C7B6
(199,199,182)
#D9D7CB
(217,215,203)
#EBE7E0
(235,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37470E color. Also use rgb(55,71,14) instead hex code.

Text Font Color

.myTextColor { color: #37470E; }

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

This text font color is #37470E.


Background Color

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

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

This div background color is #37470E.


Border color

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

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

This div border color is #37470E.


Opacity

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

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

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

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

This text has shadow with #37470E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37470E on black background.


Color preview on white background

This text has color #37470E on white background.



Black color preview on #37470E background

This text has black color on #37470E background.


White color preview on #37470E background

This text has white color on #37470E background.