COLOR #37475D

HEX: #37475D
RGB: (55,71,93)

Color info

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

RGB color model

#37475D color RGB value is (55,71,93).

  • red value is 55;
  • green value is 71;
  • blue value is 93.
RGB:
(55,71,93)
(22%,28%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 93 of 255 = 36%

55
71
93

R + G + B ~ 29%. #37475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 93 = 219 (100%)
R 55 of 219 ~ 25.11%
G 71 of 219 ~ 32.42%
B 93 of 219 ~ 42.47%

%25.11
%32.42
%42.47

CMYK color model

#37475D color CMYK value is (41,24,0,64).

  • cyan value is 40.86%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(41,24,0,64)
C41M24Y0K64 
(41%,24%,0%,64%)
(0.41/0.24/0.00/0.64)	

CMYK percentages

%40.86
%23.66
%0
%63.53

Codes

Color #37475D in popluar color models

37475D
RGB557193
HSL215°25.68%29.02%
HSB/HSV215°40.86%36.47%
CMYK40.86%23.66%0.00%
63.53%

Color #37475D in popluar number systems.

HEX37475D
Decimal557193
Binary11011110001111011101
Octal67107135

Shades and tints

Shades of #37475D

#37475D
(55,71,93)
#324155
(50,65,85)
#2D3B4D
(45,59,77)
#283545
(40,53,69)
#232F3D
(35,47,61)
#1E2935
(30,41,53)
#19232D
(25,35,45)
#141D25
(20,29,37)
#0F171D
(15,23,29)
#0A1115
(10,17,21)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #37475D

#37475D
(55,71,93)
#49576B
(73,87,107)
#5B6779
(91,103,121)
#6D7787
(109,119,135)
#7F8795
(127,135,149)
#9197A3
(145,151,163)
#A3A7B1
(163,167,177)
#B5B7BF
(181,183,191)
#C7C7CD
(199,199,205)
#D9D7DB
(217,215,219)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37475D color. Also use rgb(55,71,93) instead hex code.

Text Font Color

.myTextColor { color: #37475D; }

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

This text font color is #37475D.


Background Color

.myBgColor { background-color: #37475D; }

<div style="background-color:#37475D">Inner text</div>

This div background color is #37475D.


Border color

.myBorderColor { border: 1px solid #37475D; }

<div style="border:3px solid #37475D">Div</div>

This div border color is #37475D.


Opacity

.myOpacity80 { color: #37475D; opacity: 0.8; }

<p style="color:#37475D;opacity:0.8;">80%</p>

Text with #37475D 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 #37475D;}

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

This text has shadow with #37475D color.

.textShadow {text-shadow: 3px 3px 1px #37475D, 3px 3px 1px red;}

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

This text has shadow with #37475D primary color and red secondary color.


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

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

This text has shadow with #37475D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37475D on black background.


Color preview on white background

This text has color #37475D on white background.



Black color preview on #37475D background

This text has black color on #37475D background.


White color preview on #37475D background

This text has white color on #37475D background.