COLOR #372A59

HEX: #372A59
RGB: (55,42,89)

Color info

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

RGB color model

#372A59 color RGB value is (55,42,89).

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

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 89 of 255 = 35%

55
42
89

R + G + B ~ 24%. #372A59 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 42 + 89 = 186 (100%)
R 55 of 186 ~ 29.57%
G 42 of 186 ~ 22.58%
B 89 of 186 ~ 47.85%

%29.57
%22.58
%47.85

CMYK color model

#372A59 color CMYK value is (38,53,0,65).

  • cyan value is 38.20%
  • magenta value is 52.81%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(38,53,0,65)
C38M53Y0K65 
(38%,53%,0%,65%)
(0.38/0.53/0.00/0.65)	

CMYK percentages

%38.2
%52.81
%0
%65.1

Codes

Color #372A59 in popluar color models

372A59
RGB554289
HSL257°35.88%25.69%
HSB/HSV257°52.81%34.90%
CMYK38.20%52.81%0.00%
65.10%

Color #372A59 in popluar number systems.

HEX372A59
Decimal554289
Binary1101111010101011001
Octal6752131

Shades and tints

Shades of #372A59

#372A59
(55,42,89)
#322751
(50,39,81)
#2D2449
(45,36,73)
#282141
(40,33,65)
#231E39
(35,30,57)
#1E1B31
(30,27,49)
#191829
(25,24,41)
#141521
(20,21,33)
#0F1219
(15,18,25)
#0A0F11
(10,15,17)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #372A59

#372A59
(55,42,89)
#493D68
(73,61,104)
#5B5077
(91,80,119)
#6D6386
(109,99,134)
#7F7695
(127,118,149)
#9189A4
(145,137,164)
#A39CB3
(163,156,179)
#B5AFC2
(181,175,194)
#C7C2D1
(199,194,209)
#D9D5E0
(217,213,224)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372A59; }

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

This text font color is #372A59.


Background Color

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

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

This div background color is #372A59.


Border color

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

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

This div border color is #372A59.


Opacity

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

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

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

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

This text has shadow with #372A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372A59 on black background.


Color preview on white background

This text has color #372A59 on white background.



Black color preview on #372A59 background

This text has black color on #372A59 background.


White color preview on #372A59 background

This text has white color on #372A59 background.