COLOR #37584B

HEX: #37584B
RGB: (55,88,75)

Color info

#37584B contains red, green and blue colors in about the same proportion. Web safe color of #37584B is #336633 (or #363).

RGB color model

#37584B color RGB value is (55,88,75).

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

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 75 of 255 = 29%

55
88
75

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

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 75 = 218 (100%)
R 55 of 218 ~ 25.23%
G 88 of 218 ~ 40.37%
B 75 of 218 ~ 34.4%

%25.23
%40.37
%34.4

CMYK color model

#37584B color CMYK value is (38,0,15,65).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 65.49%
CMYK:
(38,0,15,65)
C38M0Y15K65 
(38%,0%,15%,65%)
(0.38/0.00/0.15/0.65)	

CMYK percentages

%37.5
%0
%14.77
%65.49

Codes

Color #37584B in popluar color models

37584B
RGB558875
HSL156°23.08%28.04%
HSB/HSV156°37.50%34.51%
CMYK37.50%0.00%14.77%
65.49%

Color #37584B in popluar number systems.

HEX37584B
Decimal558875
Binary11011110110001001011
Octal67130113

Shades and tints

Shades of #37584B

#37584B
(55,88,75)
#325045
(50,80,69)
#2D483F
(45,72,63)
#284039
(40,64,57)
#233833
(35,56,51)
#1E302D
(30,48,45)
#192827
(25,40,39)
#142021
(20,32,33)
#0F181B
(15,24,27)
#0A1015
(10,16,21)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #37584B

#37584B
(55,88,75)
#49675B
(73,103,91)
#5B766B
(91,118,107)
#6D857B
(109,133,123)
#7F948B
(127,148,139)
#91A39B
(145,163,155)
#A3B2AB
(163,178,171)
#B5C1BB
(181,193,187)
#C7D0CB
(199,208,203)
#D9DFDB
(217,223,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37584B color. Also use rgb(55,88,75) instead hex code.

Text Font Color

.myTextColor { color: #37584B; }

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

This text font color is #37584B.


Background Color

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

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

This div background color is #37584B.


Border color

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

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

This div border color is #37584B.


Opacity

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

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

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

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

This text has shadow with #37584B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37584B on black background.


Color preview on white background

This text has color #37584B on white background.



Black color preview on #37584B background

This text has black color on #37584B background.


White color preview on #37584B background

This text has white color on #37584B background.