COLOR #372849

HEX: #372849
RGB: (55,40,73)

Color info

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

RGB color model

#372849 color RGB value is (55,40,73).

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

RGB channels and saturation

R 55 of 255 = 22%
G 40 of 255 = 16%
B 73 of 255 = 29%

55
40
73

R + G + B ~ 22%. #372849 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 40 + 73 = 168 (100%)
R 55 of 168 ~ 32.74%
G 40 of 168 ~ 23.81%
B 73 of 168 ~ 43.45%

%32.74
%23.81
%43.45

CMYK color model

#372849 color CMYK value is (25,45,0,71).

  • cyan value is 24.66%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,45,0,71)
C25M45Y0K71 
(25%,45%,0%,71%)
(0.25/0.45/0.00/0.71)	

CMYK percentages

%24.66
%45.21
%0
%71.37

Codes

Color #372849 in popluar color models

372849
RGB554073
HSL267°29.20%22.16%
HSB/HSV267°45.21%28.63%
CMYK24.66%45.21%0.00%
71.37%

Color #372849 in popluar number systems.

HEX372849
Decimal554073
Binary1101111010001001001
Octal6750111

Shades and tints

Shades of #372849

#372849
(55,40,73)
#322543
(50,37,67)
#2D223D
(45,34,61)
#281F37
(40,31,55)
#231C31
(35,28,49)
#1E192B
(30,25,43)
#191625
(25,22,37)
#14131F
(20,19,31)
#0F1019
(15,16,25)
#0A0D13
(10,13,19)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #372849

#372849
(55,40,73)
#493B59
(73,59,89)
#5B4E69
(91,78,105)
#6D6179
(109,97,121)
#7F7489
(127,116,137)
#918799
(145,135,153)
#A39AA9
(163,154,169)
#B5ADB9
(181,173,185)
#C7C0C9
(199,192,201)
#D9D3D9
(217,211,217)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372849; }

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

This text font color is #372849.


Background Color

.myBgColor { background-color: #372849; }

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

This div background color is #372849.


Border color

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

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

This div border color is #372849.


Opacity

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

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

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

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

This text has shadow with #372849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372849 on black background.


Color preview on white background

This text has color #372849 on white background.



Black color preview on #372849 background

This text has black color on #372849 background.


White color preview on #372849 background

This text has white color on #372849 background.