COLOR #372F3E

HEX: #372F3E
RGB: (55,47,62)

Color info

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

RGB color model

#372F3E color RGB value is (55,47,62).

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

RGB channels and saturation

R 55 of 255 = 22%
G 47 of 255 = 18%
B 62 of 255 = 24%

55
47
62

R + G + B ~ 21%. #372F3E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 47 + 62 = 164 (100%)
R 55 of 164 ~ 33.54%
G 47 of 164 ~ 28.66%
B 62 of 164 ~ 37.8%

%33.54
%28.66
%37.8

CMYK color model

#372F3E color CMYK value is (11,24,0,76).

  • cyan value is 11.29%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(11,24,0,76)
C11M24Y0K76 
(11%,24%,0%,76%)
(0.11/0.24/0.00/0.76)	

CMYK percentages

%11.29
%24.19
%0
%75.69

Codes

Color #372F3E in popluar color models

372F3E
RGB554762
HSL272°13.76%21.37%
HSB/HSV272°24.19%24.31%
CMYK11.29%24.19%0.00%
75.69%

Color #372F3E in popluar number systems.

HEX372F3E
Decimal554762
Binary110111101111111110
Octal675776

Shades and tints

Shades of #372F3E

#372F3E
(55,47,62)
#322B39
(50,43,57)
#2D2734
(45,39,52)
#28232F
(40,35,47)
#231F2A
(35,31,42)
#1E1B25
(30,27,37)
#191720
(25,23,32)
#14131B
(20,19,27)
#0F0F16
(15,15,22)
#0A0B11
(10,11,17)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #372F3E

#372F3E
(55,47,62)
#49414F
(73,65,79)
#5B5360
(91,83,96)
#6D6571
(109,101,113)
#7F7782
(127,119,130)
#918993
(145,137,147)
#A39BA4
(163,155,164)
#B5ADB5
(181,173,181)
#C7BFC6
(199,191,198)
#D9D1D7
(217,209,215)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372F3E; }

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

This text font color is #372F3E.


Background Color

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

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

This div background color is #372F3E.


Border color

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

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

This div border color is #372F3E.


Opacity

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

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

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

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

This text has shadow with #372F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372F3E on black background.


Color preview on white background

This text has color #372F3E on white background.



Black color preview on #372F3E background

This text has black color on #372F3E background.


White color preview on #372F3E background

This text has white color on #372F3E background.