COLOR #372B1E

HEX: #372B1E
RGB: (55,43,30)

Color info

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

RGB color model

#372B1E color RGB value is (55,43,30).

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

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 30 of 255 = 12%

55
43
30

R + G + B ~ 17%. #372B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 43 + 30 = 128 (100%)
R 55 of 128 ~ 42.97%
G 43 of 128 ~ 33.59%
B 30 of 128 ~ 23.44%

%42.97
%33.59
%23.44

CMYK color model

#372B1E color CMYK value is (0,22,45,78).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 45.45%
  • key color value is 78.43%
CMYK:
(0,22,45,78)
C0M22Y45K78 
(0%,22%,45%,78%)
(0.00/0.22/0.45/0.78)	

CMYK percentages

%0
%21.82
%45.45
%78.43

Codes

Color #372B1E in popluar color models

372B1E
RGB554330
HSL31°29.41%16.67%
HSB/HSV31°45.45%21.57%
CMYK0.00%21.82%45.45%
78.43%

Color #372B1E in popluar number systems.

HEX372B1E
Decimal554330
Binary11011110101111110
Octal675336

Shades and tints

Shades of #372B1E

#372B1E
(55,43,30)
#32281C
(50,40,28)
#2D251A
(45,37,26)
#282218
(40,34,24)
#231F16
(35,31,22)
#1E1C14
(30,28,20)
#191912
(25,25,18)
#141610
(20,22,16)
#0F130E
(15,19,14)
#0A100C
(10,16,12)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #372B1E

#372B1E
(55,43,30)
#493E32
(73,62,50)
#5B5146
(91,81,70)
#6D645A
(109,100,90)
#7F776E
(127,119,110)
#918A82
(145,138,130)
#A39D96
(163,157,150)
#B5B0AA
(181,176,170)
#C7C3BE
(199,195,190)
#D9D6D2
(217,214,210)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372B1E; }

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

This text font color is #372B1E.


Background Color

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

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

This div background color is #372B1E.


Border color

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

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

This div border color is #372B1E.


Opacity

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

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

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

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

This text has shadow with #372B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372B1E on black background.


Color preview on white background

This text has color #372B1E on white background.



Black color preview on #372B1E background

This text has black color on #372B1E background.


White color preview on #372B1E background

This text has white color on #372B1E background.