COLOR #37594D

HEX: #37594D
RGB: (55,89,77)

Color info

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

RGB color model

#37594D color RGB value is (55,89,77).

  • red value is 55;
  • green value is 89;
  • blue value is 77.
RGB:
(55,89,77)
(22%,35%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 89 of 255 = 35%
B 77 of 255 = 30%

55
89
77

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

Portions of RGB colors in percentages

R + G + B =
55 + 89 + 77 = 221 (100%)
R 55 of 221 ~ 24.89%
G 89 of 221 ~ 40.27%
B 77 of 221 ~ 34.84%

%24.89
%40.27
%34.84

CMYK color model

#37594D color CMYK value is (38,0,13,65).

  • cyan value is 38.20%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 65.10%
CMYK:
(38,0,13,65)
C38M0Y13K65 
(38%,0%,13%,65%)
(0.38/0.00/0.13/0.65)	

CMYK percentages

%38.2
%0
%13.48
%65.1

Codes

Color #37594D in popluar color models

37594D
RGB558977
HSL159°23.61%28.24%
HSB/HSV159°38.20%34.90%
CMYK38.20%0.00%13.48%
65.10%

Color #37594D in popluar number systems.

HEX37594D
Decimal558977
Binary11011110110011001101
Octal67131115

Shades and tints

Shades of #37594D

#37594D
(55,89,77)
#325146
(50,81,70)
#2D493F
(45,73,63)
#284138
(40,65,56)
#233931
(35,57,49)
#1E312A
(30,49,42)
#192923
(25,41,35)
#14211C
(20,33,28)
#0F1915
(15,25,21)
#0A110E
(10,17,14)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #37594D

#37594D
(55,89,77)
#49685D
(73,104,93)
#5B776D
(91,119,109)
#6D867D
(109,134,125)
#7F958D
(127,149,141)
#91A49D
(145,164,157)
#A3B3AD
(163,179,173)
#B5C2BD
(181,194,189)
#C7D1CD
(199,209,205)
#D9E0DD
(217,224,221)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37594D color. Also use rgb(55,89,77) instead hex code.

Text Font Color

.myTextColor { color: #37594D; }

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

This text font color is #37594D.


Background Color

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

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

This div background color is #37594D.


Border color

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

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

This div border color is #37594D.


Opacity

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

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

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

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

This text has shadow with #37594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37594D on black background.


Color preview on white background

This text has color #37594D on white background.



Black color preview on #37594D background

This text has black color on #37594D background.


White color preview on #37594D background

This text has white color on #37594D background.