COLOR #537584

HEX: #537584
RGB: (83,117,132)

Color info

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

RGB color model

#537584 color RGB value is (83,117,132).

  • red value is 83;
  • green value is 117;
  • blue value is 132.
RGB:
(83,117,132)
(33%,46%,52%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 132 of 255 = 52%

83
117
132

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 132 = 332 (100%)
R 83 of 332 ~ 25%
G 117 of 332 ~ 35.24%
B 132 of 332 ~ 39.76%

%25
%35.24
%39.76

CMYK color model

#537584 color CMYK value is (37,11,0,48).

  • cyan value is 37.12%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(37,11,0,48)
C37M11Y0K48 
(37%,11%,0%,48%)
(0.37/0.11/0.00/0.48)	

CMYK percentages

%37.12
%11.36
%0
%48.24

Codes

Color #537584 in popluar color models

537584
RGB83117132
HSL198°22.79%42.16%
HSB/HSV198°37.12%51.76%
CMYK37.12%11.36%0.00%
48.24%

Color #537584 in popluar number systems.

HEX537584
Decimal83117132
Binary1010011111010110000100
Octal123165204

Shades and tints

Shades of #537584

#537584
(83,117,132)
#4C6B78
(76,107,120)
#45616C
(69,97,108)
#3E5760
(62,87,96)
#374D54
(55,77,84)
#304348
(48,67,72)
#29393C
(41,57,60)
#222F30
(34,47,48)
#1B2524
(27,37,36)
#141B18
(20,27,24)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #537584

#537584
(83,117,132)
#62818F
(98,129,143)
#718D9A
(113,141,154)
#8099A5
(128,153,165)
#8FA5B0
(143,165,176)
#9EB1BB
(158,177,187)
#ADBDC6
(173,189,198)
#BCC9D1
(188,201,209)
#CBD5DC
(203,213,220)
#DAE1E7
(218,225,231)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537584 color. Also use rgb(83,117,132) instead hex code.

Text Font Color

.myTextColor { color: #537584; }

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

This text font color is #537584.


Background Color

.myBgColor { background-color: #537584; }

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

This div background color is #537584.


Border color

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

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

This div border color is #537584.


Opacity

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

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

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

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

This text has shadow with #537584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537584 on black background.


Color preview on white background

This text has color #537584 on white background.



Black color preview on #537584 background

This text has black color on #537584 background.


White color preview on #537584 background

This text has white color on #537584 background.