COLOR #37202C

HEX: #37202C
RGB: (55,32,44)

Color info

#37202C contains red, green and blue colors in about the same proportion. Web safe color of #37202C is #333333 (or #333).

RGB color model

#37202C color RGB value is (55,32,44).

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

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 44 of 255 = 17%

55
32
44

R + G + B ~ 17%. #37202C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 32 + 44 = 131 (100%)
R 55 of 131 ~ 41.98%
G 32 of 131 ~ 24.43%
B 44 of 131 ~ 33.59%

%41.98
%24.43
%33.59

CMYK color model

#37202C color CMYK value is (0,42,20,78).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(0,42,20,78)
C0M42Y20K78 
(0%,42%,20%,78%)
(0.00/0.42/0.20/0.78)	

CMYK percentages

%0
%41.82
%20
%78.43

Codes

Color #37202C in popluar color models

37202C
RGB553244
HSL329°26.44%17.06%
HSB/HSV329°41.82%21.57%
CMYK0.00%41.82%20.00%
78.43%

Color #37202C in popluar number systems.

HEX37202C
Decimal553244
Binary110111100000101100
Octal674054

Shades and tints

Shades of #37202C

#37202C
(55,32,44)
#321E28
(50,30,40)
#2D1C24
(45,28,36)
#281A20
(40,26,32)
#23181C
(35,24,28)
#1E1618
(30,22,24)
#191414
(25,20,20)
#141210
(20,18,16)
#0F100C
(15,16,12)
#0A0E08
(10,14,8)
#050C04
(5,12,4)
#000000
(0,0,0)

Tints of #37202C

#37202C
(55,32,44)
#49343F
(73,52,63)
#5B4852
(91,72,82)
#6D5C65
(109,92,101)
#7F7078
(127,112,120)
#91848B
(145,132,139)
#A3989E
(163,152,158)
#B5ACB1
(181,172,177)
#C7C0C4
(199,192,196)
#D9D4D7
(217,212,215)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37202C; }

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

This text font color is #37202C.


Background Color

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

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

This div background color is #37202C.


Border color

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

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

This div border color is #37202C.


Opacity

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

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

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

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

This text has shadow with #37202C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37202C on black background.


Color preview on white background

This text has color #37202C on white background.



Black color preview on #37202C background

This text has black color on #37202C background.


White color preview on #37202C background

This text has white color on #37202C background.