COLOR #37110D

HEX: #37110D
RGB: (55,17,13)

Color info

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

RGB color model

#37110D color RGB value is (55,17,13).

  • red value is 55;
  • green value is 17;
  • blue value is 13.
RGB:
(55,17,13)
(22%,7%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 17 of 255 = 7%
B 13 of 255 = 5%

55
17
13

R + G + B ~ 11%. #37110D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 17 + 13 = 85 (100%)
R 55 of 85 ~ 64.71%
G 17 of 85 ~ 20%
B 13 of 85 ~ 15.29%

%64.71
%20
%15.29

CMYK color model

#37110D color CMYK value is (0,69,76,78).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 76.36%
  • key color value is 78.43%
CMYK:
(0,69,76,78)
C0M69Y76K78 
(0%,69%,76%,78%)
(0.00/0.69/0.76/0.78)	

CMYK percentages

%0
%69.09
%76.36
%78.43

Codes

Color #37110D in popluar color models

37110D
RGB551713
HSL61.76%13.33%
HSB/HSV76.36%21.57%
CMYK0.00%69.09%76.36%
78.43%

Color #37110D in popluar number systems.

HEX37110D
Decimal551713
Binary110111100011101
Octal672115

Shades and tints

Shades of #37110D

#37110D
(55,17,13)
#32100C
(50,16,12)
#2D0F0B
(45,15,11)
#280E0A
(40,14,10)
#230D09
(35,13,9)
#1E0C08
(30,12,8)
#190B07
(25,11,7)
#140A06
(20,10,6)
#0F0905
(15,9,5)
#0A0804
(10,8,4)
#050703
(5,7,3)
#000000
(0,0,0)

Tints of #37110D

#37110D
(55,17,13)
#492623
(73,38,35)
#5B3B39
(91,59,57)
#6D504F
(109,80,79)
#7F6565
(127,101,101)
#917A7B
(145,122,123)
#A38F91
(163,143,145)
#B5A4A7
(181,164,167)
#C7B9BD
(199,185,189)
#D9CED3
(217,206,211)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37110D color. Also use rgb(55,17,13) instead hex code.

Text Font Color

.myTextColor { color: #37110D; }

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

This text font color is #37110D.


Background Color

.myBgColor { background-color: #37110D; }

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

This div background color is #37110D.


Border color

.myBorderColor { border: 1px solid #37110D; }

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

This div border color is #37110D.


Opacity

.myOpacity80 { color: #37110D; opacity: 0.8; }

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

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

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

This text has shadow with #37110D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37110D on black background.


Color preview on white background

This text has color #37110D on white background.



Black color preview on #37110D background

This text has black color on #37110D background.


White color preview on #37110D background

This text has white color on #37110D background.