COLOR #370620

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

Color info

#370620 contains red, green and blue colors in about the same proportion. Web safe color of #370620 is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

55
6
32

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

Portions of RGB colors in percentages

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

%59.14
%34.41

CMYK color model

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

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

CMYK percentages

%0
%89.09
%41.82
%78.43

Codes

Color #370620 in popluar color models

370620
RGB55632
HSL328°80.33%11.96%
HSB/HSV328°89.09%21.57%
CMYK0.00%89.09%41.82%
78.43%

Color #370620 in popluar number systems.

HEX370620
Decimal55632
Binary110111110100000
Octal67640

Shades and tints

Shades of #370620

#370620
(55,6,32)
#32061E
(50,6,30)
#2D061C
(45,6,28)
#28061A
(40,6,26)
#230618
(35,6,24)
#1E0616
(30,6,22)
#190614
(25,6,20)
#140612
(20,6,18)
#0F0610
(15,6,16)
#0A060E
(10,6,14)
#05060C
(5,6,12)
#000000
(0,0,0)

Tints of #370620

#370620
(55,6,32)
#491C34
(73,28,52)
#5B3248
(91,50,72)
#6D485C
(109,72,92)
#7F5E70
(127,94,112)
#917484
(145,116,132)
#A38A98
(163,138,152)
#B5A0AC
(181,160,172)
#C7B6C0
(199,182,192)
#D9CCD4
(217,204,212)
#EBE2E8
(235,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370620; }

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

This text font color is #370620.


Background Color

.myBgColor { background-color: #370620; }

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

This div background color is #370620.


Border color

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

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

This div border color is #370620.


Opacity

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

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

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

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

This text has shadow with #370620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370620 on black background.


Color preview on white background

This text has color #370620 on white background.



Black color preview on #370620 background

This text has black color on #370620 background.


White color preview on #370620 background

This text has white color on #370620 background.