COLOR #373C57

HEX: #373C57
RGB: (55,60,87)

Color info

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

RGB color model

#373C57 color RGB value is (55,60,87).

  • red value is 55;
  • green value is 60;
  • blue value is 87.
RGB:
(55,60,87)
(22%,24%,34%)

RGB channels and saturation

R 55 of 255 = 22%
G 60 of 255 = 24%
B 87 of 255 = 34%

55
60
87

R + G + B ~ 27%. #373C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 60 + 87 = 202 (100%)
R 55 of 202 ~ 27.23%
G 60 of 202 ~ 29.7%
B 87 of 202 ~ 43.07%

%27.23
%29.7
%43.07

CMYK color model

#373C57 color CMYK value is (37,31,0,66).

  • cyan value is 36.78%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(37,31,0,66)
C37M31Y0K66 
(37%,31%,0%,66%)
(0.37/0.31/0.00/0.66)	

CMYK percentages

%36.78
%31.03
%0
%65.88

Codes

Color #373C57 in popluar color models

373C57
RGB556087
HSL231°22.54%27.84%
HSB/HSV231°36.78%34.12%
CMYK36.78%31.03%0.00%
65.88%

Color #373C57 in popluar number systems.

HEX373C57
Decimal556087
Binary1101111111001010111
Octal6774127

Shades and tints

Shades of #373C57

#373C57
(55,60,87)
#323750
(50,55,80)
#2D3249
(45,50,73)
#282D42
(40,45,66)
#23283B
(35,40,59)
#1E2334
(30,35,52)
#191E2D
(25,30,45)
#141926
(20,25,38)
#0F141F
(15,20,31)
#0A0F18
(10,15,24)
#050A11
(5,10,17)
#000000
(0,0,0)

Tints of #373C57

#373C57
(55,60,87)
#494D66
(73,77,102)
#5B5E75
(91,94,117)
#6D6F84
(109,111,132)
#7F8093
(127,128,147)
#9191A2
(145,145,162)
#A3A2B1
(163,162,177)
#B5B3C0
(181,179,192)
#C7C4CF
(199,196,207)
#D9D5DE
(217,213,222)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373C57 color. Also use rgb(55,60,87) instead hex code.

Text Font Color

.myTextColor { color: #373C57; }

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

This text font color is #373C57.


Background Color

.myBgColor { background-color: #373C57; }

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

This div background color is #373C57.


Border color

.myBorderColor { border: 1px solid #373C57; }

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

This div border color is #373C57.


Opacity

.myOpacity80 { color: #373C57; opacity: 0.8; }

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

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

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

This text has shadow with #373C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373C57 on black background.


Color preview on white background

This text has color #373C57 on white background.



Black color preview on #373C57 background

This text has black color on #373C57 background.


White color preview on #373C57 background

This text has white color on #373C57 background.