COLOR #537096

HEX: #537096
RGB: (83,112,150)

Color info

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

RGB color model

#537096 color RGB value is (83,112,150).

  • red value is 83;
  • green value is 112;
  • blue value is 150.
RGB:
(83,112,150)
(33%,44%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 150 of 255 = 59%

83
112
150

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

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 150 = 345 (100%)
R 83 of 345 ~ 24.06%
G 112 of 345 ~ 32.46%
B 150 of 345 ~ 43.48%

%24.06
%32.46
%43.48

CMYK color model

#537096 color CMYK value is (45,25,0,41).

  • cyan value is 44.67%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(45,25,0,41)
C45M25Y0K41 
(45%,25%,0%,41%)
(0.45/0.25/0.00/0.41)	

CMYK percentages

%44.67
%25.33
%0
%41.18

Codes

Color #537096 in popluar color models

537096
RGB83112150
HSL214°28.76%45.69%
HSB/HSV214°44.67%58.82%
CMYK44.67%25.33%0.00%
41.18%

Color #537096 in popluar number systems.

HEX537096
Decimal83112150
Binary1010011111000010010110
Octal123160226

Shades and tints

Shades of #537096

#537096
(83,112,150)
#4C6689
(76,102,137)
#455C7C
(69,92,124)
#3E526F
(62,82,111)
#374862
(55,72,98)
#303E55
(48,62,85)
#293448
(41,52,72)
#222A3B
(34,42,59)
#1B202E
(27,32,46)
#141621
(20,22,33)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #537096

#537096
(83,112,150)
#627D9F
(98,125,159)
#718AA8
(113,138,168)
#8097B1
(128,151,177)
#8FA4BA
(143,164,186)
#9EB1C3
(158,177,195)
#ADBECC
(173,190,204)
#BCCBD5
(188,203,213)
#CBD8DE
(203,216,222)
#DAE5E7
(218,229,231)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537096 color. Also use rgb(83,112,150) instead hex code.

Text Font Color

.myTextColor { color: #537096; }

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

This text font color is #537096.


Background Color

.myBgColor { background-color: #537096; }

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

This div background color is #537096.


Border color

.myBorderColor { border: 1px solid #537096; }

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

This div border color is #537096.


Opacity

.myOpacity80 { color: #537096; opacity: 0.8; }

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

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

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

This text has shadow with #537096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537096 on black background.


Color preview on white background

This text has color #537096 on white background.



Black color preview on #537096 background

This text has black color on #537096 background.


White color preview on #537096 background

This text has white color on #537096 background.