COLOR #370B1E

HEX: #370B1E
RGB: (55,11,30)

Color info

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

RGB color model

#370B1E color RGB value is (55,11,30).

  • red value is 55;
  • green value is 11;
  • blue value is 30.
RGB:
(55,11,30)
(22%,4%,12%)

RGB channels and saturation

R 55 of 255 = 22%
G 11 of 255 = 4%
B 30 of 255 = 12%

55
11
30

R + G + B ~ 13%. #370B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 11 + 30 = 96 (100%)
R 55 of 96 ~ 57.29%
G 11 of 96 ~ 11.46%
B 30 of 96 ~ 31.25%

%57.29
%11.46
%31.25

CMYK color model

#370B1E color CMYK value is (0,80,45,78).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 45.45%
  • key color value is 78.43%
CMYK:
(0,80,45,78)
C0M80Y45K78 
(0%,80%,45%,78%)
(0.00/0.80/0.45/0.78)	

CMYK percentages

%0
%80
%45.45
%78.43

Codes

Color #370B1E in popluar color models

370B1E
RGB551130
HSL334°66.67%12.94%
HSB/HSV334°80.00%21.57%
CMYK0.00%80.00%45.45%
78.43%

Color #370B1E in popluar number systems.

HEX370B1E
Decimal551130
Binary110111101111110
Octal671336

Shades and tints

Shades of #370B1E

#370B1E
(55,11,30)
#320A1C
(50,10,28)
#2D091A
(45,9,26)
#280818
(40,8,24)
#230716
(35,7,22)
#1E0614
(30,6,20)
#190512
(25,5,18)
#140410
(20,4,16)
#0F030E
(15,3,14)
#0A020C
(10,2,12)
#05010A
(5,1,10)
#000000
(0,0,0)

Tints of #370B1E

#370B1E
(55,11,30)
#492132
(73,33,50)
#5B3746
(91,55,70)
#6D4D5A
(109,77,90)
#7F636E
(127,99,110)
#917982
(145,121,130)
#A38F96
(163,143,150)
#B5A5AA
(181,165,170)
#C7BBBE
(199,187,190)
#D9D1D2
(217,209,210)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370B1E color. Also use rgb(55,11,30) instead hex code.

Text Font Color

.myTextColor { color: #370B1E; }

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

This text font color is #370B1E.


Background Color

.myBgColor { background-color: #370B1E; }

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

This div background color is #370B1E.


Border color

.myBorderColor { border: 1px solid #370B1E; }

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

This div border color is #370B1E.


Opacity

.myOpacity80 { color: #370B1E; opacity: 0.8; }

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

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

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

This text has shadow with #370B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370B1E on black background.


Color preview on white background

This text has color #370B1E on white background.



Black color preview on #370B1E background

This text has black color on #370B1E background.


White color preview on #370B1E background

This text has white color on #370B1E background.