COLOR #537296

HEX: #537296
RGB: (83,114,150)

Color info

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

RGB color model

#537296 color RGB value is (83,114,150).

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

RGB channels and saturation

R 83 of 255 = 33%
G 114 of 255 = 45%
B 150 of 255 = 59%

83
114
150

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

Portions of RGB colors in percentages

R + G + B =
83 + 114 + 150 = 347 (100%)
R 83 of 347 ~ 23.92%
G 114 of 347 ~ 32.85%
B 150 of 347 ~ 43.23%

%23.92
%32.85
%43.23

CMYK color model

#537296 color CMYK value is (45,24,0,41).

  • cyan value is 44.67%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(45,24,0,41)
C45M24Y0K41 
(45%,24%,0%,41%)
(0.45/0.24/0.00/0.41)	

CMYK percentages

%44.67
%24
%0
%41.18

Codes

Color #537296 in popluar color models

537296
RGB83114150
HSL212°28.76%45.69%
HSB/HSV212°44.67%58.82%
CMYK44.67%24.00%0.00%
41.18%

Color #537296 in popluar number systems.

HEX537296
Decimal83114150
Binary1010011111001010010110
Octal123162226

Shades and tints

Shades of #537296

#537296
(83,114,150)
#4C6889
(76,104,137)
#455E7C
(69,94,124)
#3E546F
(62,84,111)
#374A62
(55,74,98)
#304055
(48,64,85)
#293648
(41,54,72)
#222C3B
(34,44,59)
#1B222E
(27,34,46)
#141821
(20,24,33)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #537296

#537296
(83,114,150)
#627E9F
(98,126,159)
#718AA8
(113,138,168)
#8096B1
(128,150,177)
#8FA2BA
(143,162,186)
#9EAEC3
(158,174,195)
#ADBACC
(173,186,204)
#BCC6D5
(188,198,213)
#CBD2DE
(203,210,222)
#DADEE7
(218,222,231)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537296; }

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

This text font color is #537296.


Background Color

.myBgColor { background-color: #537296; }

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

This div background color is #537296.


Border color

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

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

This div border color is #537296.


Opacity

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

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

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

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

This text has shadow with #537296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537296 on black background.


Color preview on white background

This text has color #537296 on white background.



Black color preview on #537296 background

This text has black color on #537296 background.


White color preview on #537296 background

This text has white color on #537296 background.