COLOR #370A05

HEX: #370A05
RGB: (55,10,5)

Color info

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

RGB color model

#370A05 color RGB value is (55,10,5).

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

RGB channels and saturation

R 55 of 255 = 22%
G 10 of 255 = 4%
B 5 of 255 = 2%

55
10
5

R + G + B ~ 9%. #370A05 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 10 + 5 = 70 (100%)
R 55 of 70 ~ 78.57%
G 10 of 70 ~ 14.29%
B 5 of 70 ~ 7.14%

%78.57
%14.29

CMYK color model

#370A05 color CMYK value is (0,82,91,78).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 90.91%
  • key color value is 78.43%
CMYK:
(0,82,91,78)
C0M82Y91K78 
(0%,82%,91%,78%)
(0.00/0.82/0.91/0.78)	

CMYK percentages

%0
%81.82
%90.91
%78.43

Codes

Color #370A05 in popluar color models

370A05
RGB55105
HSL83.33%11.76%
HSB/HSV90.91%21.57%
CMYK0.00%81.82%90.91%
78.43%

Color #370A05 in popluar number systems.

HEX370A05
Decimal55105
Binary1101111010101
Octal67125

Shades and tints

Shades of #370A05

#370A05
(55,10,5)
#320A05
(50,10,5)
#2D0A05
(45,10,5)
#280A05
(40,10,5)
#230A05
(35,10,5)
#1E0A05
(30,10,5)
#190A05
(25,10,5)
#140A05
(20,10,5)
#0F0A05
(15,10,5)
#0A0A05
(10,10,5)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #370A05

#370A05
(55,10,5)
#49201B
(73,32,27)
#5B3631
(91,54,49)
#6D4C47
(109,76,71)
#7F625D
(127,98,93)
#917873
(145,120,115)
#A38E89
(163,142,137)
#B5A49F
(181,164,159)
#C7BAB5
(199,186,181)
#D9D0CB
(217,208,203)
#EBE6E1
(235,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370A05; }

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

This text font color is #370A05.


Background Color

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

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

This div background color is #370A05.


Border color

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

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

This div border color is #370A05.


Opacity

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

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

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

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

This text has shadow with #370A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370A05 on black background.


Color preview on white background

This text has color #370A05 on white background.



Black color preview on #370A05 background

This text has black color on #370A05 background.


White color preview on #370A05 background

This text has white color on #370A05 background.