COLOR #372006

HEX: #372006
RGB: (55,32,6)

Color info

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

RGB color model

#372006 color RGB value is (55,32,6).

  • red value is 55;
  • green value is 32;
  • blue value is 6.
RGB:
(55,32,6)
(22%,13%,2%)

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 6 of 255 = 2%

55
32
6

R + G + B ~ 12%. #372006 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 32 + 6 = 93 (100%)
R 55 of 93 ~ 59.14%
G 32 of 93 ~ 34.41%
B 6 of 93 ~ 6.45%

%59.14
%34.41

CMYK color model

#372006 color CMYK value is (0,42,89,78).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 89.09%
  • key color value is 78.43%
CMYK:
(0,42,89,78)
C0M42Y89K78 
(0%,42%,89%,78%)
(0.00/0.42/0.89/0.78)	

CMYK percentages

%0
%41.82
%89.09
%78.43

Codes

Color #372006 in popluar color models

372006
RGB55326
HSL32°80.33%11.96%
HSB/HSV32°89.09%21.57%
CMYK0.00%41.82%89.09%
78.43%

Color #372006 in popluar number systems.

HEX372006
Decimal55326
Binary110111100000110
Octal67406

Shades and tints

Shades of #372006

#372006
(55,32,6)
#321E06
(50,30,6)
#2D1C06
(45,28,6)
#281A06
(40,26,6)
#231806
(35,24,6)
#1E1606
(30,22,6)
#191406
(25,20,6)
#141206
(20,18,6)
#0F1006
(15,16,6)
#0A0E06
(10,14,6)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #372006

#372006
(55,32,6)
#49341C
(73,52,28)
#5B4832
(91,72,50)
#6D5C48
(109,92,72)
#7F705E
(127,112,94)
#918474
(145,132,116)
#A3988A
(163,152,138)
#B5ACA0
(181,172,160)
#C7C0B6
(199,192,182)
#D9D4CC
(217,212,204)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372006 color. Also use rgb(55,32,6) instead hex code.

Text Font Color

.myTextColor { color: #372006; }

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

This text font color is #372006.


Background Color

.myBgColor { background-color: #372006; }

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

This div background color is #372006.


Border color

.myBorderColor { border: 1px solid #372006; }

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

This div border color is #372006.


Opacity

.myOpacity80 { color: #372006; opacity: 0.8; }

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

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

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

This text has shadow with #372006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372006 on black background.


Color preview on white background

This text has color #372006 on white background.



Black color preview on #372006 background

This text has black color on #372006 background.


White color preview on #372006 background

This text has white color on #372006 background.