COLOR #537C81

HEX: #537C81
RGB: (83,124,129)

Color info

#537C81 contains red, green and blue colors in about the same proportion. Web safe color of #537C81 is #666699 (or #669).

RGB color model

#537C81 color RGB value is (83,124,129).

  • red value is 83;
  • green value is 124;
  • blue value is 129.
RGB:
(83,124,129)
(33%,49%,51%)

RGB channels and saturation

R 83 of 255 = 33%
G 124 of 255 = 49%
B 129 of 255 = 51%

83
124
129

R + G + B ~ 44%. #537C81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 124 + 129 = 336 (100%)
R 83 of 336 ~ 24.7%
G 124 of 336 ~ 36.9%
B 129 of 336 ~ 38.39%

%24.7
%36.9
%38.39

CMYK color model

#537C81 color CMYK value is (36,4,0,49).

  • cyan value is 35.66%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(36,4,0,49)
C36M4Y0K49 
(36%,4%,0%,49%)
(0.36/0.04/0.00/0.49)	

CMYK percentages

%35.66
%3.88
%0
%49.41

Codes

Color #537C81 in popluar color models

537C81
RGB83124129
HSL187°21.70%41.57%
HSB/HSV187°35.66%50.59%
CMYK35.66%3.88%0.00%
49.41%

Color #537C81 in popluar number systems.

HEX537C81
Decimal83124129
Binary1010011111110010000001
Octal123174201

Shades and tints

Shades of #537C81

#537C81
(83,124,129)
#4C7176
(76,113,118)
#45666B
(69,102,107)
#3E5B60
(62,91,96)
#375055
(55,80,85)
#30454A
(48,69,74)
#293A3F
(41,58,63)
#222F34
(34,47,52)
#1B2429
(27,36,41)
#14191E
(20,25,30)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #537C81

#537C81
(83,124,129)
#62878C
(98,135,140)
#719297
(113,146,151)
#809DA2
(128,157,162)
#8FA8AD
(143,168,173)
#9EB3B8
(158,179,184)
#ADBEC3
(173,190,195)
#BCC9CE
(188,201,206)
#CBD4D9
(203,212,217)
#DADFE4
(218,223,228)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537C81 color. Also use rgb(83,124,129) instead hex code.

Text Font Color

.myTextColor { color: #537C81; }

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

This text font color is #537C81.


Background Color

.myBgColor { background-color: #537C81; }

<div style="background-color:#537C81">Inner text</div>

This div background color is #537C81.


Border color

.myBorderColor { border: 1px solid #537C81; }

<div style="border:3px solid #537C81">Div</div>

This div border color is #537C81.


Opacity

.myOpacity80 { color: #537C81; opacity: 0.8; }

<p style="color:#537C81;opacity:0.8;">80%</p>

Text with #537C81 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 #537C81;}

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

This text has shadow with #537C81 color.

.textShadow {text-shadow: 3px 3px 1px #537C81, 3px 3px 1px red;}

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

This text has shadow with #537C81 primary color and red secondary color.


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

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

This text has shadow with #537C81 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537C81 on black background.


Color preview on white background

This text has color #537C81 on white background.



Black color preview on #537C81 background

This text has black color on #537C81 background.


White color preview on #537C81 background

This text has white color on #537C81 background.