COLOR #372E3A

HEX: #372E3A
RGB: (55,46,58)

Color info

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

RGB color model

#372E3A color RGB value is (55,46,58).

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

RGB channels and saturation

R 55 of 255 = 22%
G 46 of 255 = 18%
B 58 of 255 = 23%

55
46
58

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

Portions of RGB colors in percentages

R + G + B =
55 + 46 + 58 = 159 (100%)
R 55 of 159 ~ 34.59%
G 46 of 159 ~ 28.93%
B 58 of 159 ~ 36.48%

%34.59
%28.93
%36.48

CMYK color model

#372E3A color CMYK value is (5,21,0,77).

  • cyan value is 5.17%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(5,21,0,77)
C5M21Y0K77 
(5%,21%,0%,77%)
(0.05/0.21/0.00/0.77)	

CMYK percentages

%5.17
%20.69
%0
%77.25

Codes

Color #372E3A in popluar color models

372E3A
RGB554658
HSL285°11.54%20.39%
HSB/HSV285°20.69%22.75%
CMYK5.17%20.69%0.00%
77.25%

Color #372E3A in popluar number systems.

HEX372E3A
Decimal554658
Binary110111101110111010
Octal675672

Shades and tints

Shades of #372E3A

#372E3A
(55,46,58)
#322A35
(50,42,53)
#2D2630
(45,38,48)
#28222B
(40,34,43)
#231E26
(35,30,38)
#1E1A21
(30,26,33)
#19161C
(25,22,28)
#141217
(20,18,23)
#0F0E12
(15,14,18)
#0A0A0D
(10,10,13)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #372E3A

#372E3A
(55,46,58)
#49414B
(73,65,75)
#5B545C
(91,84,92)
#6D676D
(109,103,109)
#7F7A7E
(127,122,126)
#918D8F
(145,141,143)
#A3A0A0
(163,160,160)
#B5B3B1
(181,179,177)
#C7C6C2
(199,198,194)
#D9D9D3
(217,217,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372E3A; }

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

This text font color is #372E3A.


Background Color

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

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

This div background color is #372E3A.


Border color

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

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

This div border color is #372E3A.


Opacity

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

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

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

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

This text has shadow with #372E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372E3A on black background.


Color preview on white background

This text has color #372E3A on white background.



Black color preview on #372E3A background

This text has black color on #372E3A background.


White color preview on #372E3A background

This text has white color on #372E3A background.