COLOR #37505B

HEX: #37505B
RGB: (55,80,91)

Color info

#37505B contains red, green and blue colors in about the same proportion. Web safe color of #37505B is #336666 (or #366).

RGB color model

#37505B color RGB value is (55,80,91).

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

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 91 of 255 = 36%

55
80
91

R + G + B ~ 30%. #37505B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 80 + 91 = 226 (100%)
R 55 of 226 ~ 24.34%
G 80 of 226 ~ 35.4%
B 91 of 226 ~ 40.27%

%24.34
%35.4
%40.27

CMYK color model

#37505B color CMYK value is (40,12,0,64).

  • cyan value is 39.56%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(40,12,0,64)
C40M12Y0K64 
(40%,12%,0%,64%)
(0.40/0.12/0.00/0.64)	

CMYK percentages

%39.56
%12.09
%0
%64.31

Codes

Color #37505B in popluar color models

37505B
RGB558091
HSL198°24.66%28.63%
HSB/HSV198°39.56%35.69%
CMYK39.56%12.09%0.00%
64.31%

Color #37505B in popluar number systems.

HEX37505B
Decimal558091
Binary11011110100001011011
Octal67120133

Shades and tints

Shades of #37505B

#37505B
(55,80,91)
#324953
(50,73,83)
#2D424B
(45,66,75)
#283B43
(40,59,67)
#23343B
(35,52,59)
#1E2D33
(30,45,51)
#19262B
(25,38,43)
#141F23
(20,31,35)
#0F181B
(15,24,27)
#0A1113
(10,17,19)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #37505B

#37505B
(55,80,91)
#495F69
(73,95,105)
#5B6E77
(91,110,119)
#6D7D85
(109,125,133)
#7F8C93
(127,140,147)
#919BA1
(145,155,161)
#A3AAAF
(163,170,175)
#B5B9BD
(181,185,189)
#C7C8CB
(199,200,203)
#D9D7D9
(217,215,217)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37505B color. Also use rgb(55,80,91) instead hex code.

Text Font Color

.myTextColor { color: #37505B; }

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

This text font color is #37505B.


Background Color

.myBgColor { background-color: #37505B; }

<div style="background-color:#37505B">Inner text</div>

This div background color is #37505B.


Border color

.myBorderColor { border: 1px solid #37505B; }

<div style="border:3px solid #37505B">Div</div>

This div border color is #37505B.


Opacity

.myOpacity80 { color: #37505B; opacity: 0.8; }

<p style="color:#37505B;opacity:0.8;">80%</p>

Text with #37505B 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 #37505B;}

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

This text has shadow with #37505B color.

.textShadow {text-shadow: 3px 3px 1px #37505B, 3px 3px 1px red;}

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

This text has shadow with #37505B primary color and red secondary color.


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

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

This text has shadow with #37505B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37505B on black background.


Color preview on white background

This text has color #37505B on white background.



Black color preview on #37505B background

This text has black color on #37505B background.


White color preview on #37505B background

This text has white color on #37505B background.