COLOR #372A56

HEX: #372A56
RGB: (55,42,86)

Color info

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

RGB color model

#372A56 color RGB value is (55,42,86).

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

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 86 of 255 = 34%

55
42
86

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

Portions of RGB colors in percentages

R + G + B =
55 + 42 + 86 = 183 (100%)
R 55 of 183 ~ 30.05%
G 42 of 183 ~ 22.95%
B 86 of 183 ~ 46.99%

%30.05
%22.95
%46.99

CMYK color model

#372A56 color CMYK value is (36,51,0,66).

  • cyan value is 36.05%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(36,51,0,66)
C36M51Y0K66 
(36%,51%,0%,66%)
(0.36/0.51/0.00/0.66)	

CMYK percentages

%36.05
%51.16
%0
%66.27

Codes

Color #372A56 in popluar color models

372A56
RGB554286
HSL258°34.38%25.10%
HSB/HSV258°51.16%33.73%
CMYK36.05%51.16%0.00%
66.27%

Color #372A56 in popluar number systems.

HEX372A56
Decimal554286
Binary1101111010101010110
Octal6752126

Shades and tints

Shades of #372A56

#372A56
(55,42,86)
#32274F
(50,39,79)
#2D2448
(45,36,72)
#282141
(40,33,65)
#231E3A
(35,30,58)
#1E1B33
(30,27,51)
#19182C
(25,24,44)
#141525
(20,21,37)
#0F121E
(15,18,30)
#0A0F17
(10,15,23)
#050C10
(5,12,16)
#000000
(0,0,0)

Tints of #372A56

#372A56
(55,42,86)
#493D65
(73,61,101)
#5B5074
(91,80,116)
#6D6383
(109,99,131)
#7F7692
(127,118,146)
#9189A1
(145,137,161)
#A39CB0
(163,156,176)
#B5AFBF
(181,175,191)
#C7C2CE
(199,194,206)
#D9D5DD
(217,213,221)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372A56; }

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

This text font color is #372A56.


Background Color

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

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

This div background color is #372A56.


Border color

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

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

This div border color is #372A56.


Opacity

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

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

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

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

This text has shadow with #372A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372A56 on black background.


Color preview on white background

This text has color #372A56 on white background.



Black color preview on #372A56 background

This text has black color on #372A56 background.


White color preview on #372A56 background

This text has white color on #372A56 background.