COLOR #37544D

HEX: #37544D
RGB: (55,84,77)

Color info

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

RGB color model

#37544D color RGB value is (55,84,77).

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

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 77 of 255 = 30%

55
84
77

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

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 77 = 216 (100%)
R 55 of 216 ~ 25.46%
G 84 of 216 ~ 38.89%
B 77 of 216 ~ 35.65%

%25.46
%38.89
%35.65

CMYK color model

#37544D color CMYK value is (35,0,8,67).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(35,0,8,67)
C35M0Y8K67 
(35%,0%,8%,67%)
(0.35/0.00/0.08/0.67)	

CMYK percentages

%34.52
%0
%8.33
%67.06

Codes

Color #37544D in popluar color models

37544D
RGB558477
HSL166°20.86%27.25%
HSB/HSV166°34.52%32.94%
CMYK34.52%0.00%8.33%
67.06%

Color #37544D in popluar number systems.

HEX37544D
Decimal558477
Binary11011110101001001101
Octal67124115

Shades and tints

Shades of #37544D

#37544D
(55,84,77)
#324D46
(50,77,70)
#2D463F
(45,70,63)
#283F38
(40,63,56)
#233831
(35,56,49)
#1E312A
(30,49,42)
#192A23
(25,42,35)
#14231C
(20,35,28)
#0F1C15
(15,28,21)
#0A150E
(10,21,14)
#050E07
(5,14,7)
#000000
(0,0,0)

Tints of #37544D

#37544D
(55,84,77)
#49635D
(73,99,93)
#5B726D
(91,114,109)
#6D817D
(109,129,125)
#7F908D
(127,144,141)
#919F9D
(145,159,157)
#A3AEAD
(163,174,173)
#B5BDBD
(181,189,189)
#C7CCCD
(199,204,205)
#D9DBDD
(217,219,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37544D; }

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

This text font color is #37544D.


Background Color

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

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

This div background color is #37544D.


Border color

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

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

This div border color is #37544D.


Opacity

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

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

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

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

This text has shadow with #37544D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37544D on black background.


Color preview on white background

This text has color #37544D on white background.



Black color preview on #37544D background

This text has black color on #37544D background.


White color preview on #37544D background

This text has white color on #37544D background.