COLOR #537F97

HEX: #537F97
RGB: (83,127,151)

Color info

#537F97 contains mainly green and blue colors. Web safe color of #537F97 is #666699 (or #669).

RGB color model

#537F97 color RGB value is (83,127,151).

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

RGB channels and saturation

R 83 of 255 = 33%
G 127 of 255 = 50%
B 151 of 255 = 59%

83
127
151

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

Portions of RGB colors in percentages

R + G + B =
83 + 127 + 151 = 361 (100%)
R 83 of 361 ~ 22.99%
G 127 of 361 ~ 35.18%
B 151 of 361 ~ 41.83%

%22.99
%35.18
%41.83

CMYK color model

#537F97 color CMYK value is (45,16,0,41).

  • cyan value is 45.03%
  • magenta value is 15.89%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(45,16,0,41)
C45M16Y0K41 
(45%,16%,0%,41%)
(0.45/0.16/0.00/0.41)	

CMYK percentages

%45.03
%15.89
%0
%40.78

Codes

Color #537F97 in popluar color models

537F97
RGB83127151
HSL201°29.06%45.88%
HSB/HSV201°45.03%59.22%
CMYK45.03%15.89%0.00%
40.78%

Color #537F97 in popluar number systems.

HEX537F97
Decimal83127151
Binary1010011111111110010111
Octal123177227

Shades and tints

Shades of #537F97

#537F97
(83,127,151)
#4C748A
(76,116,138)
#45697D
(69,105,125)
#3E5E70
(62,94,112)
#375363
(55,83,99)
#304856
(48,72,86)
#293D49
(41,61,73)
#22323C
(34,50,60)
#1B272F
(27,39,47)
#141C22
(20,28,34)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #537F97

#537F97
(83,127,151)
#628AA0
(98,138,160)
#7195A9
(113,149,169)
#80A0B2
(128,160,178)
#8FABBB
(143,171,187)
#9EB6C4
(158,182,196)
#ADC1CD
(173,193,205)
#BCCCD6
(188,204,214)
#CBD7DF
(203,215,223)
#DAE2E8
(218,226,232)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537F97; }

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

This text font color is #537F97.


Background Color

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

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

This div background color is #537F97.


Border color

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

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

This div border color is #537F97.


Opacity

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

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

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

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

This text has shadow with #537F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537F97 on black background.


Color preview on white background

This text has color #537F97 on white background.



Black color preview on #537F97 background

This text has black color on #537F97 background.


White color preview on #537F97 background

This text has white color on #537F97 background.