COLOR #372B5B

HEX: #372B5B
RGB: (55,43,91)

Color info

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

RGB color model

#372B5B color RGB value is (55,43,91).

  • red value is 55;
  • green value is 43;
  • blue value is 91.
RGB:
(55,43,91)
(22%,17%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 91 of 255 = 36%

55
43
91

R + G + B ~ 25%. #372B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 43 + 91 = 189 (100%)
R 55 of 189 ~ 29.1%
G 43 of 189 ~ 22.75%
B 91 of 189 ~ 48.15%

%29.1
%22.75
%48.15

CMYK color model

#372B5B color CMYK value is (40,53,0,64).

  • cyan value is 39.56%
  • magenta value is 52.75%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(40,53,0,64)
C40M53Y0K64 
(40%,53%,0%,64%)
(0.40/0.53/0.00/0.64)	

CMYK percentages

%39.56
%52.75
%0
%64.31

Codes

Color #372B5B in popluar color models

372B5B
RGB554391
HSL255°35.82%26.27%
HSB/HSV255°52.75%35.69%
CMYK39.56%52.75%0.00%
64.31%

Color #372B5B in popluar number systems.

HEX372B5B
Decimal554391
Binary1101111010111011011
Octal6753133

Shades and tints

Shades of #372B5B

#372B5B
(55,43,91)
#322853
(50,40,83)
#2D254B
(45,37,75)
#282243
(40,34,67)
#231F3B
(35,31,59)
#1E1C33
(30,28,51)
#19192B
(25,25,43)
#141623
(20,22,35)
#0F131B
(15,19,27)
#0A1013
(10,16,19)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #372B5B

#372B5B
(55,43,91)
#493E69
(73,62,105)
#5B5177
(91,81,119)
#6D6485
(109,100,133)
#7F7793
(127,119,147)
#918AA1
(145,138,161)
#A39DAF
(163,157,175)
#B5B0BD
(181,176,189)
#C7C3CB
(199,195,203)
#D9D6D9
(217,214,217)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372B5B color. Also use rgb(55,43,91) instead hex code.

Text Font Color

.myTextColor { color: #372B5B; }

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

This text font color is #372B5B.


Background Color

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

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

This div background color is #372B5B.


Border color

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

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

This div border color is #372B5B.


Opacity

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

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

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

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

This text has shadow with #372B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372B5B on black background.


Color preview on white background

This text has color #372B5B on white background.



Black color preview on #372B5B background

This text has black color on #372B5B background.


White color preview on #372B5B background

This text has white color on #372B5B background.