COLOR #37585A

HEX: #37585A
RGB: (55,88,90)

Color info

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

RGB color model

#37585A color RGB value is (55,88,90).

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

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 90 of 255 = 35%

55
88
90

R + G + B ~ 31%. #37585A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 90 = 233 (100%)
R 55 of 233 ~ 23.61%
G 88 of 233 ~ 37.77%
B 90 of 233 ~ 38.63%

%23.61
%37.77
%38.63

CMYK color model

#37585A color CMYK value is (39,2,0,65).

  • cyan value is 38.89%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(39,2,0,65)
C39M2Y0K65 
(39%,2%,0%,65%)
(0.39/0.02/0.00/0.65)	

CMYK percentages

%38.89
%2.22
%0
%64.71

Codes

Color #37585A in popluar color models

37585A
RGB558890
HSL183°24.14%28.43%
HSB/HSV183°38.89%35.29%
CMYK38.89%2.22%0.00%
64.71%

Color #37585A in popluar number systems.

HEX37585A
Decimal558890
Binary11011110110001011010
Octal67130132

Shades and tints

Shades of #37585A

#37585A
(55,88,90)
#325052
(50,80,82)
#2D484A
(45,72,74)
#284042
(40,64,66)
#23383A
(35,56,58)
#1E3032
(30,48,50)
#19282A
(25,40,42)
#142022
(20,32,34)
#0F181A
(15,24,26)
#0A1012
(10,16,18)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #37585A

#37585A
(55,88,90)
#496769
(73,103,105)
#5B7678
(91,118,120)
#6D8587
(109,133,135)
#7F9496
(127,148,150)
#91A3A5
(145,163,165)
#A3B2B4
(163,178,180)
#B5C1C3
(181,193,195)
#C7D0D2
(199,208,210)
#D9DFE1
(217,223,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37585A; }

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

This text font color is #37585A.


Background Color

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

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

This div background color is #37585A.


Border color

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

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

This div border color is #37585A.


Opacity

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

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

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

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

This text has shadow with #37585A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37585A on black background.


Color preview on white background

This text has color #37585A on white background.



Black color preview on #37585A background

This text has black color on #37585A background.


White color preview on #37585A background

This text has white color on #37585A background.