COLOR #372D5F

HEX: #372D5F
RGB: (55,45,95)

Color info

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

RGB color model

#372D5F color RGB value is (55,45,95).

  • red value is 55;
  • green value is 45;
  • blue value is 95.
RGB:
(55,45,95)
(22%,18%,37%)

RGB channels and saturation

R 55 of 255 = 22%
G 45 of 255 = 18%
B 95 of 255 = 37%

55
45
95

R + G + B ~ 26%. #372D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 45 + 95 = 195 (100%)
R 55 of 195 ~ 28.21%
G 45 of 195 ~ 23.08%
B 95 of 195 ~ 48.72%

%28.21
%23.08
%48.72

CMYK color model

#372D5F color CMYK value is (42,53,0,63).

  • cyan value is 42.11%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(42,53,0,63)
C42M53Y0K63 
(42%,53%,0%,63%)
(0.42/0.53/0.00/0.63)	

CMYK percentages

%42.11
%52.63
%0
%62.75

Codes

Color #372D5F in popluar color models

372D5F
RGB554595
HSL252°35.71%27.45%
HSB/HSV252°52.63%37.25%
CMYK42.11%52.63%0.00%
62.75%

Color #372D5F in popluar number systems.

HEX372D5F
Decimal554595
Binary1101111011011011111
Octal6755137

Shades and tints

Shades of #372D5F

#372D5F
(55,45,95)
#322957
(50,41,87)
#2D254F
(45,37,79)
#282147
(40,33,71)
#231D3F
(35,29,63)
#1E1937
(30,25,55)
#19152F
(25,21,47)
#141127
(20,17,39)
#0F0D1F
(15,13,31)
#0A0917
(10,9,23)
#05050F
(5,5,15)
#000000
(0,0,0)

Tints of #372D5F

#372D5F
(55,45,95)
#49406D
(73,64,109)
#5B537B
(91,83,123)
#6D6689
(109,102,137)
#7F7997
(127,121,151)
#918CA5
(145,140,165)
#A39FB3
(163,159,179)
#B5B2C1
(181,178,193)
#C7C5CF
(199,197,207)
#D9D8DD
(217,216,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372D5F color. Also use rgb(55,45,95) instead hex code.

Text Font Color

.myTextColor { color: #372D5F; }

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

This text font color is #372D5F.


Background Color

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

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

This div background color is #372D5F.


Border color

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

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

This div border color is #372D5F.


Opacity

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

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

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

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

This text has shadow with #372D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372D5F on black background.


Color preview on white background

This text has color #372D5F on white background.



Black color preview on #372D5F background

This text has black color on #372D5F background.


White color preview on #372D5F background

This text has white color on #372D5F background.