COLOR #370E3A

HEX: #370E3A
RGB: (55,14,58)

Color info

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

RGB color model

#370E3A color RGB value is (55,14,58).

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

RGB channels and saturation

R 55 of 255 = 22%
G 14 of 255 = 5%
B 58 of 255 = 23%

55
14
58

R + G + B ~ 17%. #370E3A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 14 + 58 = 127 (100%)
R 55 of 127 ~ 43.31%
G 14 of 127 ~ 11.02%
B 58 of 127 ~ 45.67%

%43.31
%11.02
%45.67

CMYK color model

#370E3A color CMYK value is (5,76,0,77).

  • cyan value is 5.17%
  • magenta value is 75.86%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(5,76,0,77)
C5M76Y0K77 
(5%,76%,0%,77%)
(0.05/0.76/0.00/0.77)	

CMYK percentages

%5.17
%75.86
%0
%77.25

Codes

Color #370E3A in popluar color models

370E3A
RGB551458
HSL296°61.11%14.12%
HSB/HSV296°75.86%22.75%
CMYK5.17%75.86%0.00%
77.25%

Color #370E3A in popluar number systems.

HEX370E3A
Decimal551458
Binary1101111110111010
Octal671672

Shades and tints

Shades of #370E3A

#370E3A
(55,14,58)
#320D35
(50,13,53)
#2D0C30
(45,12,48)
#280B2B
(40,11,43)
#230A26
(35,10,38)
#1E0921
(30,9,33)
#19081C
(25,8,28)
#140717
(20,7,23)
#0F0612
(15,6,18)
#0A050D
(10,5,13)
#050408
(5,4,8)
#000000
(0,0,0)

Tints of #370E3A

#370E3A
(55,14,58)
#49234B
(73,35,75)
#5B385C
(91,56,92)
#6D4D6D
(109,77,109)
#7F627E
(127,98,126)
#91778F
(145,119,143)
#A38CA0
(163,140,160)
#B5A1B1
(181,161,177)
#C7B6C2
(199,182,194)
#D9CBD3
(217,203,211)
#EBE0E4
(235,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370E3A color. Also use rgb(55,14,58) instead hex code.

Text Font Color

.myTextColor { color: #370E3A; }

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

This text font color is #370E3A.


Background Color

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

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

This div background color is #370E3A.


Border color

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

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

This div border color is #370E3A.


Opacity

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

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

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

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

This text has shadow with #370E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370E3A on black background.


Color preview on white background

This text has color #370E3A on white background.



Black color preview on #370E3A background

This text has black color on #370E3A background.


White color preview on #370E3A background

This text has white color on #370E3A background.