COLOR #372A1F

HEX: #372A1F RGB: (55,42,31)

Color info

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

RGB color model

#372A1F color RGB value is (55,42,31).

RGB: (55,42,31) (22%, 16%, 12%)

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 31 of 255 = 12%

55
42
31

R + G + B ~ 17%. #372A1F is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 42 + 31 = 128 (100%)
R 55 of 128 ~ 42.97%
G 42 of 128 ~ 32.81%
B 31 of 128 ~ 24.22'%

%42.97
%32.81
%24.22

CMYK color model

#372A1F color CMYK value is (0,24,44,78).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 43.64%
  • key color value is 78.43%
CMYK: (0,24,44,78) C0M24Y44K78 (0%,24%,44%,78%) (0.00/0.24/0.44/0.78) 

CMYK percentages

%0
%23.64
%43.64
%78.43

Codes

Color #372A1F in popluar color models

37 2A 1F
RGB 55 42 31
HSL 28° 27.91% 16.86%
HSB/HSV 28° 43.64% 21.57%
CMYK 0.00% 23.64% 43.64%
78.43%

Color #372A1F in popluar number systems.

HEX 37 2A 1F
Decimal 55 42 31
Binary 110111 101010 11111
Octal 67 52 37

Shades and tints

Shades of #372A1F

#372A1F
(55,42,31)
#32271D
(50,39,29)
#2D241B
(45,36,27)
#282119
(40,33,25)
#231E17
(35,30,23)
#1E1B15
(30,27,21)
#191813
(25,24,19)
#141511
(20,21,17)
#0F120F
(15,18,15)
#0A0F0D
(10,15,13)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #372A1F

#372A1F
(55,42,31)
#493D33
(73,61,51)
#5B5047
(91,80,71)
#6D635B
(109,99,91)
#7F766F
(127,118,111)
#918983
(145,137,131)
#A39C97
(163,156,151)
#B5AFAB
(181,175,171)
#C7C2BF
(199,194,191)
#D9D5D3
(217,213,211)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372A1F; }

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

This text font color is #372A1F.

Background Color

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

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

This div background color is #372A1F.

Border color

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

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

This div border color is #372A1F.

Opacity

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

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

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

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

This text has shadow with #372A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372A1F.

Preview

Color preview on black background

This text has color #372A1F on black background.


Color preview on white background

This text has color #372A1F on white background.


Black color preview on #372A1F background

This text has black color on #372A1F background.


White color preview on #372A1F background

This text has white color on #372A1F background.


Related colors

Complementary color

Complementary color for #hex is #C8D5E0.


I love getcolorcode.com

Triadic colors

1 #1F372A and #2A1F37 with #372A1F are triadic colors.

2 #1F2A37 and #2A371F with #372A1F are triadic colors.