COLOR #372F2B

HEX: #372F2B
RGB: (55,47,43)

Color info

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

RGB color model

#372F2B color RGB value is (55,47,43).

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

RGB channels and saturation

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

55
47
43

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

Portions of RGB colors in percentages

R + G + B =
55 + 47 + 43 = 145 (100%)
R 55 of 145 ~ 37.93%
G 47 of 145 ~ 32.41%
B 43 of 145 ~ 29.66%

%37.93
%32.41
%29.66

CMYK color model

#372F2B color CMYK value is (0,15,22,78).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 21.82%
  • key color value is 78.43%
CMYK:
(0,15,22,78)
C0M15Y22K78 
(0%,15%,22%,78%)
(0.00/0.15/0.22/0.78)	

CMYK percentages

%0
%14.55
%21.82
%78.43

Codes

Color #372F2B in popluar color models

372F2B
RGB554743
HSL20°12.24%19.22%
HSB/HSV20°21.82%21.57%
CMYK0.00%14.55%21.82%
78.43%

Color #372F2B in popluar number systems.

HEX372F2B
Decimal554743
Binary110111101111101011
Octal675753

Shades and tints

Shades of #372F2B

#372F2B
(55,47,43)
#322B28
(50,43,40)
#2D2725
(45,39,37)
#282322
(40,35,34)
#231F1F
(35,31,31)
#1E1B1C
(30,27,28)
#191719
(25,23,25)
#141316
(20,19,22)
#0F0F13
(15,15,19)
#0A0B10
(10,11,16)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #372F2B

#372F2B
(55,47,43)
#49413E
(73,65,62)
#5B5351
(91,83,81)
#6D6564
(109,101,100)
#7F7777
(127,119,119)
#91898A
(145,137,138)
#A39B9D
(163,155,157)
#B5ADB0
(181,173,176)
#C7BFC3
(199,191,195)
#D9D1D6
(217,209,214)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372F2B; }

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

This text font color is #372F2B.


Background Color

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

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

This div background color is #372F2B.


Border color

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

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

This div border color is #372F2B.


Opacity

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

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

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

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

This text has shadow with #372F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372F2B on black background.


Color preview on white background

This text has color #372F2B on white background.



Black color preview on #372F2B background

This text has black color on #372F2B background.


White color preview on #372F2B background

This text has white color on #372F2B background.