COLOR #37545F

HEX: #37545F RGB: (55,84,95)

Color info

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

RGB color model

#37545F color RGB value is (55,84,95).

RGB: (55,84,95) (22%, 33%, 37%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 95 of 255 = 37%

55
84
95

R + G + B ~ 31%. #37545F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 84 + 95 = 234 (100%)
R 55 of 234 ~ 23.5%
G 84 of 234 ~ 35.9%
B 95 of 234 ~ 40.6'%

%23.5
%35.9
%40.6

CMYK color model

#37545F color CMYK value is (42,12,0,63).

  • cyan value is 42.11%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (42,12,0,63)
C42M12Y0K63 (42%, 12%, 0%, 63%)
(0.42 / 0.12 / 0.00 / 0.63)

CMYK percentages

%42.11
%11.58
%0
%62.75

Codes

Color #37545F in popluar color models

37 54 5F
RGB 55 84 95
HSL 197° 26.67% 29.41%
HSB/HSV 197° 42.11% 37.25%
CMYK 42.11% 11.58% 0.00%
62.75%

Color #37545F in popluar number systems.

HEX 37 54 5F
Decimal 55 84 95
Binary 110111 1010100 1011111
Octal 67 124 137

Shades and tints

Shades of #37545F

#37545F
(55,84,95)
#324D57
(50,77,87)
#2D464F
(45,70,79)
#283F47
(40,63,71)
#23383F
(35,56,63)
#1E3137
(30,49,55)
#192A2F
(25,42,47)
#142327
(20,35,39)
#0F1C1F
(15,28,31)
#0A1517
(10,21,23)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #37545F

#37545F
(55,84,95)
#49636D
(73,99,109)
#5B727B
(91,114,123)
#6D8189
(109,129,137)
#7F9097
(127,144,151)
#919FA5
(145,159,165)
#A3AEB3
(163,174,179)
#B5BDC1
(181,189,193)
#C7CCCF
(199,204,207)
#D9DBDD
(217,219,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37545F color. Also use rgb(55,84,95) instead hex code.

Text Font Color

.myTextColor { color: #37545F; }

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

This text font color is #37545F.

Background Color

.myBgColor { background-color: #37545F; }

<div style="background-color:#37545F">Inner text</div>

This div background color is #37545F.

Border color

.myBorderColor { border: 1px solid #37545F; }

<div style="border:3px solid #37545F">Div</div>

This div border color is #37545F.

Opacity

.myOpacity80 { color: #37545F; opacity: 0.8; }

<p style="color:#37545F;opacity:0.8;">80%</p>

Text with #37545F 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 #37545F;}

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

This text has shadow with #37545F color.


.textShadow {text-shadow: 3px 3px 1px #37545F', 3px 3px 1px red;}

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

This text has shadow with #37545F primary color and red secondary color.


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

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

This text has shadow with #37545F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37545F; -webkit-box-shadow: 1px 1px 3px 2px #37545F; box-shadow:1px 1px 3px 2px #37545F;">
Div content here
</div>

This div box has shadow with color #37545F.

Preview

Color preview on black background

This text has color #37545F on black background.


Color preview on white background

This text has color #37545F on white background.


Black color preview on #37545F background

This text has black color on #37545F background.


White color preview on #37545F background

This text has white color on #37545F background.


Related colors

Complementary color

Complementary color for #hex is #C8ABA0.


I love getcolorcode.com

Triadic colors

1 #5F3754 and #545F37 with #37545F are triadic colors.

2 #5F5437 and #54375F with #37545F are triadic colors.