COLOR #37574B

HEX: #37574B
RGB: (55,87,75)

Color info

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

RGB color model

#37574B color RGB value is (55,87,75).

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

RGB channels and saturation

R 55 of 255 = 22%
G 87 of 255 = 34%
B 75 of 255 = 29%

55
87
75

R + G + B ~ 28%. #37574B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 87 + 75 = 217 (100%)
R 55 of 217 ~ 25.35%
G 87 of 217 ~ 40.09%
B 75 of 217 ~ 34.56%

%25.35
%40.09
%34.56

CMYK color model

#37574B color CMYK value is (37,0,14,66).

  • cyan value is 36.78%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 65.88%
CMYK:
(37,0,14,66)
C37M0Y14K66 
(37%,0%,14%,66%)
(0.37/0.00/0.14/0.66)	

CMYK percentages

%36.78
%0
%13.79
%65.88

Codes

Color #37574B in popluar color models

37574B
RGB558775
HSL158°22.54%27.84%
HSB/HSV158°36.78%34.12%
CMYK36.78%0.00%13.79%
65.88%

Color #37574B in popluar number systems.

HEX37574B
Decimal558775
Binary11011110101111001011
Octal67127113

Shades and tints

Shades of #37574B

#37574B
(55,87,75)
#325045
(50,80,69)
#2D493F
(45,73,63)
#284239
(40,66,57)
#233B33
(35,59,51)
#1E342D
(30,52,45)
#192D27
(25,45,39)
#142621
(20,38,33)
#0F1F1B
(15,31,27)
#0A1815
(10,24,21)
#05110F
(5,17,15)
#000000
(0,0,0)

Tints of #37574B

#37574B
(55,87,75)
#49665B
(73,102,91)
#5B756B
(91,117,107)
#6D847B
(109,132,123)
#7F938B
(127,147,139)
#91A29B
(145,162,155)
#A3B1AB
(163,177,171)
#B5C0BB
(181,192,187)
#C7CFCB
(199,207,203)
#D9DEDB
(217,222,219)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37574B; }

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

This text font color is #37574B.


Background Color

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

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

This div background color is #37574B.


Border color

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

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

This div border color is #37574B.


Opacity

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

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

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

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

This text has shadow with #37574B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37574B on black background.


Color preview on white background

This text has color #37574B on white background.



Black color preview on #37574B background

This text has black color on #37574B background.


White color preview on #37574B background

This text has white color on #37574B background.