COLOR #372033

HEX: #372033
RGB: (55,32,51)

Color info

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

RGB color model

#372033 color RGB value is (55,32,51).

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

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 51 of 255 = 20%

55
32
51

R + G + B ~ 18%. #372033 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 32 + 51 = 138 (100%)
R 55 of 138 ~ 39.86%
G 32 of 138 ~ 23.19%
B 51 of 138 ~ 36.96%

%39.86
%23.19
%36.96

CMYK color model

#372033 color CMYK value is (0,42,7,78).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 7.27%
  • key color value is 78.43%
CMYK:
(0,42,7,78)
C0M42Y7K78 
(0%,42%,7%,78%)
(0.00/0.42/0.07/0.78)	

CMYK percentages

%0
%41.82
%7.27
%78.43

Codes

Color #372033 in popluar color models

372033
RGB553251
HSL310°26.44%17.06%
HSB/HSV310°41.82%21.57%
CMYK0.00%41.82%7.27%
78.43%

Color #372033 in popluar number systems.

HEX372033
Decimal553251
Binary110111100000110011
Octal674063

Shades and tints

Shades of #372033

#372033
(55,32,51)
#321E2F
(50,30,47)
#2D1C2B
(45,28,43)
#281A27
(40,26,39)
#231823
(35,24,35)
#1E161F
(30,22,31)
#19141B
(25,20,27)
#141217
(20,18,23)
#0F1013
(15,16,19)
#0A0E0F
(10,14,15)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #372033

#372033
(55,32,51)
#493445
(73,52,69)
#5B4857
(91,72,87)
#6D5C69
(109,92,105)
#7F707B
(127,112,123)
#91848D
(145,132,141)
#A3989F
(163,152,159)
#B5ACB1
(181,172,177)
#C7C0C3
(199,192,195)
#D9D4D5
(217,212,213)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372033; }

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

This text font color is #372033.


Background Color

.myBgColor { background-color: #372033; }

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

This div background color is #372033.


Border color

.myBorderColor { border: 1px solid #372033; }

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

This div border color is #372033.


Opacity

.myOpacity80 { color: #372033; opacity: 0.8; }

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

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

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

This text has shadow with #372033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372033 on black background.


Color preview on white background

This text has color #372033 on white background.



Black color preview on #372033 background

This text has black color on #372033 background.


White color preview on #372033 background

This text has white color on #372033 background.