COLOR #37525B

HEX: #37525B
RGB: (55,82,91)

Color info

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

RGB color model

#37525B color RGB value is (55,82,91).

  • red value is 55;
  • green value is 82;
  • blue value is 91.
RGB:
(55,82,91)
(22%,32%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 82 of 255 = 32%
B 91 of 255 = 36%

55
82
91

R + G + B ~ 30%. #37525B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 91 = 228 (100%)
R 55 of 228 ~ 24.12%
G 82 of 228 ~ 35.96%
B 91 of 228 ~ 39.91%

%24.12
%35.96
%39.91

CMYK color model

#37525B color CMYK value is (40,10,0,64).

  • cyan value is 39.56%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(40,10,0,64)
C40M10Y0K64 
(40%,10%,0%,64%)
(0.40/0.10/0.00/0.64)	

CMYK percentages

%39.56
%9.89
%0
%64.31

Codes

Color #37525B in popluar color models

37525B
RGB558291
HSL195°24.66%28.63%
HSB/HSV195°39.56%35.69%
CMYK39.56%9.89%0.00%
64.31%

Color #37525B in popluar number systems.

HEX37525B
Decimal558291
Binary11011110100101011011
Octal67122133

Shades and tints

Shades of #37525B

#37525B
(55,82,91)
#324B53
(50,75,83)
#2D444B
(45,68,75)
#283D43
(40,61,67)
#23363B
(35,54,59)
#1E2F33
(30,47,51)
#19282B
(25,40,43)
#142123
(20,33,35)
#0F1A1B
(15,26,27)
#0A1313
(10,19,19)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #37525B

#37525B
(55,82,91)
#496169
(73,97,105)
#5B7077
(91,112,119)
#6D7F85
(109,127,133)
#7F8E93
(127,142,147)
#919DA1
(145,157,161)
#A3ACAF
(163,172,175)
#B5BBBD
(181,187,189)
#C7CACB
(199,202,203)
#D9D9D9
(217,217,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37525B color. Also use rgb(55,82,91) instead hex code.

Text Font Color

.myTextColor { color: #37525B; }

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

This text font color is #37525B.


Background Color

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

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

This div background color is #37525B.


Border color

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

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

This div border color is #37525B.


Opacity

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

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

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

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

This text has shadow with #37525B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37525B on black background.


Color preview on white background

This text has color #37525B on white background.



Black color preview on #37525B background

This text has black color on #37525B background.


White color preview on #37525B background

This text has white color on #37525B background.