COLOR #372829

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

55
40
41

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

Portions of RGB colors in percentages

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

%40.44
%29.41
%30.15

CMYK color model

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

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

CMYK percentages

%0
%27.27
%25.45
%78.43

Codes

Color #372829 in popluar color models

372829
RGB554041
HSL356°15.79%18.63%
HSB/HSV356°27.27%21.57%
CMYK0.00%27.27%25.45%
78.43%

Color #372829 in popluar number systems.

HEX372829
Decimal554041
Binary110111101000101001
Octal675051

Shades and tints

Shades of #372829

#372829
(55,40,41)
#322526
(50,37,38)
#2D2223
(45,34,35)
#281F20
(40,31,32)
#231C1D
(35,28,29)
#1E191A
(30,25,26)
#191617
(25,22,23)
#141314
(20,19,20)
#0F1011
(15,16,17)
#0A0D0E
(10,13,14)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #372829

#372829
(55,40,41)
#493B3C
(73,59,60)
#5B4E4F
(91,78,79)
#6D6162
(109,97,98)
#7F7475
(127,116,117)
#918788
(145,135,136)
#A39A9B
(163,154,155)
#B5ADAE
(181,173,174)
#C7C0C1
(199,192,193)
#D9D3D4
(217,211,212)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372829; }

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

This text font color is #372829.


Background Color

.myBgColor { background-color: #372829; }

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

This div background color is #372829.


Border color

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

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

This div border color is #372829.


Opacity

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

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

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

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

This text has shadow with #372829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372829 on black background.


Color preview on white background

This text has color #372829 on white background.



Black color preview on #372829 background

This text has black color on #372829 background.


White color preview on #372829 background

This text has white color on #372829 background.