COLOR #373D57

HEX: #373D57
RGB: (55,61,87)

Color info

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

RGB color model

#373D57 color RGB value is (55,61,87).

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

RGB channels and saturation

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

55
61
87

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

Portions of RGB colors in percentages

R + G + B =
55 + 61 + 87 = 203 (100%)
R 55 of 203 ~ 27.09%
G 61 of 203 ~ 30.05%
B 87 of 203 ~ 42.86%

%27.09
%30.05
%42.86

CMYK color model

#373D57 color CMYK value is (37,30,0,66).

  • cyan value is 36.78%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(37,30,0,66)
C37M30Y0K66 
(37%,30%,0%,66%)
(0.37/0.30/0.00/0.66)	

CMYK percentages

%36.78
%29.89
%0
%65.88

Codes

Color #373D57 in popluar color models

373D57
RGB556187
HSL229°22.54%27.84%
HSB/HSV229°36.78%34.12%
CMYK36.78%29.89%0.00%
65.88%

Color #373D57 in popluar number systems.

HEX373D57
Decimal556187
Binary1101111111011010111
Octal6775127

Shades and tints

Shades of #373D57

#373D57
(55,61,87)
#323850
(50,56,80)
#2D3349
(45,51,73)
#282E42
(40,46,66)
#23293B
(35,41,59)
#1E2434
(30,36,52)
#191F2D
(25,31,45)
#141A26
(20,26,38)
#0F151F
(15,21,31)
#0A1018
(10,16,24)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #373D57

#373D57
(55,61,87)
#494E66
(73,78,102)
#5B5F75
(91,95,117)
#6D7084
(109,112,132)
#7F8193
(127,129,147)
#9192A2
(145,146,162)
#A3A3B1
(163,163,177)
#B5B4C0
(181,180,192)
#C7C5CF
(199,197,207)
#D9D6DE
(217,214,222)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373D57; }

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

This text font color is #373D57.


Background Color

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

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

This div background color is #373D57.


Border color

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

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

This div border color is #373D57.


Opacity

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

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

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

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

This text has shadow with #373D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373D57 on black background.


Color preview on white background

This text has color #373D57 on white background.



Black color preview on #373D57 background

This text has black color on #373D57 background.


White color preview on #373D57 background

This text has white color on #373D57 background.