COLOR #372151

HEX: #372151
RGB: (55,33,81)

Color info

#372151 contains red, green and blue colors in about the same proportion. Web safe color of #372151 is #333366 (or #336).

RGB color model

#372151 color RGB value is (55,33,81).

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

RGB channels and saturation

R 55 of 255 = 22%
G 33 of 255 = 13%
B 81 of 255 = 32%

55
33
81

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

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 81 = 169 (100%)
R 55 of 169 ~ 32.54%
G 33 of 169 ~ 19.53%
B 81 of 169 ~ 47.93%

%32.54
%19.53
%47.93

CMYK color model

#372151 color CMYK value is (32,59,0,68).

  • cyan value is 32.10%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(32,59,0,68)
C32M59Y0K68 
(32%,59%,0%,68%)
(0.32/0.59/0.00/0.68)	

CMYK percentages

%32.1
%59.26
%0
%68.24

Codes

Color #372151 in popluar color models

372151
RGB553381
HSL268°42.11%22.35%
HSB/HSV268°59.26%31.76%
CMYK32.10%59.26%0.00%
68.24%

Color #372151 in popluar number systems.

HEX372151
Decimal553381
Binary1101111000011010001
Octal6741121

Shades and tints

Shades of #372151

#372151
(55,33,81)
#321E4A
(50,30,74)
#2D1B43
(45,27,67)
#28183C
(40,24,60)
#231535
(35,21,53)
#1E122E
(30,18,46)
#190F27
(25,15,39)
#140C20
(20,12,32)
#0F0919
(15,9,25)
#0A0612
(10,6,18)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #372151

#372151
(55,33,81)
#493560
(73,53,96)
#5B496F
(91,73,111)
#6D5D7E
(109,93,126)
#7F718D
(127,113,141)
#91859C
(145,133,156)
#A399AB
(163,153,171)
#B5ADBA
(181,173,186)
#C7C1C9
(199,193,201)
#D9D5D8
(217,213,216)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372151; }

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

This text font color is #372151.


Background Color

.myBgColor { background-color: #372151; }

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

This div background color is #372151.


Border color

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

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

This div border color is #372151.


Opacity

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

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

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

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

This text has shadow with #372151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372151 on black background.


Color preview on white background

This text has color #372151 on white background.



Black color preview on #372151 background

This text has black color on #372151 background.


White color preview on #372151 background

This text has white color on #372151 background.