COLOR #537F8D

HEX: #537F8D
RGB: (83,127,141)

Color info

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

RGB color model

#537F8D color RGB value is (83,127,141).

  • red value is 83;
  • green value is 127;
  • blue value is 141.
RGB:
(83,127,141)
(33%,50%,55%)

RGB channels and saturation

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

83
127
141

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

Portions of RGB colors in percentages

R + G + B =
83 + 127 + 141 = 351 (100%)
R 83 of 351 ~ 23.65%
G 127 of 351 ~ 36.18%
B 141 of 351 ~ 40.17%

%23.65
%36.18
%40.17

CMYK color model

#537F8D color CMYK value is (41,10,0,45).

  • cyan value is 41.13%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(41,10,0,45)
C41M10Y0K45 
(41%,10%,0%,45%)
(0.41/0.10/0.00/0.45)	

CMYK percentages

%41.13
%9.93
%0
%44.71

Codes

Color #537F8D in popluar color models

537F8D
RGB83127141
HSL194°25.89%43.92%
HSB/HSV194°41.13%55.29%
CMYK41.13%9.93%0.00%
44.71%

Color #537F8D in popluar number systems.

HEX537F8D
Decimal83127141
Binary1010011111111110001101
Octal123177215

Shades and tints

Shades of #537F8D

#537F8D
(83,127,141)
#4C7481
(76,116,129)
#456975
(69,105,117)
#3E5E69
(62,94,105)
#37535D
(55,83,93)
#304851
(48,72,81)
#293D45
(41,61,69)
#223239
(34,50,57)
#1B272D
(27,39,45)
#141C21
(20,28,33)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #537F8D

#537F8D
(83,127,141)
#628A97
(98,138,151)
#7195A1
(113,149,161)
#80A0AB
(128,160,171)
#8FABB5
(143,171,181)
#9EB6BF
(158,182,191)
#ADC1C9
(173,193,201)
#BCCCD3
(188,204,211)
#CBD7DD
(203,215,221)
#DAE2E7
(218,226,231)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537F8D; }

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

This text font color is #537F8D.


Background Color

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

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

This div background color is #537F8D.


Border color

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

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

This div border color is #537F8D.


Opacity

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

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

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

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

This text has shadow with #537F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537F8D on black background.


Color preview on white background

This text has color #537F8D on white background.



Black color preview on #537F8D background

This text has black color on #537F8D background.


White color preview on #537F8D background

This text has white color on #537F8D background.