COLOR #370110

HEX: #370110
RGB: (55,1,16)

Color info

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

RGB color model

#370110 color RGB value is (55,1,16).

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

RGB channels and saturation

R 55 of 255 = 22%
G 1 of 255 = 0%
B 16 of 255 = 6%

55
1
16

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

Portions of RGB colors in percentages

R + G + B =
55 + 1 + 16 = 72 (100%)
R 55 of 72 ~ 76.39%
G 1 of 72 ~ 1.39%
B 16 of 72 ~ 22.22%

%76.39
%22.22

CMYK color model

#370110 color CMYK value is (0,98,71,78).

  • cyan value is 0.00%
  • magenta value is 98.18%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(0,98,71,78)
C0M98Y71K78 
(0%,98%,71%,78%)
(0.00/0.98/0.71/0.78)	

CMYK percentages

%0
%98.18
%70.91
%78.43

Codes

Color #370110 in popluar color models

370110
RGB55116
HSL343°96.43%10.98%
HSB/HSV343°98.18%21.57%
CMYK0.00%98.18%70.91%
78.43%

Color #370110 in popluar number systems.

HEX370110
Decimal55116
Binary110111110000
Octal67120

Shades and tints

Shades of #370110

#370110
(55,1,16)
#32010F
(50,1,15)
#2D010E
(45,1,14)
#28010D
(40,1,13)
#23010C
(35,1,12)
#1E010B
(30,1,11)
#19010A
(25,1,10)
#140109
(20,1,9)
#0F0108
(15,1,8)
#0A0107
(10,1,7)
#050106
(5,1,6)
#000000
(0,0,0)

Tints of #370110

#370110
(55,1,16)
#491825
(73,24,37)
#5B2F3A
(91,47,58)
#6D464F
(109,70,79)
#7F5D64
(127,93,100)
#917479
(145,116,121)
#A38B8E
(163,139,142)
#B5A2A3
(181,162,163)
#C7B9B8
(199,185,184)
#D9D0CD
(217,208,205)
#EBE7E2
(235,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370110; }

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

This text font color is #370110.


Background Color

.myBgColor { background-color: #370110; }

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

This div background color is #370110.


Border color

.myBorderColor { border: 1px solid #370110; }

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

This div border color is #370110.


Opacity

.myOpacity80 { color: #370110; opacity: 0.8; }

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

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

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

This text has shadow with #370110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370110 on black background.


Color preview on white background

This text has color #370110 on white background.



Black color preview on #370110 background

This text has black color on #370110 background.


White color preview on #370110 background

This text has white color on #370110 background.