COLOR #537084

HEX: #537084
RGB: (83,112,132)

Color info

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

RGB color model

#537084 color RGB value is (83,112,132).

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

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 132 of 255 = 52%

83
112
132

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

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 132 = 327 (100%)
R 83 of 327 ~ 25.38%
G 112 of 327 ~ 34.25%
B 132 of 327 ~ 40.37%

%25.38
%34.25
%40.37

CMYK color model

#537084 color CMYK value is (37,15,0,48).

  • cyan value is 37.12%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(37,15,0,48)
C37M15Y0K48 
(37%,15%,0%,48%)
(0.37/0.15/0.00/0.48)	

CMYK percentages

%37.12
%15.15
%0
%48.24

Codes

Color #537084 in popluar color models

537084
RGB83112132
HSL204°22.79%42.16%
HSB/HSV204°37.12%51.76%
CMYK37.12%15.15%0.00%
48.24%

Color #537084 in popluar number systems.

HEX537084
Decimal83112132
Binary1010011111000010000100
Octal123160204

Shades and tints

Shades of #537084

#537084
(83,112,132)
#4C6678
(76,102,120)
#455C6C
(69,92,108)
#3E5260
(62,82,96)
#374854
(55,72,84)
#303E48
(48,62,72)
#29343C
(41,52,60)
#222A30
(34,42,48)
#1B2024
(27,32,36)
#141618
(20,22,24)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #537084

#537084
(83,112,132)
#627D8F
(98,125,143)
#718A9A
(113,138,154)
#8097A5
(128,151,165)
#8FA4B0
(143,164,176)
#9EB1BB
(158,177,187)
#ADBEC6
(173,190,198)
#BCCBD1
(188,203,209)
#CBD8DC
(203,216,220)
#DAE5E7
(218,229,231)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537084; }

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

This text font color is #537084.


Background Color

.myBgColor { background-color: #537084; }

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

This div background color is #537084.


Border color

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

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

This div border color is #537084.


Opacity

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

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

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

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

This text has shadow with #537084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537084 on black background.


Color preview on white background

This text has color #537084 on white background.



Black color preview on #537084 background

This text has black color on #537084 background.


White color preview on #537084 background

This text has white color on #537084 background.