COLOR #372A31

HEX: #372A31 RGB: (55,42,49)

Color info

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

RGB color model

#372A31 color RGB value is (55,42,49).

RGB: (55,42,49) (22%, 16%, 19%)

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 49 of 255 = 19%

55
42
49

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

Portions of RGB colors in percentages

R + G + B = 55 + 42 + 49 = 146 (100%)
R 55 of 146 ~ 37.67%
G 42 of 146 ~ 28.77%
B 49 of 146 ~ 33.56'%

%37.67
%28.77
%33.56

CMYK color model

#372A31 color CMYK value is (0,24,11,78).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 10.91%
  • key color value is 78.43%

CMYK: (0,24,11,78)
C0M24Y11K78 (0%, 24%, 11%, 78%)
(0.00 / 0.24 / 0.11 / 0.78)

CMYK percentages

%0
%23.64
%10.91
%78.43

Codes

Color #372A31 in popluar color models

37 2A 31
RGB 55 42 49
HSL 328° 13.40% 19.02%
HSB/HSV 328° 23.64% 21.57%
CMYK 0.00% 23.64% 10.91%
78.43%

Color #372A31 in popluar number systems.

HEX 37 2A 31
Decimal 55 42 49
Binary 110111 101010 110001
Octal 67 52 61

Shades and tints

Shades of #372A31

#372A31
(55,42,49)
#32272D
(50,39,45)
#2D2429
(45,36,41)
#282125
(40,33,37)
#231E21
(35,30,33)
#1E1B1D
(30,27,29)
#191819
(25,24,25)
#141515
(20,21,21)
#0F1211
(15,18,17)
#0A0F0D
(10,15,13)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #372A31

#372A31
(55,42,49)
#493D43
(73,61,67)
#5B5055
(91,80,85)
#6D6367
(109,99,103)
#7F7679
(127,118,121)
#91898B
(145,137,139)
#A39C9D
(163,156,157)
#B5AFAF
(181,175,175)
#C7C2C1
(199,194,193)
#D9D5D3
(217,213,211)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372A31 color. Also use rgb(55,42,49) instead hex code.

Text Font Color

.myTextColor { color: #372A31; }

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

This text font color is #372A31.

Background Color

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

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

This div background color is #372A31.

Border color

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

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

This div border color is #372A31.

Opacity

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

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

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

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

This text has shadow with #372A31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372A31.

Preview

Color preview on black background

This text has color #372A31 on black background.


Color preview on white background

This text has color #372A31 on white background.


Black color preview on #372A31 background

This text has black color on #372A31 background.


White color preview on #372A31 background

This text has white color on #372A31 background.


Related colors

Complementary color

Complementary color for #hex is #C8D5CE.


I love getcolorcode.com

Triadic colors

1 #31372A and #2A3137 with #372A31 are triadic colors.

2 #312A37 and #2A3731 with #372A31 are triadic colors.