COLOR #37545A

HEX: #37545A
RGB: (55,84,90)

Color info

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

RGB color model

#37545A color RGB value is (55,84,90).

  • red value is 55;
  • green value is 84;
  • blue value is 90.
RGB:
(55,84,90)
(22%,33%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 90 of 255 = 35%

55
84
90

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

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 90 = 229 (100%)
R 55 of 229 ~ 24.02%
G 84 of 229 ~ 36.68%
B 90 of 229 ~ 39.3%

%24.02
%36.68
%39.3

CMYK color model

#37545A color CMYK value is (39,7,0,65).

  • cyan value is 38.89%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(39,7,0,65)
C39M7Y0K65 
(39%,7%,0%,65%)
(0.39/0.07/0.00/0.65)	

CMYK percentages

%38.89
%6.67
%0
%64.71

Codes

Color #37545A in popluar color models

37545A
RGB558490
HSL190°24.14%28.43%
HSB/HSV190°38.89%35.29%
CMYK38.89%6.67%0.00%
64.71%

Color #37545A in popluar number systems.

HEX37545A
Decimal558490
Binary11011110101001011010
Octal67124132

Shades and tints

Shades of #37545A

#37545A
(55,84,90)
#324D52
(50,77,82)
#2D464A
(45,70,74)
#283F42
(40,63,66)
#23383A
(35,56,58)
#1E3132
(30,49,50)
#192A2A
(25,42,42)
#142322
(20,35,34)
#0F1C1A
(15,28,26)
#0A1512
(10,21,18)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #37545A

#37545A
(55,84,90)
#496369
(73,99,105)
#5B7278
(91,114,120)
#6D8187
(109,129,135)
#7F9096
(127,144,150)
#919FA5
(145,159,165)
#A3AEB4
(163,174,180)
#B5BDC3
(181,189,195)
#C7CCD2
(199,204,210)
#D9DBE1
(217,219,225)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37545A color. Also use rgb(55,84,90) instead hex code.

Text Font Color

.myTextColor { color: #37545A; }

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

This text font color is #37545A.


Background Color

.myBgColor { background-color: #37545A; }

<div style="background-color:#37545A">Inner text</div>

This div background color is #37545A.


Border color

.myBorderColor { border: 1px solid #37545A; }

<div style="border:3px solid #37545A">Div</div>

This div border color is #37545A.


Opacity

.myOpacity80 { color: #37545A; opacity: 0.8; }

<p style="color:#37545A;opacity:0.8;">80%</p>

Text with #37545A 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 #37545A;}

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

This text has shadow with #37545A color.

.textShadow {text-shadow: 3px 3px 1px #37545A, 3px 3px 1px red;}

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

This text has shadow with #37545A primary color and red secondary color.


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

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

This text has shadow with #37545A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37545A on black background.


Color preview on white background

This text has color #37545A on white background.



Black color preview on #37545A background

This text has black color on #37545A background.


White color preview on #37545A background

This text has white color on #37545A background.