COLOR #37525C

HEX: #37525C
RGB: (55,82,92)

Color info

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

RGB color model

#37525C color RGB value is (55,82,92).

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

RGB channels and saturation

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

55
82
92

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

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 92 = 229 (100%)
R 55 of 229 ~ 24.02%
G 82 of 229 ~ 35.81%
B 92 of 229 ~ 40.17%

%24.02
%35.81
%40.17

CMYK color model

#37525C color CMYK value is (40,11,0,64).

  • cyan value is 40.22%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(40,11,0,64)
C40M11Y0K64 
(40%,11%,0%,64%)
(0.40/0.11/0.00/0.64)	

CMYK percentages

%40.22
%10.87
%0
%63.92

Codes

Color #37525C in popluar color models

37525C
RGB558292
HSL196°25.17%28.82%
HSB/HSV196°40.22%36.08%
CMYK40.22%10.87%0.00%
63.92%

Color #37525C in popluar number systems.

HEX37525C
Decimal558292
Binary11011110100101011100
Octal67122134

Shades and tints

Shades of #37525C

#37525C
(55,82,92)
#324B54
(50,75,84)
#2D444C
(45,68,76)
#283D44
(40,61,68)
#23363C
(35,54,60)
#1E2F34
(30,47,52)
#19282C
(25,40,44)
#142124
(20,33,36)
#0F1A1C
(15,26,28)
#0A1314
(10,19,20)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #37525C

#37525C
(55,82,92)
#49616A
(73,97,106)
#5B7078
(91,112,120)
#6D7F86
(109,127,134)
#7F8E94
(127,142,148)
#919DA2
(145,157,162)
#A3ACB0
(163,172,176)
#B5BBBE
(181,187,190)
#C7CACC
(199,202,204)
#D9D9DA
(217,217,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37525C; }

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

This text font color is #37525C.


Background Color

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

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

This div background color is #37525C.


Border color

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

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

This div border color is #37525C.


Opacity

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

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

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

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

This text has shadow with #37525C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37525C on black background.


Color preview on white background

This text has color #37525C on white background.



Black color preview on #37525C background

This text has black color on #37525C background.


White color preview on #37525C background

This text has white color on #37525C background.