COLOR #370D17

HEX: #370D17
RGB: (55,13,23)

Color info

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

RGB color model

#370D17 color RGB value is (55,13,23).

  • red value is 55;
  • green value is 13;
  • blue value is 23.
RGB:
(55,13,23)
(22%,5%,9%)

RGB channels and saturation

R 55 of 255 = 22%
G 13 of 255 = 5%
B 23 of 255 = 9%

55
13
23

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

Portions of RGB colors in percentages

R + G + B =
55 + 13 + 23 = 91 (100%)
R 55 of 91 ~ 60.44%
G 13 of 91 ~ 14.29%
B 23 of 91 ~ 25.27%

%60.44
%14.29
%25.27

CMYK color model

#370D17 color CMYK value is (0,76,58,78).

  • cyan value is 0.00%
  • magenta value is 76.36%
  • yellow value is 58.18%
  • key color value is 78.43%
CMYK:
(0,76,58,78)
C0M76Y58K78 
(0%,76%,58%,78%)
(0.00/0.76/0.58/0.78)	

CMYK percentages

%0
%76.36
%58.18
%78.43

Codes

Color #370D17 in popluar color models

370D17
RGB551323
HSL346°61.76%13.33%
HSB/HSV346°76.36%21.57%
CMYK0.00%76.36%58.18%
78.43%

Color #370D17 in popluar number systems.

HEX370D17
Decimal551323
Binary110111110110111
Octal671527

Shades and tints

Shades of #370D17

#370D17
(55,13,23)
#320C15
(50,12,21)
#2D0B13
(45,11,19)
#280A11
(40,10,17)
#23090F
(35,9,15)
#1E080D
(30,8,13)
#19070B
(25,7,11)
#140609
(20,6,9)
#0F0507
(15,5,7)
#0A0405
(10,4,5)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #370D17

#370D17
(55,13,23)
#49232C
(73,35,44)
#5B3941
(91,57,65)
#6D4F56
(109,79,86)
#7F656B
(127,101,107)
#917B80
(145,123,128)
#A39195
(163,145,149)
#B5A7AA
(181,167,170)
#C7BDBF
(199,189,191)
#D9D3D4
(217,211,212)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370D17 color. Also use rgb(55,13,23) instead hex code.

Text Font Color

.myTextColor { color: #370D17; }

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

This text font color is #370D17.


Background Color

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

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

This div background color is #370D17.


Border color

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

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

This div border color is #370D17.


Opacity

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

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

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

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

This text has shadow with #370D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370D17 on black background.


Color preview on white background

This text has color #370D17 on white background.



Black color preview on #370D17 background

This text has black color on #370D17 background.


White color preview on #370D17 background

This text has white color on #370D17 background.