COLOR #537489

HEX: #537489
RGB: (83,116,137)

Color info

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

RGB color model

#537489 color RGB value is (83,116,137).

  • red value is 83;
  • green value is 116;
  • blue value is 137.
RGB:
(83,116,137)
(33%,45%,54%)

RGB channels and saturation

R 83 of 255 = 33%
G 116 of 255 = 45%
B 137 of 255 = 54%

83
116
137

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

Portions of RGB colors in percentages

R + G + B =
83 + 116 + 137 = 336 (100%)
R 83 of 336 ~ 24.7%
G 116 of 336 ~ 34.52%
B 137 of 336 ~ 40.77%

%24.7
%34.52
%40.77

CMYK color model

#537489 color CMYK value is (39,15,0,46).

  • cyan value is 39.42%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(39,15,0,46)
C39M15Y0K46 
(39%,15%,0%,46%)
(0.39/0.15/0.00/0.46)	

CMYK percentages

%39.42
%15.33
%0
%46.27

Codes

Color #537489 in popluar color models

537489
RGB83116137
HSL203°24.55%43.14%
HSB/HSV203°39.42%53.73%
CMYK39.42%15.33%0.00%
46.27%

Color #537489 in popluar number systems.

HEX537489
Decimal83116137
Binary1010011111010010001001
Octal123164211

Shades and tints

Shades of #537489

#537489
(83,116,137)
#4C6A7D
(76,106,125)
#456071
(69,96,113)
#3E5665
(62,86,101)
#374C59
(55,76,89)
#30424D
(48,66,77)
#293841
(41,56,65)
#222E35
(34,46,53)
#1B2429
(27,36,41)
#141A1D
(20,26,29)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #537489

#537489
(83,116,137)
#628093
(98,128,147)
#718C9D
(113,140,157)
#8098A7
(128,152,167)
#8FA4B1
(143,164,177)
#9EB0BB
(158,176,187)
#ADBCC5
(173,188,197)
#BCC8CF
(188,200,207)
#CBD4D9
(203,212,217)
#DAE0E3
(218,224,227)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537489 color. Also use rgb(83,116,137) instead hex code.

Text Font Color

.myTextColor { color: #537489; }

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

This text font color is #537489.


Background Color

.myBgColor { background-color: #537489; }

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

This div background color is #537489.


Border color

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

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

This div border color is #537489.


Opacity

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

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

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

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

This text has shadow with #537489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537489 on black background.


Color preview on white background

This text has color #537489 on white background.



Black color preview on #537489 background

This text has black color on #537489 background.


White color preview on #537489 background

This text has white color on #537489 background.