COLOR #372B2E

HEX: #372B2E
RGB: (55,43,46)

Color info

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

RGB color model

#372B2E color RGB value is (55,43,46).

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

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 46 of 255 = 18%

55
43
46

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

Portions of RGB colors in percentages

R + G + B =
55 + 43 + 46 = 144 (100%)
R 55 of 144 ~ 38.19%
G 43 of 144 ~ 29.86%
B 46 of 144 ~ 31.94%

%38.19
%29.86
%31.94

CMYK color model

#372B2E color CMYK value is (0,22,16,78).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 16.36%
  • key color value is 78.43%
CMYK:
(0,22,16,78)
C0M22Y16K78 
(0%,22%,16%,78%)
(0.00/0.22/0.16/0.78)	

CMYK percentages

%0
%21.82
%16.36
%78.43

Codes

Color #372B2E in popluar color models

372B2E
RGB554346
HSL345°12.24%19.22%
HSB/HSV345°21.82%21.57%
CMYK0.00%21.82%16.36%
78.43%

Color #372B2E in popluar number systems.

HEX372B2E
Decimal554346
Binary110111101011101110
Octal675356

Shades and tints

Shades of #372B2E

#372B2E
(55,43,46)
#32282A
(50,40,42)
#2D2526
(45,37,38)
#282222
(40,34,34)
#231F1E
(35,31,30)
#1E1C1A
(30,28,26)
#191916
(25,25,22)
#141612
(20,22,18)
#0F130E
(15,19,14)
#0A100A
(10,16,10)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #372B2E

#372B2E
(55,43,46)
#493E41
(73,62,65)
#5B5154
(91,81,84)
#6D6467
(109,100,103)
#7F777A
(127,119,122)
#918A8D
(145,138,141)
#A39DA0
(163,157,160)
#B5B0B3
(181,176,179)
#C7C3C6
(199,195,198)
#D9D6D9
(217,214,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372B2E; }

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

This text font color is #372B2E.


Background Color

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

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

This div background color is #372B2E.


Border color

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

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

This div border color is #372B2E.


Opacity

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

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

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

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

This text has shadow with #372B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372B2E on black background.


Color preview on white background

This text has color #372B2E on white background.



Black color preview on #372B2E background

This text has black color on #372B2E background.


White color preview on #372B2E background

This text has white color on #372B2E background.