COLOR #373E50

HEX: #373E50
RGB: (55,62,80)

Color info

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

RGB color model

#373E50 color RGB value is (55,62,80).

  • red value is 55;
  • green value is 62;
  • blue value is 80.
RGB:
(55,62,80)
(22%,24%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 62 of 255 = 24%
B 80 of 255 = 31%

55
62
80

R + G + B ~ 26%. #373E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 62 + 80 = 197 (100%)
R 55 of 197 ~ 27.92%
G 62 of 197 ~ 31.47%
B 80 of 197 ~ 40.61%

%27.92
%31.47
%40.61

CMYK color model

#373E50 color CMYK value is (31,23,0,69).

  • cyan value is 31.25%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(31,23,0,69)
C31M23Y0K69 
(31%,23%,0%,69%)
(0.31/0.23/0.00/0.69)	

CMYK percentages

%31.25
%22.5
%0
%68.63

Codes

Color #373E50 in popluar color models

373E50
RGB556280
HSL223°18.52%26.47%
HSB/HSV223°31.25%31.37%
CMYK31.25%22.50%0.00%
68.63%

Color #373E50 in popluar number systems.

HEX373E50
Decimal556280
Binary1101111111101010000
Octal6776120

Shades and tints

Shades of #373E50

#373E50
(55,62,80)
#323949
(50,57,73)
#2D3442
(45,52,66)
#282F3B
(40,47,59)
#232A34
(35,42,52)
#1E252D
(30,37,45)
#192026
(25,32,38)
#141B1F
(20,27,31)
#0F1618
(15,22,24)
#0A1111
(10,17,17)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #373E50

#373E50
(55,62,80)
#494F5F
(73,79,95)
#5B606E
(91,96,110)
#6D717D
(109,113,125)
#7F828C
(127,130,140)
#91939B
(145,147,155)
#A3A4AA
(163,164,170)
#B5B5B9
(181,181,185)
#C7C6C8
(199,198,200)
#D9D7D7
(217,215,215)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373E50 color. Also use rgb(55,62,80) instead hex code.

Text Font Color

.myTextColor { color: #373E50; }

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

This text font color is #373E50.


Background Color

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

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

This div background color is #373E50.


Border color

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

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

This div border color is #373E50.


Opacity

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

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

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

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

This text has shadow with #373E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373E50 on black background.


Color preview on white background

This text has color #373E50 on white background.



Black color preview on #373E50 background

This text has black color on #373E50 background.


White color preview on #373E50 background

This text has white color on #373E50 background.