COLOR #537282

HEX: #537282
RGB: (83,114,130)

Color info

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

RGB color model

#537282 color RGB value is (83,114,130).

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

RGB channels and saturation

R 83 of 255 = 33%
G 114 of 255 = 45%
B 130 of 255 = 51%

83
114
130

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

Portions of RGB colors in percentages

R + G + B =
83 + 114 + 130 = 327 (100%)
R 83 of 327 ~ 25.38%
G 114 of 327 ~ 34.86%
B 130 of 327 ~ 39.76%

%25.38
%34.86
%39.76

CMYK color model

#537282 color CMYK value is (36,12,0,49).

  • cyan value is 36.15%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(36,12,0,49)
C36M12Y0K49 
(36%,12%,0%,49%)
(0.36/0.12/0.00/0.49)	

CMYK percentages

%36.15
%12.31
%0
%49.02

Codes

Color #537282 in popluar color models

537282
RGB83114130
HSL200°22.07%41.76%
HSB/HSV200°36.15%50.98%
CMYK36.15%12.31%0.00%
49.02%

Color #537282 in popluar number systems.

HEX537282
Decimal83114130
Binary1010011111001010000010
Octal123162202

Shades and tints

Shades of #537282

#537282
(83,114,130)
#4C6877
(76,104,119)
#455E6C
(69,94,108)
#3E5461
(62,84,97)
#374A56
(55,74,86)
#30404B
(48,64,75)
#293640
(41,54,64)
#222C35
(34,44,53)
#1B222A
(27,34,42)
#14181F
(20,24,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #537282

#537282
(83,114,130)
#627E8D
(98,126,141)
#718A98
(113,138,152)
#8096A3
(128,150,163)
#8FA2AE
(143,162,174)
#9EAEB9
(158,174,185)
#ADBAC4
(173,186,196)
#BCC6CF
(188,198,207)
#CBD2DA
(203,210,218)
#DADEE5
(218,222,229)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537282; }

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

This text font color is #537282.


Background Color

.myBgColor { background-color: #537282; }

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

This div background color is #537282.


Border color

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

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

This div border color is #537282.


Opacity

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

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

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

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

This text has shadow with #537282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537282 on black background.


Color preview on white background

This text has color #537282 on white background.



Black color preview on #537282 background

This text has black color on #537282 background.


White color preview on #537282 background

This text has white color on #537282 background.