COLOR #37405E

HEX: #37405E
RGB: (55,64,94)

Color info

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

RGB color model

#37405E color RGB value is (55,64,94).

  • red value is 55;
  • green value is 64;
  • blue value is 94.
RGB:
(55,64,94)
(22%,25%,37%)

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 94 of 255 = 37%

55
64
94

R + G + B ~ 28%. #37405E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 94 = 213 (100%)
R 55 of 213 ~ 25.82%
G 64 of 213 ~ 30.05%
B 94 of 213 ~ 44.13%

%25.82
%30.05
%44.13

CMYK color model

#37405E color CMYK value is (41,32,0,63).

  • cyan value is 41.49%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(41,32,0,63)
C41M32Y0K63 
(41%,32%,0%,63%)
(0.41/0.32/0.00/0.63)	

CMYK percentages

%41.49
%31.91
%0
%63.14

Codes

Color #37405E in popluar color models

37405E
RGB556494
HSL226°26.17%29.22%
HSB/HSV226°41.49%36.86%
CMYK41.49%31.91%0.00%
63.14%

Color #37405E in popluar number systems.

HEX37405E
Decimal556494
Binary11011110000001011110
Octal67100136

Shades and tints

Shades of #37405E

#37405E
(55,64,94)
#323B56
(50,59,86)
#2D364E
(45,54,78)
#283146
(40,49,70)
#232C3E
(35,44,62)
#1E2736
(30,39,54)
#19222E
(25,34,46)
#141D26
(20,29,38)
#0F181E
(15,24,30)
#0A1316
(10,19,22)
#050E0E
(5,14,14)
#000000
(0,0,0)

Tints of #37405E

#37405E
(55,64,94)
#49516C
(73,81,108)
#5B627A
(91,98,122)
#6D7388
(109,115,136)
#7F8496
(127,132,150)
#9195A4
(145,149,164)
#A3A6B2
(163,166,178)
#B5B7C0
(181,183,192)
#C7C8CE
(199,200,206)
#D9D9DC
(217,217,220)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37405E color. Also use rgb(55,64,94) instead hex code.

Text Font Color

.myTextColor { color: #37405E; }

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

This text font color is #37405E.


Background Color

.myBgColor { background-color: #37405E; }

<div style="background-color:#37405E">Inner text</div>

This div background color is #37405E.


Border color

.myBorderColor { border: 1px solid #37405E; }

<div style="border:3px solid #37405E">Div</div>

This div border color is #37405E.


Opacity

.myOpacity80 { color: #37405E; opacity: 0.8; }

<p style="color:#37405E;opacity:0.8;">80%</p>

Text with #37405E 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 #37405E;}

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

This text has shadow with #37405E color.

.textShadow {text-shadow: 3px 3px 1px #37405E, 3px 3px 1px red;}

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

This text has shadow with #37405E primary color and red secondary color.


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

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

This text has shadow with #37405E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37405E on black background.


Color preview on white background

This text has color #37405E on white background.



Black color preview on #37405E background

This text has black color on #37405E background.


White color preview on #37405E background

This text has white color on #37405E background.