COLOR #37072B

HEX: #37072B
RGB: (55,7,43)

Color info

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

RGB color model

#37072B color RGB value is (55,7,43).

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

RGB channels and saturation

R 55 of 255 = 22%
G 7 of 255 = 3%
B 43 of 255 = 17%

55
7
43

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

Portions of RGB colors in percentages

R + G + B =
55 + 7 + 43 = 105 (100%)
R 55 of 105 ~ 52.38%
G 7 of 105 ~ 6.67%
B 43 of 105 ~ 40.95%

%52.38
%40.95

CMYK color model

#37072B color CMYK value is (0,87,22,78).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 21.82%
  • key color value is 78.43%
CMYK:
(0,87,22,78)
C0M87Y22K78 
(0%,87%,22%,78%)
(0.00/0.87/0.22/0.78)	

CMYK percentages

%0
%87.27
%21.82
%78.43

Codes

Color #37072B in popluar color models

37072B
RGB55743
HSL315°77.42%12.16%
HSB/HSV315°87.27%21.57%
CMYK0.00%87.27%21.82%
78.43%

Color #37072B in popluar number systems.

HEX37072B
Decimal55743
Binary110111111101011
Octal67753

Shades and tints

Shades of #37072B

#37072B
(55,7,43)
#320728
(50,7,40)
#2D0725
(45,7,37)
#280722
(40,7,34)
#23071F
(35,7,31)
#1E071C
(30,7,28)
#190719
(25,7,25)
#140716
(20,7,22)
#0F0713
(15,7,19)
#0A0710
(10,7,16)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #37072B

#37072B
(55,7,43)
#491D3E
(73,29,62)
#5B3351
(91,51,81)
#6D4964
(109,73,100)
#7F5F77
(127,95,119)
#91758A
(145,117,138)
#A38B9D
(163,139,157)
#B5A1B0
(181,161,176)
#C7B7C3
(199,183,195)
#D9CDD6
(217,205,214)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37072B; }

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

This text font color is #37072B.


Background Color

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

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

This div background color is #37072B.


Border color

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

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

This div border color is #37072B.


Opacity

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

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

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

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

This text has shadow with #37072B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37072B on black background.


Color preview on white background

This text has color #37072B on white background.



Black color preview on #37072B background

This text has black color on #37072B background.


White color preview on #37072B background

This text has white color on #37072B background.