COLOR #372E1C

HEX: #372E1C RGB: (55,46,28)

Color info

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

RGB color model

#372E1C color RGB value is (55,46,28).

RGB: (55,46,28) (22%, 18%, 11%)

RGB channels and saturation

R 55 of 255 = 22%
G 46 of 255 = 18%
B 28 of 255 = 11%

55
46
28

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

Portions of RGB colors in percentages

R + G + B = 55 + 46 + 28 = 129 (100%)
R 55 of 129 ~ 42.64%
G 46 of 129 ~ 35.66%
B 28 of 129 ~ 21.71'%

%42.64
%35.66
%21.71

CMYK color model

#372E1C color CMYK value is (0,16,49,78).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 49.09%
  • key color value is 78.43%

CMYK: (0,16,49,78)
C0M16Y49K78 (0%, 16%, 49%, 78%)
(0.00 / 0.16 / 0.49 / 0.78)

CMYK percentages

%0
%16.36
%49.09
%78.43

Codes

Color #372E1C in popluar color models

37 2E 1C
RGB 55 46 28
HSL 40° 32.53% 16.27%
HSB/HSV 40° 49.09% 21.57%
CMYK 0.00% 16.36% 49.09%
78.43%

Color #372E1C in popluar number systems.

HEX 37 2E 1C
Decimal 55 46 28
Binary 110111 101110 11100
Octal 67 56 34

Shades and tints

Shades of #372E1C

#372E1C
(55,46,28)
#322A1A
(50,42,26)
#2D2618
(45,38,24)
#282216
(40,34,22)
#231E14
(35,30,20)
#1E1A12
(30,26,18)
#191610
(25,22,16)
#14120E
(20,18,14)
#0F0E0C
(15,14,12)
#0A0A0A
(10,10,10)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #372E1C

#372E1C
(55,46,28)
#494130
(73,65,48)
#5B5444
(91,84,68)
#6D6758
(109,103,88)
#7F7A6C
(127,122,108)
#918D80
(145,141,128)
#A3A094
(163,160,148)
#B5B3A8
(181,179,168)
#C7C6BC
(199,198,188)
#D9D9D0
(217,217,208)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372E1C; }

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

This text font color is #372E1C.

Background Color

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

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

This div background color is #372E1C.

Border color

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

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

This div border color is #372E1C.

Opacity

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

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

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

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

This text has shadow with #372E1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372E1C.

Preview

Color preview on black background

This text has color #372E1C on black background.


Color preview on white background

This text has color #372E1C on white background.


Black color preview on #372E1C background

This text has black color on #372E1C background.


White color preview on #372E1C background

This text has white color on #372E1C background.


Related colors

Complementary color

Complementary color for #hex is #C8D1E3.


I love getcolorcode.com

Triadic colors

1 #1C372E and #2E1C37 with #372E1C are triadic colors.

2 #1C2E37 and #2E371C with #372E1C are triadic colors.