COLOR #372149

HEX: #372149
RGB: (55,33,73)

Color info

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

RGB color model

#372149 color RGB value is (55,33,73).

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

RGB channels and saturation

R 55 of 255 = 22%
G 33 of 255 = 13%
B 73 of 255 = 29%

55
33
73

R + G + B ~ 21%. #372149 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 73 = 161 (100%)
R 55 of 161 ~ 34.16%
G 33 of 161 ~ 20.5%
B 73 of 161 ~ 45.34%

%34.16
%20.5
%45.34

CMYK color model

#372149 color CMYK value is (25,55,0,71).

  • cyan value is 24.66%
  • magenta value is 54.79%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,55,0,71)
C25M55Y0K71 
(25%,55%,0%,71%)
(0.25/0.55/0.00/0.71)	

CMYK percentages

%24.66
%54.79
%0
%71.37

Codes

Color #372149 in popluar color models

372149
RGB553373
HSL273°37.74%20.78%
HSB/HSV273°54.79%28.63%
CMYK24.66%54.79%0.00%
71.37%

Color #372149 in popluar number systems.

HEX372149
Decimal553373
Binary1101111000011001001
Octal6741111

Shades and tints

Shades of #372149

#372149
(55,33,73)
#321E43
(50,30,67)
#2D1B3D
(45,27,61)
#281837
(40,24,55)
#231531
(35,21,49)
#1E122B
(30,18,43)
#190F25
(25,15,37)
#140C1F
(20,12,31)
#0F0919
(15,9,25)
#0A0613
(10,6,19)
#05030D
(5,3,13)
#000000
(0,0,0)

Tints of #372149

#372149
(55,33,73)
#493559
(73,53,89)
#5B4969
(91,73,105)
#6D5D79
(109,93,121)
#7F7189
(127,113,137)
#918599
(145,133,153)
#A399A9
(163,153,169)
#B5ADB9
(181,173,185)
#C7C1C9
(199,193,201)
#D9D5D9
(217,213,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372149; }

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

This text font color is #372149.


Background Color

.myBgColor { background-color: #372149; }

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

This div background color is #372149.


Border color

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

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

This div border color is #372149.


Opacity

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

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

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

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

This text has shadow with #372149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372149 on black background.


Color preview on white background

This text has color #372149 on white background.



Black color preview on #372149 background

This text has black color on #372149 background.


White color preview on #372149 background

This text has white color on #372149 background.