COLOR #372C1D

HEX: #372C1D RGB: (55,44,29)

Color info

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

RGB color model

#372C1D color RGB value is (55,44,29).

RGB: (55,44,29) (22%, 17%, 11%)

RGB channels and saturation

R 55 of 255 = 22%
G 44 of 255 = 17%
B 29 of 255 = 11%

55
44
29

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

Portions of RGB colors in percentages

R + G + B = 55 + 44 + 29 = 128 (100%)
R 55 of 128 ~ 42.97%
G 44 of 128 ~ 34.38%
B 29 of 128 ~ 22.66'%

%42.97
%34.38
%22.66

CMYK color model

#372C1D color CMYK value is (0,20,47,78).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 47.27%
  • key color value is 78.43%

CMYK: (0,20,47,78)
C0M20Y47K78 (0%, 20%, 47%, 78%)
(0.00 / 0.20 / 0.47 / 0.78)

CMYK percentages

%0
%20
%47.27
%78.43

Codes

Color #372C1D in popluar color models

37 2C 1D
RGB 55 44 29
HSL 35° 30.95% 16.47%
HSB/HSV 35° 47.27% 21.57%
CMYK 0.00% 20.00% 47.27%
78.43%

Color #372C1D in popluar number systems.

HEX 37 2C 1D
Decimal 55 44 29
Binary 110111 101100 11101
Octal 67 54 35

Shades and tints

Shades of #372C1D

#372C1D
(55,44,29)
#32281B
(50,40,27)
#2D2419
(45,36,25)
#282017
(40,32,23)
#231C15
(35,28,21)
#1E1813
(30,24,19)
#191411
(25,20,17)
#14100F
(20,16,15)
#0F0C0D
(15,12,13)
#0A080B
(10,8,11)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #372C1D

#372C1D
(55,44,29)
#493F31
(73,63,49)
#5B5245
(91,82,69)
#6D6559
(109,101,89)
#7F786D
(127,120,109)
#918B81
(145,139,129)
#A39E95
(163,158,149)
#B5B1A9
(181,177,169)
#C7C4BD
(199,196,189)
#D9D7D1
(217,215,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372C1D; }

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

This text font color is #372C1D.

Background Color

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

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

This div background color is #372C1D.

Border color

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

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

This div border color is #372C1D.

Opacity

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

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

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

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

This text has shadow with #372C1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372C1D.

Preview

Color preview on black background

This text has color #372C1D on black background.


Color preview on white background

This text has color #372C1D on white background.


Black color preview on #372C1D background

This text has black color on #372C1D background.


White color preview on #372C1D background

This text has white color on #372C1D background.


Related colors

Complementary color

Complementary color for #hex is #C8D3E2.


I love getcolorcode.com

Triadic colors

1 #1D372C and #2C1D37 with #372C1D are triadic colors.

2 #1D2C37 and #2C371D with #372C1D are triadic colors.