COLOR #37072F

HEX: #37072F
RGB: (55,7,47)

Color info

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

RGB color model

#37072F color RGB value is (55,7,47).

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

RGB channels and saturation

R 55 of 255 = 22%
G 7 of 255 = 3%
B 47 of 255 = 18%

55
7
47

R + G + B ~ 14%. #37072F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 7 + 47 = 109 (100%)
R 55 of 109 ~ 50.46%
G 7 of 109 ~ 6.42%
B 47 of 109 ~ 43.12%

%50.46
%43.12

CMYK color model

#37072F color CMYK value is (0,87,15,78).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 14.55%
  • key color value is 78.43%
CMYK:
(0,87,15,78)
C0M87Y15K78 
(0%,87%,15%,78%)
(0.00/0.87/0.15/0.78)	

CMYK percentages

%0
%87.27
%14.55
%78.43

Codes

Color #37072F in popluar color models

37072F
RGB55747
HSL310°77.42%12.16%
HSB/HSV310°87.27%21.57%
CMYK0.00%87.27%14.55%
78.43%

Color #37072F in popluar number systems.

HEX37072F
Decimal55747
Binary110111111101111
Octal67757

Shades and tints

Shades of #37072F

#37072F
(55,7,47)
#32072B
(50,7,43)
#2D0727
(45,7,39)
#280723
(40,7,35)
#23071F
(35,7,31)
#1E071B
(30,7,27)
#190717
(25,7,23)
#140713
(20,7,19)
#0F070F
(15,7,15)
#0A070B
(10,7,11)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #37072F

#37072F
(55,7,47)
#491D41
(73,29,65)
#5B3353
(91,51,83)
#6D4965
(109,73,101)
#7F5F77
(127,95,119)
#917589
(145,117,137)
#A38B9B
(163,139,155)
#B5A1AD
(181,161,173)
#C7B7BF
(199,183,191)
#D9CDD1
(217,205,209)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37072F color. Also use rgb(55,7,47) instead hex code.

Text Font Color

.myTextColor { color: #37072F; }

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

This text font color is #37072F.


Background Color

.myBgColor { background-color: #37072F; }

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

This div background color is #37072F.


Border color

.myBorderColor { border: 1px solid #37072F; }

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

This div border color is #37072F.


Opacity

.myOpacity80 { color: #37072F; opacity: 0.8; }

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

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

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

This text has shadow with #37072F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37072F on black background.


Color preview on white background

This text has color #37072F on white background.



Black color preview on #37072F background

This text has black color on #37072F background.


White color preview on #37072F background

This text has white color on #37072F background.