COLOR #370F14

HEX: #370F14
RGB: (55,15,20)

Color info

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

RGB color model

#370F14 color RGB value is (55,15,20).

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

RGB channels and saturation

R 55 of 255 = 22%
G 15 of 255 = 6%
B 20 of 255 = 8%

55
15
20

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

Portions of RGB colors in percentages

R + G + B =
55 + 15 + 20 = 90 (100%)
R 55 of 90 ~ 61.11%
G 15 of 90 ~ 16.67%
B 20 of 90 ~ 22.22%

%61.11
%16.67
%22.22

CMYK color model

#370F14 color CMYK value is (0,73,64,78).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 63.64%
  • key color value is 78.43%
CMYK:
(0,73,64,78)
C0M73Y64K78 
(0%,73%,64%,78%)
(0.00/0.73/0.64/0.78)	

CMYK percentages

%0
%72.73
%63.64
%78.43

Codes

Color #370F14 in popluar color models

370F14
RGB551520
HSL353°57.14%13.73%
HSB/HSV353°72.73%21.57%
CMYK0.00%72.73%63.64%
78.43%

Color #370F14 in popluar number systems.

HEX370F14
Decimal551520
Binary110111111110100
Octal671724

Shades and tints

Shades of #370F14

#370F14
(55,15,20)
#320E13
(50,14,19)
#2D0D12
(45,13,18)
#280C11
(40,12,17)
#230B10
(35,11,16)
#1E0A0F
(30,10,15)
#19090E
(25,9,14)
#14080D
(20,8,13)
#0F070C
(15,7,12)
#0A060B
(10,6,11)
#05050A
(5,5,10)
#000000
(0,0,0)

Tints of #370F14

#370F14
(55,15,20)
#492429
(73,36,41)
#5B393E
(91,57,62)
#6D4E53
(109,78,83)
#7F6368
(127,99,104)
#91787D
(145,120,125)
#A38D92
(163,141,146)
#B5A2A7
(181,162,167)
#C7B7BC
(199,183,188)
#D9CCD1
(217,204,209)
#EBE1E6
(235,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370F14; }

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

This text font color is #370F14.


Background Color

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

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

This div background color is #370F14.


Border color

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

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

This div border color is #370F14.


Opacity

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

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

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

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

This text has shadow with #370F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370F14 on black background.


Color preview on white background

This text has color #370F14 on white background.



Black color preview on #370F14 background

This text has black color on #370F14 background.


White color preview on #370F14 background

This text has white color on #370F14 background.