COLOR #37092C

HEX: #37092C
RGB: (55,9,44)

Color info

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

RGB color model

#37092C color RGB value is (55,9,44).

  • red value is 55;
  • green value is 9;
  • blue value is 44.
RGB:
(55,9,44)
(22%,4%,17%)

RGB channels and saturation

R 55 of 255 = 22%
G 9 of 255 = 4%
B 44 of 255 = 17%

55
9
44

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

Portions of RGB colors in percentages

R + G + B =
55 + 9 + 44 = 108 (100%)
R 55 of 108 ~ 50.93%
G 9 of 108 ~ 8.33%
B 44 of 108 ~ 40.74%

%50.93
%40.74

CMYK color model

#37092C color CMYK value is (0,84,20,78).

  • cyan value is 0.00%
  • magenta value is 83.64%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(0,84,20,78)
C0M84Y20K78 
(0%,84%,20%,78%)
(0.00/0.84/0.20/0.78)	

CMYK percentages

%0
%83.64
%20
%78.43

Codes

Color #37092C in popluar color models

37092C
RGB55944
HSL314°71.88%12.55%
HSB/HSV314°83.64%21.57%
CMYK0.00%83.64%20.00%
78.43%

Color #37092C in popluar number systems.

HEX37092C
Decimal55944
Binary1101111001101100
Octal671154

Shades and tints

Shades of #37092C

#37092C
(55,9,44)
#320928
(50,9,40)
#2D0924
(45,9,36)
#280920
(40,9,32)
#23091C
(35,9,28)
#1E0918
(30,9,24)
#190914
(25,9,20)
#140910
(20,9,16)
#0F090C
(15,9,12)
#0A0908
(10,9,8)
#050904
(5,9,4)
#000000
(0,0,0)

Tints of #37092C

#37092C
(55,9,44)
#491F3F
(73,31,63)
#5B3552
(91,53,82)
#6D4B65
(109,75,101)
#7F6178
(127,97,120)
#91778B
(145,119,139)
#A38D9E
(163,141,158)
#B5A3B1
(181,163,177)
#C7B9C4
(199,185,196)
#D9CFD7
(217,207,215)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37092C color. Also use rgb(55,9,44) instead hex code.

Text Font Color

.myTextColor { color: #37092C; }

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

This text font color is #37092C.


Background Color

.myBgColor { background-color: #37092C; }

<div style="background-color:#37092C">Inner text</div>

This div background color is #37092C.


Border color

.myBorderColor { border: 1px solid #37092C; }

<div style="border:3px solid #37092C">Div</div>

This div border color is #37092C.


Opacity

.myOpacity80 { color: #37092C; opacity: 0.8; }

<p style="color:#37092C;opacity:0.8;">80%</p>

Text with #37092C 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 #37092C;}

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

This text has shadow with #37092C color.

.textShadow {text-shadow: 3px 3px 1px #37092C, 3px 3px 1px red;}

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

This text has shadow with #37092C primary color and red secondary color.


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

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

This text has shadow with #37092C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37092C on black background.


Color preview on white background

This text has color #37092C on white background.



Black color preview on #37092C background

This text has black color on #37092C background.


White color preview on #37092C background

This text has white color on #37092C background.