COLOR #37111E

HEX: #37111E RGB: (55,17,30)

Color info

#37111E contains red, green and blue colors in about the same proportion. Web safe color of #37111E is #330033 (or #303).

RGB color model

#37111E color RGB value is (55,17,30).

RGB: (55,17,30) (22%, 7%, 12%)

RGB channels and saturation

R 55 of 255 = 22%
G 17 of 255 = 7%
B 30 of 255 = 12%

55
17
30

R + G + B ~ 14%. #37111E is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 17 + 30 = 102 (100%)
R 55 of 102 ~ 53.92%
G 17 of 102 ~ 16.67%
B 30 of 102 ~ 29.41'%

%53.92
%16.67
%29.41

CMYK color model

#37111E color CMYK value is (0,69,45,78).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 45.45%
  • key color value is 78.43%

CMYK: (0,69,45,78)
C0M69Y45K78 (0%, 69%, 45%, 78%)
(0.00 / 0.69 / 0.45 / 0.78)

CMYK percentages

%0
%69.09
%45.45
%78.43

Codes

Color #37111E in popluar color models

37 11 1E
RGB 55 17 30
HSL 339° 52.78% 14.12%
HSB/HSV 339° 69.09% 21.57%
CMYK 0.00% 69.09% 45.45%
78.43%

Color #37111E in popluar number systems.

HEX 37 11 1E
Decimal 55 17 30
Binary 110111 10001 11110
Octal 67 21 36

Shades and tints

Shades of #37111E

#37111E
(55,17,30)
#32101C
(50,16,28)
#2D0F1A
(45,15,26)
#280E18
(40,14,24)
#230D16
(35,13,22)
#1E0C14
(30,12,20)
#190B12
(25,11,18)
#140A10
(20,10,16)
#0F090E
(15,9,14)
#0A080C
(10,8,12)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #37111E

#37111E
(55,17,30)
#492632
(73,38,50)
#5B3B46
(91,59,70)
#6D505A
(109,80,90)
#7F656E
(127,101,110)
#917A82
(145,122,130)
#A38F96
(163,143,150)
#B5A4AA
(181,164,170)
#C7B9BE
(199,185,190)
#D9CED2
(217,206,210)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37111E color. Also use rgb(55,17,30) instead hex code.

Text Font Color

.myTextColor { color: #37111E; }

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

This text font color is #37111E.

Background Color

.myBgColor { background-color: #37111E; }

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

This div background color is #37111E.

Border color

.myBorderColor { border: 1px solid #37111E; }

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

This div border color is #37111E.

Opacity

.myOpacity80 { color: #37111E; opacity: 0.8; }

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

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

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

This text has shadow with #37111E color.


.textShadow {text-shadow: 3px 3px 1px #37111E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37111E; -webkit-box-shadow: 1px 1px 3px 2px #37111E; box-shadow:1px 1px 3px 2px #37111E;">
Div content here
</div>

This div box has shadow with color #37111E.

Preview

Color preview on black background

This text has color #37111E on black background.


Color preview on white background

This text has color #37111E on white background.


Black color preview on #37111E background

This text has black color on #37111E background.


White color preview on #37111E background

This text has white color on #37111E background.


Related colors

Complementary color

Complementary color for #hex is #C8EEE1.


I love getcolorcode.com

Triadic colors

1 #1E3711 and #111E37 with #37111E are triadic colors.

2 #1E1137 and #11371E with #37111E are triadic colors.