COLOR #537D89

HEX: #537D89
RGB: (83,125,137)

Color info

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

RGB color model

#537D89 color RGB value is (83,125,137).

  • red value is 83;
  • green value is 125;
  • blue value is 137.
RGB:
(83,125,137)
(33%,49%,54%)

RGB channels and saturation

R 83 of 255 = 33%
G 125 of 255 = 49%
B 137 of 255 = 54%

83
125
137

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

Portions of RGB colors in percentages

R + G + B =
83 + 125 + 137 = 345 (100%)
R 83 of 345 ~ 24.06%
G 125 of 345 ~ 36.23%
B 137 of 345 ~ 39.71%

%24.06
%36.23
%39.71

CMYK color model

#537D89 color CMYK value is (39,9,0,46).

  • cyan value is 39.42%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(39,9,0,46)
C39M9Y0K46 
(39%,9%,0%,46%)
(0.39/0.09/0.00/0.46)	

CMYK percentages

%39.42
%8.76
%0
%46.27

Codes

Color #537D89 in popluar color models

537D89
RGB83125137
HSL193°24.55%43.14%
HSB/HSV193°39.42%53.73%
CMYK39.42%8.76%0.00%
46.27%

Color #537D89 in popluar number systems.

HEX537D89
Decimal83125137
Binary1010011111110110001001
Octal123175211

Shades and tints

Shades of #537D89

#537D89
(83,125,137)
#4C727D
(76,114,125)
#456771
(69,103,113)
#3E5C65
(62,92,101)
#375159
(55,81,89)
#30464D
(48,70,77)
#293B41
(41,59,65)
#223035
(34,48,53)
#1B2529
(27,37,41)
#141A1D
(20,26,29)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #537D89

#537D89
(83,125,137)
#628893
(98,136,147)
#71939D
(113,147,157)
#809EA7
(128,158,167)
#8FA9B1
(143,169,177)
#9EB4BB
(158,180,187)
#ADBFC5
(173,191,197)
#BCCACF
(188,202,207)
#CBD5D9
(203,213,217)
#DAE0E3
(218,224,227)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537D89 color. Also use rgb(83,125,137) instead hex code.

Text Font Color

.myTextColor { color: #537D89; }

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

This text font color is #537D89.


Background Color

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

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

This div background color is #537D89.


Border color

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

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

This div border color is #537D89.


Opacity

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

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

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

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

This text has shadow with #537D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D89 on black background.


Color preview on white background

This text has color #537D89 on white background.



Black color preview on #537D89 background

This text has black color on #537D89 background.


White color preview on #537D89 background

This text has white color on #537D89 background.