COLOR #372928

HEX: #372928
RGB: (55,41,40)

Color info

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

RGB color model

#372928 color RGB value is (55,41,40).

  • red value is 55;
  • green value is 41;
  • blue value is 40.
RGB:
(55,41,40)
(22%,16%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 40 of 255 = 16%

55
41
40

R + G + B ~ 18%. #372928 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 41 + 40 = 136 (100%)
R 55 of 136 ~ 40.44%
G 41 of 136 ~ 30.15%
B 40 of 136 ~ 29.41%

%40.44
%30.15
%29.41

CMYK color model

#372928 color CMYK value is (0,25,27,78).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 27.27%
  • key color value is 78.43%
CMYK:
(0,25,27,78)
C0M25Y27K78 
(0%,25%,27%,78%)
(0.00/0.25/0.27/0.78)	

CMYK percentages

%0
%25.45
%27.27
%78.43

Codes

Color #372928 in popluar color models

372928
RGB554140
HSL15.79%18.63%
HSB/HSV27.27%21.57%
CMYK0.00%25.45%27.27%
78.43%

Color #372928 in popluar number systems.

HEX372928
Decimal554140
Binary110111101001101000
Octal675150

Shades and tints

Shades of #372928

#372928
(55,41,40)
#322625
(50,38,37)
#2D2322
(45,35,34)
#28201F
(40,32,31)
#231D1C
(35,29,28)
#1E1A19
(30,26,25)
#191716
(25,23,22)
#141413
(20,20,19)
#0F1110
(15,17,16)
#0A0E0D
(10,14,13)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #372928

#372928
(55,41,40)
#493C3B
(73,60,59)
#5B4F4E
(91,79,78)
#6D6261
(109,98,97)
#7F7574
(127,117,116)
#918887
(145,136,135)
#A39B9A
(163,155,154)
#B5AEAD
(181,174,173)
#C7C1C0
(199,193,192)
#D9D4D3
(217,212,211)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372928; }

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

This text font color is #372928.


Background Color

.myBgColor { background-color: #372928; }

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

This div background color is #372928.


Border color

.myBorderColor { border: 1px solid #372928; }

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

This div border color is #372928.


Opacity

.myOpacity80 { color: #372928; opacity: 0.8; }

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

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

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

This text has shadow with #372928 color.

.textShadow {text-shadow: 3px 3px 1px #372928, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #372928;
-webkit-box-shadow: 1px 1px 3px 2px #372928;
box-shadow:1px 1px 3px 2px #372928;">
Div content here</div>
This div box has shadow with color #372928.

Preview

Color preview on black background

This text has color #372928 on black background.


Color preview on white background

This text has color #372928 on white background.



Black color preview on #372928 background

This text has black color on #372928 background.


White color preview on #372928 background

This text has white color on #372928 background.