COLOR #372022

HEX: #372022
RGB: (55,32,34)

Color info

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

RGB color model

#372022 color RGB value is (55,32,34).

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

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 34 of 255 = 13%

55
32
34

R + G + B ~ 16%. #372022 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 32 + 34 = 121 (100%)
R 55 of 121 ~ 45.45%
G 32 of 121 ~ 26.45%
B 34 of 121 ~ 28.1%

%45.45
%26.45
%28.1

CMYK color model

#372022 color CMYK value is (0,42,38,78).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 38.18%
  • key color value is 78.43%
CMYK:
(0,42,38,78)
C0M42Y38K78 
(0%,42%,38%,78%)
(0.00/0.42/0.38/0.78)	

CMYK percentages

%0
%41.82
%38.18
%78.43

Codes

Color #372022 in popluar color models

372022
RGB553234
HSL355°26.44%17.06%
HSB/HSV355°41.82%21.57%
CMYK0.00%41.82%38.18%
78.43%

Color #372022 in popluar number systems.

HEX372022
Decimal553234
Binary110111100000100010
Octal674042

Shades and tints

Shades of #372022

#372022
(55,32,34)
#321E1F
(50,30,31)
#2D1C1C
(45,28,28)
#281A19
(40,26,25)
#231816
(35,24,22)
#1E1613
(30,22,19)
#191410
(25,20,16)
#14120D
(20,18,13)
#0F100A
(15,16,10)
#0A0E07
(10,14,7)
#050C04
(5,12,4)
#000000
(0,0,0)

Tints of #372022

#372022
(55,32,34)
#493436
(73,52,54)
#5B484A
(91,72,74)
#6D5C5E
(109,92,94)
#7F7072
(127,112,114)
#918486
(145,132,134)
#A3989A
(163,152,154)
#B5ACAE
(181,172,174)
#C7C0C2
(199,192,194)
#D9D4D6
(217,212,214)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372022; }

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

This text font color is #372022.


Background Color

.myBgColor { background-color: #372022; }

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

This div background color is #372022.


Border color

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

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

This div border color is #372022.


Opacity

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

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

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

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

This text has shadow with #372022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372022 on black background.


Color preview on white background

This text has color #372022 on white background.



Black color preview on #372022 background

This text has black color on #372022 background.


White color preview on #372022 background

This text has white color on #372022 background.