COLOR #370F0E

HEX: #370F0E
RGB: (55,15,14)

Color info

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

RGB color model

#370F0E color RGB value is (55,15,14).

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

RGB channels and saturation

R 55 of 255 = 22%
G 15 of 255 = 6%
B 14 of 255 = 5%

55
15
14

R + G + B ~ 11%. #370F0E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 15 + 14 = 84 (100%)
R 55 of 84 ~ 65.48%
G 15 of 84 ~ 17.86%
B 14 of 84 ~ 16.67%

%65.48
%17.86
%16.67

CMYK color model

#370F0E color CMYK value is (0,73,75,78).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 74.55%
  • key color value is 78.43%
CMYK:
(0,73,75,78)
C0M73Y75K78 
(0%,73%,75%,78%)
(0.00/0.73/0.75/0.78)	

CMYK percentages

%0
%72.73
%74.55
%78.43

Codes

Color #370F0E in popluar color models

370F0E
RGB551514
HSL59.42%13.53%
HSB/HSV74.55%21.57%
CMYK0.00%72.73%74.55%
78.43%

Color #370F0E in popluar number systems.

HEX370F0E
Decimal551514
Binary11011111111110
Octal671716

Shades and tints

Shades of #370F0E

#370F0E
(55,15,14)
#320E0D
(50,14,13)
#2D0D0C
(45,13,12)
#280C0B
(40,12,11)
#230B0A
(35,11,10)
#1E0A09
(30,10,9)
#190908
(25,9,8)
#140807
(20,8,7)
#0F0706
(15,7,6)
#0A0605
(10,6,5)
#050504
(5,5,4)
#000000
(0,0,0)

Tints of #370F0E

#370F0E
(55,15,14)
#492423
(73,36,35)
#5B3938
(91,57,56)
#6D4E4D
(109,78,77)
#7F6362
(127,99,98)
#917877
(145,120,119)
#A38D8C
(163,141,140)
#B5A2A1
(181,162,161)
#C7B7B6
(199,183,182)
#D9CCCB
(217,204,203)
#EBE1E0
(235,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370F0E; }

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

This text font color is #370F0E.


Background Color

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

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

This div background color is #370F0E.


Border color

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

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

This div border color is #370F0E.


Opacity

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

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

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

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

This text has shadow with #370F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370F0E on black background.


Color preview on white background

This text has color #370F0E on white background.



Black color preview on #370F0E background

This text has black color on #370F0E background.


White color preview on #370F0E background

This text has white color on #370F0E background.