COLOR #372A2D

HEX: #372A2D
RGB: (55,42,45)

Color info

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

RGB color model

#372A2D color RGB value is (55,42,45).

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

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 45 of 255 = 18%

55
42
45

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

Portions of RGB colors in percentages

R + G + B =
55 + 42 + 45 = 142 (100%)
R 55 of 142 ~ 38.73%
G 42 of 142 ~ 29.58%
B 45 of 142 ~ 31.69%

%38.73
%29.58
%31.69

CMYK color model

#372A2D color CMYK value is (0,24,18,78).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 18.18%
  • key color value is 78.43%
CMYK:
(0,24,18,78)
C0M24Y18K78 
(0%,24%,18%,78%)
(0.00/0.24/0.18/0.78)	

CMYK percentages

%0
%23.64
%18.18
%78.43

Codes

Color #372A2D in popluar color models

372A2D
RGB554245
HSL346°13.40%19.02%
HSB/HSV346°23.64%21.57%
CMYK0.00%23.64%18.18%
78.43%

Color #372A2D in popluar number systems.

HEX372A2D
Decimal554245
Binary110111101010101101
Octal675255

Shades and tints

Shades of #372A2D

#372A2D
(55,42,45)
#322729
(50,39,41)
#2D2425
(45,36,37)
#282121
(40,33,33)
#231E1D
(35,30,29)
#1E1B19
(30,27,25)
#191815
(25,24,21)
#141511
(20,21,17)
#0F120D
(15,18,13)
#0A0F09
(10,15,9)
#050C05
(5,12,5)
#000000
(0,0,0)

Tints of #372A2D

#372A2D
(55,42,45)
#493D40
(73,61,64)
#5B5053
(91,80,83)
#6D6366
(109,99,102)
#7F7679
(127,118,121)
#91898C
(145,137,140)
#A39C9F
(163,156,159)
#B5AFB2
(181,175,178)
#C7C2C5
(199,194,197)
#D9D5D8
(217,213,216)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372A2D; }

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

This text font color is #372A2D.


Background Color

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

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

This div background color is #372A2D.


Border color

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

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

This div border color is #372A2D.


Opacity

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

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

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

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

This text has shadow with #372A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372A2D on black background.


Color preview on white background

This text has color #372A2D on white background.



Black color preview on #372A2D background

This text has black color on #372A2D background.


White color preview on #372A2D background

This text has white color on #372A2D background.