COLOR #372A29

HEX: #372A29
RGB: (55,42,41)

Color info

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

RGB color model

#372A29 color RGB value is (55,42,41).

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

RGB channels and saturation

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

55
42
41

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

Portions of RGB colors in percentages

R + G + B =
55 + 42 + 41 = 138 (100%)
R 55 of 138 ~ 39.86%
G 42 of 138 ~ 30.43%
B 41 of 138 ~ 29.71%

%39.86
%30.43
%29.71

CMYK color model

#372A29 color CMYK value is (0,24,25,78).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 25.45%
  • key color value is 78.43%
CMYK:
(0,24,25,78)
C0M24Y25K78 
(0%,24%,25%,78%)
(0.00/0.24/0.25/0.78)	

CMYK percentages

%0
%23.64
%25.45
%78.43

Codes

Color #372A29 in popluar color models

372A29
RGB554241
HSL14.58%18.82%
HSB/HSV25.45%21.57%
CMYK0.00%23.64%25.45%
78.43%

Color #372A29 in popluar number systems.

HEX372A29
Decimal554241
Binary110111101010101001
Octal675251

Shades and tints

Shades of #372A29

#372A29
(55,42,41)
#322726
(50,39,38)
#2D2423
(45,36,35)
#282120
(40,33,32)
#231E1D
(35,30,29)
#1E1B1A
(30,27,26)
#191817
(25,24,23)
#141514
(20,21,20)
#0F1211
(15,18,17)
#0A0F0E
(10,15,14)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #372A29

#372A29
(55,42,41)
#493D3C
(73,61,60)
#5B504F
(91,80,79)
#6D6362
(109,99,98)
#7F7675
(127,118,117)
#918988
(145,137,136)
#A39C9B
(163,156,155)
#B5AFAE
(181,175,174)
#C7C2C1
(199,194,193)
#D9D5D4
(217,213,212)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372A29; }

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

This text font color is #372A29.


Background Color

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

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

This div background color is #372A29.


Border color

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

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

This div border color is #372A29.


Opacity

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

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

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

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

This text has shadow with #372A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372A29 on black background.


Color preview on white background

This text has color #372A29 on white background.



Black color preview on #372A29 background

This text has black color on #372A29 background.


White color preview on #372A29 background

This text has white color on #372A29 background.