COLOR #537392

HEX: #537392
RGB: (83,115,146)

Color info

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

RGB color model

#537392 color RGB value is (83,115,146).

  • red value is 83;
  • green value is 115;
  • blue value is 146.
RGB:
(83,115,146)
(33%,45%,57%)

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 146 of 255 = 57%

83
115
146

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

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 146 = 344 (100%)
R 83 of 344 ~ 24.13%
G 115 of 344 ~ 33.43%
B 146 of 344 ~ 42.44%

%24.13
%33.43
%42.44

CMYK color model

#537392 color CMYK value is (43,21,0,43).

  • cyan value is 43.15%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(43,21,0,43)
C43M21Y0K43 
(43%,21%,0%,43%)
(0.43/0.21/0.00/0.43)	

CMYK percentages

%43.15
%21.23
%0
%42.75

Codes

Color #537392 in popluar color models

537392
RGB83115146
HSL210°27.51%44.90%
HSB/HSV210°43.15%57.25%
CMYK43.15%21.23%0.00%
42.75%

Color #537392 in popluar number systems.

HEX537392
Decimal83115146
Binary1010011111001110010010
Octal123163222

Shades and tints

Shades of #537392

#537392
(83,115,146)
#4C6985
(76,105,133)
#455F78
(69,95,120)
#3E556B
(62,85,107)
#374B5E
(55,75,94)
#304151
(48,65,81)
#293744
(41,55,68)
#222D37
(34,45,55)
#1B232A
(27,35,42)
#14191D
(20,25,29)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #537392

#537392
(83,115,146)
#627F9B
(98,127,155)
#718BA4
(113,139,164)
#8097AD
(128,151,173)
#8FA3B6
(143,163,182)
#9EAFBF
(158,175,191)
#ADBBC8
(173,187,200)
#BCC7D1
(188,199,209)
#CBD3DA
(203,211,218)
#DADFE3
(218,223,227)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537392 color. Also use rgb(83,115,146) instead hex code.

Text Font Color

.myTextColor { color: #537392; }

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

This text font color is #537392.


Background Color

.myBgColor { background-color: #537392; }

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

This div background color is #537392.


Border color

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

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

This div border color is #537392.


Opacity

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

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

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

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

This text has shadow with #537392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537392 on black background.


Color preview on white background

This text has color #537392 on white background.



Black color preview on #537392 background

This text has black color on #537392 background.


White color preview on #537392 background

This text has white color on #537392 background.