COLOR #37071E

HEX: #37071E
RGB: (55,7,30)

Color info

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

RGB color model

#37071E color RGB value is (55,7,30).

  • red value is 55;
  • green value is 7;
  • blue value is 30.
RGB:
(55,7,30)
(22%,3%,12%)

RGB channels and saturation

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

55
7
30

R + G + B ~ 12%. #37071E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 7 + 30 = 92 (100%)
R 55 of 92 ~ 59.78%
G 7 of 92 ~ 7.61%
B 30 of 92 ~ 32.61%

%59.78
%32.61

CMYK color model

#37071E color CMYK value is (0,87,45,78).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 45.45%
  • key color value is 78.43%
CMYK:
(0,87,45,78)
C0M87Y45K78 
(0%,87%,45%,78%)
(0.00/0.87/0.45/0.78)	

CMYK percentages

%0
%87.27
%45.45
%78.43

Codes

Color #37071E in popluar color models

37071E
RGB55730
HSL331°77.42%12.16%
HSB/HSV331°87.27%21.57%
CMYK0.00%87.27%45.45%
78.43%

Color #37071E in popluar number systems.

HEX37071E
Decimal55730
Binary11011111111110
Octal67736

Shades and tints

Shades of #37071E

#37071E
(55,7,30)
#32071C
(50,7,28)
#2D071A
(45,7,26)
#280718
(40,7,24)
#230716
(35,7,22)
#1E0714
(30,7,20)
#190712
(25,7,18)
#140710
(20,7,16)
#0F070E
(15,7,14)
#0A070C
(10,7,12)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #37071E

#37071E
(55,7,30)
#491D32
(73,29,50)
#5B3346
(91,51,70)
#6D495A
(109,73,90)
#7F5F6E
(127,95,110)
#917582
(145,117,130)
#A38B96
(163,139,150)
#B5A1AA
(181,161,170)
#C7B7BE
(199,183,190)
#D9CDD2
(217,205,210)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37071E; }

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

This text font color is #37071E.


Background Color

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

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

This div background color is #37071E.


Border color

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

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

This div border color is #37071E.


Opacity

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

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

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

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

This text has shadow with #37071E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37071E on black background.


Color preview on white background

This text has color #37071E on white background.



Black color preview on #37071E background

This text has black color on #37071E background.


White color preview on #37071E background

This text has white color on #37071E background.