COLOR #372B2C

HEX: #372B2C
RGB: (55,43,44)

Color info

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

RGB color model

#372B2C color RGB value is (55,43,44).

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

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 44 of 255 = 17%

55
43
44

R + G + B ~ 19%. #372B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 43 + 44 = 142 (100%)
R 55 of 142 ~ 38.73%
G 43 of 142 ~ 30.28%
B 44 of 142 ~ 30.99%

%38.73
%30.28
%30.99

CMYK color model

#372B2C color CMYK value is (0,22,20,78).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(0,22,20,78)
C0M22Y20K78 
(0%,22%,20%,78%)
(0.00/0.22/0.20/0.78)	

CMYK percentages

%0
%21.82
%20
%78.43

Codes

Color #372B2C in popluar color models

372B2C
RGB554344
HSL355°12.24%19.22%
HSB/HSV355°21.82%21.57%
CMYK0.00%21.82%20.00%
78.43%

Color #372B2C in popluar number systems.

HEX372B2C
Decimal554344
Binary110111101011101100
Octal675354

Shades and tints

Shades of #372B2C

#372B2C
(55,43,44)
#322828
(50,40,40)
#2D2524
(45,37,36)
#282220
(40,34,32)
#231F1C
(35,31,28)
#1E1C18
(30,28,24)
#191914
(25,25,20)
#141610
(20,22,16)
#0F130C
(15,19,12)
#0A1008
(10,16,8)
#050D04
(5,13,4)
#000000
(0,0,0)

Tints of #372B2C

#372B2C
(55,43,44)
#493E3F
(73,62,63)
#5B5152
(91,81,82)
#6D6465
(109,100,101)
#7F7778
(127,119,120)
#918A8B
(145,138,139)
#A39D9E
(163,157,158)
#B5B0B1
(181,176,177)
#C7C3C4
(199,195,196)
#D9D6D7
(217,214,215)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372B2C color. Also use rgb(55,43,44) instead hex code.

Text Font Color

.myTextColor { color: #372B2C; }

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

This text font color is #372B2C.


Background Color

.myBgColor { background-color: #372B2C; }

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

This div background color is #372B2C.


Border color

.myBorderColor { border: 1px solid #372B2C; }

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

This div border color is #372B2C.


Opacity

.myOpacity80 { color: #372B2C; opacity: 0.8; }

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

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

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

This text has shadow with #372B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372B2C on black background.


Color preview on white background

This text has color #372B2C on white background.



Black color preview on #372B2C background

This text has black color on #372B2C background.


White color preview on #372B2C background

This text has white color on #372B2C background.