COLOR #537F8B

HEX: #537F8B RGB: (83,127,139)

Color info

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

RGB color model

#537F8B color RGB value is (83,127,139).

RGB: (83,127,139) (33%, 50%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 127 of 255 = 50%
B 139 of 255 = 55%

83
127
139

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

Portions of RGB colors in percentages

R + G + B = 83 + 127 + 139 = 349 (100%)
R 83 of 349 ~ 23.78%
G 127 of 349 ~ 36.39%
B 139 of 349 ~ 39.83'%

%23.78
%36.39
%39.83

CMYK color model

#537F8B color CMYK value is (40,9,0,45).

  • cyan value is 40.29%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (40,9,0,45)
C40M9Y0K45 (40%, 9%, 0%, 45%)
(0.40 / 0.09 / 0.00 / 0.45)

CMYK percentages

%40.29
%8.63
%0
%45.49

Codes

Color #537F8B in popluar color models

53 7F 8B
RGB 83 127 139
HSL 193° 25.23% 43.53%
HSB/HSV 193° 40.29% 54.51%
CMYK 40.29% 8.63% 0.00%
45.49%

Color #537F8B in popluar number systems.

HEX 53 7F 8B
Decimal 83 127 139
Binary 1010011 1111111 10001011
Octal 123 177 213

Shades and tints

Shades of #537F8B

#537F8B
(83,127,139)
#4C747F
(76,116,127)
#456973
(69,105,115)
#3E5E67
(62,94,103)
#37535B
(55,83,91)
#30484F
(48,72,79)
#293D43
(41,61,67)
#223237
(34,50,55)
#1B272B
(27,39,43)
#141C1F
(20,28,31)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #537F8B

#537F8B
(83,127,139)
#628A95
(98,138,149)
#71959F
(113,149,159)
#80A0A9
(128,160,169)
#8FABB3
(143,171,179)
#9EB6BD
(158,182,189)
#ADC1C7
(173,193,199)
#BCCCD1
(188,204,209)
#CBD7DB
(203,215,219)
#DAE2E5
(218,226,229)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537F8B color. Also use rgb(83,127,139) instead hex code.

Text Font Color

.myTextColor { color: #537F8B; }

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

This text font color is #537F8B.

Background Color

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

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

This div background color is #537F8B.

Border color

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

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

This div border color is #537F8B.

Opacity

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

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

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

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

This text has shadow with #537F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537F8B.

Preview

Color preview on black background

This text has color #537F8B on black background.


Color preview on white background

This text has color #537F8B on white background.


Black color preview on #537F8B background

This text has black color on #537F8B background.


White color preview on #537F8B background

This text has white color on #537F8B background.


Related colors

Complementary color

Complementary color for #hex is #AC8074.


I love getcolorcode.com

Triadic colors

1 #8B537F and #7F8B53 with #537F8B are triadic colors.

2 #8B7F53 and #7F538B with #537F8B are triadic colors.