COLOR #370D2E

HEX: #370D2E
RGB: (55,13,46)

Color info

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

RGB color model

#370D2E color RGB value is (55,13,46).

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

RGB channels and saturation

R 55 of 255 = 22%
G 13 of 255 = 5%
B 46 of 255 = 18%

55
13
46

R + G + B ~ 15%. #370D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 13 + 46 = 114 (100%)
R 55 of 114 ~ 48.25%
G 13 of 114 ~ 11.4%
B 46 of 114 ~ 40.35%

%48.25
%11.4
%40.35

CMYK color model

#370D2E color CMYK value is (0,76,16,78).

  • cyan value is 0.00%
  • magenta value is 76.36%
  • yellow value is 16.36%
  • key color value is 78.43%
CMYK:
(0,76,16,78)
C0M76Y16K78 
(0%,76%,16%,78%)
(0.00/0.76/0.16/0.78)	

CMYK percentages

%0
%76.36
%16.36
%78.43

Codes

Color #370D2E in popluar color models

370D2E
RGB551346
HSL313°61.76%13.33%
HSB/HSV313°76.36%21.57%
CMYK0.00%76.36%16.36%
78.43%

Color #370D2E in popluar number systems.

HEX370D2E
Decimal551346
Binary1101111101101110
Octal671556

Shades and tints

Shades of #370D2E

#370D2E
(55,13,46)
#320C2A
(50,12,42)
#2D0B26
(45,11,38)
#280A22
(40,10,34)
#23091E
(35,9,30)
#1E081A
(30,8,26)
#190716
(25,7,22)
#140612
(20,6,18)
#0F050E
(15,5,14)
#0A040A
(10,4,10)
#050306
(5,3,6)
#000000
(0,0,0)

Tints of #370D2E

#370D2E
(55,13,46)
#492341
(73,35,65)
#5B3954
(91,57,84)
#6D4F67
(109,79,103)
#7F657A
(127,101,122)
#917B8D
(145,123,141)
#A391A0
(163,145,160)
#B5A7B3
(181,167,179)
#C7BDC6
(199,189,198)
#D9D3D9
(217,211,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370D2E; }

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

This text font color is #370D2E.


Background Color

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

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

This div background color is #370D2E.


Border color

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

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

This div border color is #370D2E.


Opacity

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

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

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

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

This text has shadow with #370D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370D2E on black background.


Color preview on white background

This text has color #370D2E on white background.



Black color preview on #370D2E background

This text has black color on #370D2E background.


White color preview on #370D2E background

This text has white color on #370D2E background.