COLOR #370F10

HEX: #370F10
RGB: (55,15,16)

Color info

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

RGB color model

#370F10 color RGB value is (55,15,16).

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

RGB channels and saturation

R 55 of 255 = 22%
G 15 of 255 = 6%
B 16 of 255 = 6%

55
15
16

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

Portions of RGB colors in percentages

R + G + B =
55 + 15 + 16 = 86 (100%)
R 55 of 86 ~ 63.95%
G 15 of 86 ~ 17.44%
B 16 of 86 ~ 18.6%

%63.95
%17.44
%18.6

CMYK color model

#370F10 color CMYK value is (0,73,71,78).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(0,73,71,78)
C0M73Y71K78 
(0%,73%,71%,78%)
(0.00/0.73/0.71/0.78)	

CMYK percentages

%0
%72.73
%70.91
%78.43

Codes

Color #370F10 in popluar color models

370F10
RGB551516
HSL359°57.14%13.73%
HSB/HSV359°72.73%21.57%
CMYK0.00%72.73%70.91%
78.43%

Color #370F10 in popluar number systems.

HEX370F10
Decimal551516
Binary110111111110000
Octal671720

Shades and tints

Shades of #370F10

#370F10
(55,15,16)
#320E0F
(50,14,15)
#2D0D0E
(45,13,14)
#280C0D
(40,12,13)
#230B0C
(35,11,12)
#1E0A0B
(30,10,11)
#19090A
(25,9,10)
#140809
(20,8,9)
#0F0708
(15,7,8)
#0A0607
(10,6,7)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #370F10

#370F10
(55,15,16)
#492425
(73,36,37)
#5B393A
(91,57,58)
#6D4E4F
(109,78,79)
#7F6364
(127,99,100)
#917879
(145,120,121)
#A38D8E
(163,141,142)
#B5A2A3
(181,162,163)
#C7B7B8
(199,183,184)
#D9CCCD
(217,204,205)
#EBE1E2
(235,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370F10; }

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

This text font color is #370F10.


Background Color

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

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

This div background color is #370F10.


Border color

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

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

This div border color is #370F10.


Opacity

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

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

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

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

This text has shadow with #370F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370F10 on black background.


Color preview on white background

This text has color #370F10 on white background.



Black color preview on #370F10 background

This text has black color on #370F10 background.


White color preview on #370F10 background

This text has white color on #370F10 background.