COLOR #372259

HEX: #372259
RGB: (55,34,89)

Color info

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

RGB color model

#372259 color RGB value is (55,34,89).

  • red value is 55;
  • green value is 34;
  • blue value is 89.
RGB:
(55,34,89)
(22%,13%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 34 of 255 = 13%
B 89 of 255 = 35%

55
34
89

R + G + B ~ 23%. #372259 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 34 + 89 = 178 (100%)
R 55 of 178 ~ 30.9%
G 34 of 178 ~ 19.1%
B 89 of 178 ~ 50%

%30.9
%19.1
%50

CMYK color model

#372259 color CMYK value is (38,62,0,65).

  • cyan value is 38.20%
  • magenta value is 61.80%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(38,62,0,65)
C38M62Y0K65 
(38%,62%,0%,65%)
(0.38/0.62/0.00/0.65)	

CMYK percentages

%38.2
%61.8
%0
%65.1

Codes

Color #372259 in popluar color models

372259
RGB553489
HSL263°44.72%24.12%
HSB/HSV263°61.80%34.90%
CMYK38.20%61.80%0.00%
65.10%

Color #372259 in popluar number systems.

HEX372259
Decimal553489
Binary1101111000101011001
Octal6742131

Shades and tints

Shades of #372259

#372259
(55,34,89)
#321F51
(50,31,81)
#2D1C49
(45,28,73)
#281941
(40,25,65)
#231639
(35,22,57)
#1E1331
(30,19,49)
#191029
(25,16,41)
#140D21
(20,13,33)
#0F0A19
(15,10,25)
#0A0711
(10,7,17)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #372259

#372259
(55,34,89)
#493668
(73,54,104)
#5B4A77
(91,74,119)
#6D5E86
(109,94,134)
#7F7295
(127,114,149)
#9186A4
(145,134,164)
#A39AB3
(163,154,179)
#B5AEC2
(181,174,194)
#C7C2D1
(199,194,209)
#D9D6E0
(217,214,224)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372259 color. Also use rgb(55,34,89) instead hex code.

Text Font Color

.myTextColor { color: #372259; }

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

This text font color is #372259.


Background Color

.myBgColor { background-color: #372259; }

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

This div background color is #372259.


Border color

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

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

This div border color is #372259.


Opacity

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

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

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

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

This text has shadow with #372259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372259 on black background.


Color preview on white background

This text has color #372259 on white background.



Black color preview on #372259 background

This text has black color on #372259 background.


White color preview on #372259 background

This text has white color on #372259 background.