COLOR #372C3E

HEX: #372C3E RGB: (55,44,62)

Color info

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

RGB color model

#372C3E color RGB value is (55,44,62).

RGB: (55,44,62) (22%, 17%, 24%)

RGB channels and saturation

R 55 of 255 = 22%
G 44 of 255 = 17%
B 62 of 255 = 24%

55
44
62

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

Portions of RGB colors in percentages

R + G + B = 55 + 44 + 62 = 161 (100%)
R 55 of 161 ~ 34.16%
G 44 of 161 ~ 27.33%
B 62 of 161 ~ 38.51'%

%34.16
%27.33
%38.51

CMYK color model

#372C3E color CMYK value is (11,29,0,76).

  • cyan value is 11.29%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (11,29,0,76)
C11M29Y0K76 (11%, 29%, 0%, 76%)
(0.11 / 0.29 / 0.00 / 0.76)

CMYK percentages

%11.29
%29.03
%0
%75.69

Codes

Color #372C3E in popluar color models

37 2C 3E
RGB 55 44 62
HSL 277° 16.98% 20.78%
HSB/HSV 277° 29.03% 24.31%
CMYK 11.29% 29.03% 0.00%
75.69%

Color #372C3E in popluar number systems.

HEX 37 2C 3E
Decimal 55 44 62
Binary 110111 101100 111110
Octal 67 54 76

Shades and tints

Shades of #372C3E

#372C3E
(55,44,62)
#322839
(50,40,57)
#2D2434
(45,36,52)
#28202F
(40,32,47)
#231C2A
(35,28,42)
#1E1825
(30,24,37)
#191420
(25,20,32)
#14101B
(20,16,27)
#0F0C16
(15,12,22)
#0A0811
(10,8,17)
#05040C
(5,4,12)
#000000
(0,0,0)

Tints of #372C3E

#372C3E
(55,44,62)
#493F4F
(73,63,79)
#5B5260
(91,82,96)
#6D6571
(109,101,113)
#7F7882
(127,120,130)
#918B93
(145,139,147)
#A39EA4
(163,158,164)
#B5B1B5
(181,177,181)
#C7C4C6
(199,196,198)
#D9D7D7
(217,215,215)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372C3E; }

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

This text font color is #372C3E.

Background Color

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

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

This div background color is #372C3E.

Border color

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

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

This div border color is #372C3E.

Opacity

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

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

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

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

This text has shadow with #372C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372C3E.

Preview

Color preview on black background

This text has color #372C3E on black background.


Color preview on white background

This text has color #372C3E on white background.


Black color preview on #372C3E background

This text has black color on #372C3E background.


White color preview on #372C3E background

This text has white color on #372C3E background.


Related colors

Complementary color

Complementary color for #hex is #C8D3C1.


I love getcolorcode.com

Triadic colors

1 #3E372C and #2C3E37 with #372C3E are triadic colors.

2 #3E2C37 and #2C373E with #372C3E are triadic colors.