COLOR #372E3B

HEX: #372E3B RGB: (55,46,59)

Color info

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

RGB color model

#372E3B color RGB value is (55,46,59).

RGB: (55,46,59) (22%, 18%, 23%)

RGB channels and saturation

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

55
46
59

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

Portions of RGB colors in percentages

R + G + B = 55 + 46 + 59 = 160 (100%)
R 55 of 160 ~ 34.38%
G 46 of 160 ~ 28.75%
B 59 of 160 ~ 36.88'%

%34.38
%28.75
%36.88

CMYK color model

#372E3B color CMYK value is (7,22,0,77).

  • cyan value is 6.78%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (7,22,0,77)
C7M22Y0K77 (7%, 22%, 0%, 77%)
(0.07 / 0.22 / 0.00 / 0.77)

CMYK percentages

%6.78
%22.03
%0
%76.86

Codes

Color #372E3B in popluar color models

37 2E 3B
RGB 55 46 59
HSL 282° 12.38% 20.59%
HSB/HSV 282° 22.03% 23.14%
CMYK 6.78% 22.03% 0.00%
76.86%

Color #372E3B in popluar number systems.

HEX 37 2E 3B
Decimal 55 46 59
Binary 110111 101110 111011
Octal 67 56 73

Shades and tints

Shades of #372E3B

#372E3B
(55,46,59)
#322A36
(50,42,54)
#2D2631
(45,38,49)
#28222C
(40,34,44)
#231E27
(35,30,39)
#1E1A22
(30,26,34)
#19161D
(25,22,29)
#141218
(20,18,24)
#0F0E13
(15,14,19)
#0A0A0E
(10,10,14)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #372E3B

#372E3B
(55,46,59)
#49414C
(73,65,76)
#5B545D
(91,84,93)
#6D676E
(109,103,110)
#7F7A7F
(127,122,127)
#918D90
(145,141,144)
#A3A0A1
(163,160,161)
#B5B3B2
(181,179,178)
#C7C6C3
(199,198,195)
#D9D9D4
(217,217,212)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372E3B; }

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

This text font color is #372E3B.

Background Color

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

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

This div background color is #372E3B.

Border color

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

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

This div border color is #372E3B.

Opacity

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

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

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

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

This text has shadow with #372E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372E3B.

Preview

Color preview on black background

This text has color #372E3B on black background.


Color preview on white background

This text has color #372E3B on white background.


Black color preview on #372E3B background

This text has black color on #372E3B background.


White color preview on #372E3B background

This text has white color on #372E3B background.


Related colors

Complementary color

Complementary color for #hex is #C8D1C4.


I love getcolorcode.com

Triadic colors

1 #3B372E and #2E3B37 with #372E3B are triadic colors.

2 #3B2E37 and #2E373B with #372E3B are triadic colors.