COLOR #370612

HEX: #370612
RGB: (55,6,18)

Color info

#370612 contains red, green and blue colors in about the same proportion. Web safe color of #370612 is #330000 (or #300).

RGB color model

#370612 color RGB value is (55,6,18).

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

RGB channels and saturation

R 55 of 255 = 22%
G 6 of 255 = 2%
B 18 of 255 = 7%

55
6
18

R + G + B ~ 10%. #370612 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 6 + 18 = 79 (100%)
R 55 of 79 ~ 69.62%
G 6 of 79 ~ 7.59%
B 18 of 79 ~ 22.78%

%69.62
%22.78

CMYK color model

#370612 color CMYK value is (0,89,67,78).

  • cyan value is 0.00%
  • magenta value is 89.09%
  • yellow value is 67.27%
  • key color value is 78.43%
CMYK:
(0,89,67,78)
C0M89Y67K78 
(0%,89%,67%,78%)
(0.00/0.89/0.67/0.78)	

CMYK percentages

%0
%89.09
%67.27
%78.43

Codes

Color #370612 in popluar color models

370612
RGB55618
HSL345°80.33%11.96%
HSB/HSV345°89.09%21.57%
CMYK0.00%89.09%67.27%
78.43%

Color #370612 in popluar number systems.

HEX370612
Decimal55618
Binary11011111010010
Octal67622

Shades and tints

Shades of #370612

#370612
(55,6,18)
#320611
(50,6,17)
#2D0610
(45,6,16)
#28060F
(40,6,15)
#23060E
(35,6,14)
#1E060D
(30,6,13)
#19060C
(25,6,12)
#14060B
(20,6,11)
#0F060A
(15,6,10)
#0A0609
(10,6,9)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #370612

#370612
(55,6,18)
#491C27
(73,28,39)
#5B323C
(91,50,60)
#6D4851
(109,72,81)
#7F5E66
(127,94,102)
#91747B
(145,116,123)
#A38A90
(163,138,144)
#B5A0A5
(181,160,165)
#C7B6BA
(199,182,186)
#D9CCCF
(217,204,207)
#EBE2E4
(235,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370612; }

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

This text font color is #370612.


Background Color

.myBgColor { background-color: #370612; }

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

This div background color is #370612.


Border color

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

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

This div border color is #370612.


Opacity

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

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

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

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

This text has shadow with #370612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370612 on black background.


Color preview on white background

This text has color #370612 on white background.



Black color preview on #370612 background

This text has black color on #370612 background.


White color preview on #370612 background

This text has white color on #370612 background.