COLOR #537D94

HEX: #537D94
RGB: (83,125,148)

Color info

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

RGB color model

#537D94 color RGB value is (83,125,148).

  • red value is 83;
  • green value is 125;
  • blue value is 148.
RGB:
(83,125,148)
(33%,49%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 125 of 255 = 49%
B 148 of 255 = 58%

83
125
148

R + G + B ~ 47%. #537D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 125 + 148 = 356 (100%)
R 83 of 356 ~ 23.31%
G 125 of 356 ~ 35.11%
B 148 of 356 ~ 41.57%

%23.31
%35.11
%41.57

CMYK color model

#537D94 color CMYK value is (44,16,0,42).

  • cyan value is 43.92%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(44,16,0,42)
C44M16Y0K42 
(44%,16%,0%,42%)
(0.44/0.16/0.00/0.42)	

CMYK percentages

%43.92
%15.54
%0
%41.96

Codes

Color #537D94 in popluar color models

537D94
RGB83125148
HSL201°28.14%45.29%
HSB/HSV201°43.92%58.04%
CMYK43.92%15.54%0.00%
41.96%

Color #537D94 in popluar number systems.

HEX537D94
Decimal83125148
Binary1010011111110110010100
Octal123175224

Shades and tints

Shades of #537D94

#537D94
(83,125,148)
#4C7287
(76,114,135)
#45677A
(69,103,122)
#3E5C6D
(62,92,109)
#375160
(55,81,96)
#304653
(48,70,83)
#293B46
(41,59,70)
#223039
(34,48,57)
#1B252C
(27,37,44)
#141A1F
(20,26,31)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #537D94

#537D94
(83,125,148)
#62889D
(98,136,157)
#7193A6
(113,147,166)
#809EAF
(128,158,175)
#8FA9B8
(143,169,184)
#9EB4C1
(158,180,193)
#ADBFCA
(173,191,202)
#BCCAD3
(188,202,211)
#CBD5DC
(203,213,220)
#DAE0E5
(218,224,229)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537D94 color. Also use rgb(83,125,148) instead hex code.

Text Font Color

.myTextColor { color: #537D94; }

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

This text font color is #537D94.


Background Color

.myBgColor { background-color: #537D94; }

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

This div background color is #537D94.


Border color

.myBorderColor { border: 1px solid #537D94; }

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

This div border color is #537D94.


Opacity

.myOpacity80 { color: #537D94; opacity: 0.8; }

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

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

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

This text has shadow with #537D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D94 on black background.


Color preview on white background

This text has color #537D94 on white background.



Black color preview on #537D94 background

This text has black color on #537D94 background.


White color preview on #537D94 background

This text has white color on #537D94 background.