COLOR #370A10

HEX: #370A10
RGB: (55,10,16)

Color info

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

RGB color model

#370A10 color RGB value is (55,10,16).

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

RGB channels and saturation

R 55 of 255 = 22%
G 10 of 255 = 4%
B 16 of 255 = 6%

55
10
16

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

Portions of RGB colors in percentages

R + G + B =
55 + 10 + 16 = 81 (100%)
R 55 of 81 ~ 67.9%
G 10 of 81 ~ 12.35%
B 16 of 81 ~ 19.75%

%67.9
%12.35
%19.75

CMYK color model

#370A10 color CMYK value is (0,82,71,78).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(0,82,71,78)
C0M82Y71K78 
(0%,82%,71%,78%)
(0.00/0.82/0.71/0.78)	

CMYK percentages

%0
%81.82
%70.91
%78.43

Codes

Color #370A10 in popluar color models

370A10
RGB551016
HSL352°69.23%12.75%
HSB/HSV352°81.82%21.57%
CMYK0.00%81.82%70.91%
78.43%

Color #370A10 in popluar number systems.

HEX370A10
Decimal551016
Binary110111101010000
Octal671220

Shades and tints

Shades of #370A10

#370A10
(55,10,16)
#320A0F
(50,10,15)
#2D0A0E
(45,10,14)
#280A0D
(40,10,13)
#230A0C
(35,10,12)
#1E0A0B
(30,10,11)
#190A0A
(25,10,10)
#140A09
(20,10,9)
#0F0A08
(15,10,8)
#0A0A07
(10,10,7)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #370A10

#370A10
(55,10,16)
#492025
(73,32,37)
#5B363A
(91,54,58)
#6D4C4F
(109,76,79)
#7F6264
(127,98,100)
#917879
(145,120,121)
#A38E8E
(163,142,142)
#B5A4A3
(181,164,163)
#C7BAB8
(199,186,184)
#D9D0CD
(217,208,205)
#EBE6E2
(235,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370A10; }

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

This text font color is #370A10.


Background Color

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

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

This div background color is #370A10.


Border color

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

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

This div border color is #370A10.


Opacity

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

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

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

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

This text has shadow with #370A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370A10 on black background.


Color preview on white background

This text has color #370A10 on white background.



Black color preview on #370A10 background

This text has black color on #370A10 background.


White color preview on #370A10 background

This text has white color on #370A10 background.