COLOR #37445F

HEX: #37445F
RGB: (55,68,95)

Color info

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

RGB color model

#37445F color RGB value is (55,68,95).

  • red value is 55;
  • green value is 68;
  • blue value is 95.
RGB:
(55,68,95)
(22%,27%,37%)

RGB channels and saturation

R 55 of 255 = 22%
G 68 of 255 = 27%
B 95 of 255 = 37%

55
68
95

R + G + B ~ 29%. #37445F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 68 + 95 = 218 (100%)
R 55 of 218 ~ 25.23%
G 68 of 218 ~ 31.19%
B 95 of 218 ~ 43.58%

%25.23
%31.19
%43.58

CMYK color model

#37445F color CMYK value is (42,28,0,63).

  • cyan value is 42.11%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(42,28,0,63)
C42M28Y0K63 
(42%,28%,0%,63%)
(0.42/0.28/0.00/0.63)	

CMYK percentages

%42.11
%28.42
%0
%62.75

Codes

Color #37445F in popluar color models

37445F
RGB556895
HSL221°26.67%29.41%
HSB/HSV221°42.11%37.25%
CMYK42.11%28.42%0.00%
62.75%

Color #37445F in popluar number systems.

HEX37445F
Decimal556895
Binary11011110001001011111
Octal67104137

Shades and tints

Shades of #37445F

#37445F
(55,68,95)
#323E57
(50,62,87)
#2D384F
(45,56,79)
#283247
(40,50,71)
#232C3F
(35,44,63)
#1E2637
(30,38,55)
#19202F
(25,32,47)
#141A27
(20,26,39)
#0F141F
(15,20,31)
#0A0E17
(10,14,23)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #37445F

#37445F
(55,68,95)
#49556D
(73,85,109)
#5B667B
(91,102,123)
#6D7789
(109,119,137)
#7F8897
(127,136,151)
#9199A5
(145,153,165)
#A3AAB3
(163,170,179)
#B5BBC1
(181,187,193)
#C7CCCF
(199,204,207)
#D9DDDD
(217,221,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37445F color. Also use rgb(55,68,95) instead hex code.

Text Font Color

.myTextColor { color: #37445F; }

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

This text font color is #37445F.


Background Color

.myBgColor { background-color: #37445F; }

<div style="background-color:#37445F">Inner text</div>

This div background color is #37445F.


Border color

.myBorderColor { border: 1px solid #37445F; }

<div style="border:3px solid #37445F">Div</div>

This div border color is #37445F.


Opacity

.myOpacity80 { color: #37445F; opacity: 0.8; }

<p style="color:#37445F;opacity:0.8;">80%</p>

Text with #37445F 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 #37445F;}

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

This text has shadow with #37445F color.

.textShadow {text-shadow: 3px 3px 1px #37445F, 3px 3px 1px red;}

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

This text has shadow with #37445F primary color and red secondary color.


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

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

This text has shadow with #37445F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37445F on black background.


Color preview on white background

This text has color #37445F on white background.



Black color preview on #37445F background

This text has black color on #37445F background.


White color preview on #37445F background

This text has white color on #37445F background.