COLOR #372F28

HEX: #372F28 RGB: (55,47,40)

Color info

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

RGB color model

#372F28 color RGB value is (55,47,40).

RGB: (55,47,40) (22%, 18%, 16%)

RGB channels and saturation

R 55 of 255 = 22%
G 47 of 255 = 18%
B 40 of 255 = 16%

55
47
40

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

Portions of RGB colors in percentages

R + G + B = 55 + 47 + 40 = 142 (100%)
R 55 of 142 ~ 38.73%
G 47 of 142 ~ 33.1%
B 40 of 142 ~ 28.17'%

%38.73
%33.1
%28.17

CMYK color model

#372F28 color CMYK value is (0,15,27,78).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 27.27%
  • key color value is 78.43%

CMYK: (0,15,27,78)
C0M15Y27K78 (0%, 15%, 27%, 78%)
(0.00 / 0.15 / 0.27 / 0.78)

CMYK percentages

%0
%14.55
%27.27
%78.43

Codes

Color #372F28 in popluar color models

37 2F 28
RGB 55 47 40
HSL 28° 15.79% 18.63%
HSB/HSV 28° 27.27% 21.57%
CMYK 0.00% 14.55% 27.27%
78.43%

Color #372F28 in popluar number systems.

HEX 37 2F 28
Decimal 55 47 40
Binary 110111 101111 101000
Octal 67 57 50

Shades and tints

Shades of #372F28

#372F28
(55,47,40)
#322B25
(50,43,37)
#2D2722
(45,39,34)
#28231F
(40,35,31)
#231F1C
(35,31,28)
#1E1B19
(30,27,25)
#191716
(25,23,22)
#141313
(20,19,19)
#0F0F10
(15,15,16)
#0A0B0D
(10,11,13)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #372F28

#372F28
(55,47,40)
#49413B
(73,65,59)
#5B534E
(91,83,78)
#6D6561
(109,101,97)
#7F7774
(127,119,116)
#918987
(145,137,135)
#A39B9A
(163,155,154)
#B5ADAD
(181,173,173)
#C7BFC0
(199,191,192)
#D9D1D3
(217,209,211)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372F28 color. Also use rgb(55,47,40) instead hex code.

Text Font Color

.myTextColor { color: #372F28; }

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

This text font color is #372F28.

Background Color

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

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

This div background color is #372F28.

Border color

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

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

This div border color is #372F28.

Opacity

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

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

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

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

This text has shadow with #372F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372F28.

Preview

Color preview on black background

This text has color #372F28 on black background.


Color preview on white background

This text has color #372F28 on white background.


Black color preview on #372F28 background

This text has black color on #372F28 background.


White color preview on #372F28 background

This text has white color on #372F28 background.


Related colors

Complementary color

Complementary color for #hex is #C8D0D7.


I love getcolorcode.com

Triadic colors

1 #28372F and #2F2837 with #372F28 are triadic colors.

2 #282F37 and #2F3728 with #372F28 are triadic colors.