COLOR #537B95

HEX: #537B95
RGB: (83,123,149)

Color info

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

RGB color model

#537B95 color RGB value is (83,123,149).

  • red value is 83;
  • green value is 123;
  • blue value is 149.
RGB:
(83,123,149)
(33%,48%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 123 of 255 = 48%
B 149 of 255 = 58%

83
123
149

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

Portions of RGB colors in percentages

R + G + B =
83 + 123 + 149 = 355 (100%)
R 83 of 355 ~ 23.38%
G 123 of 355 ~ 34.65%
B 149 of 355 ~ 41.97%

%23.38
%34.65
%41.97

CMYK color model

#537B95 color CMYK value is (44,17,0,42).

  • cyan value is 44.30%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(44,17,0,42)
C44M17Y0K42 
(44%,17%,0%,42%)
(0.44/0.17/0.00/0.42)	

CMYK percentages

%44.3
%17.45
%0
%41.57

Codes

Color #537B95 in popluar color models

537B95
RGB83123149
HSL204°28.45%45.49%
HSB/HSV204°44.30%58.43%
CMYK44.30%17.45%0.00%
41.57%

Color #537B95 in popluar number systems.

HEX537B95
Decimal83123149
Binary1010011111101110010101
Octal123173225

Shades and tints

Shades of #537B95

#537B95
(83,123,149)
#4C7088
(76,112,136)
#45657B
(69,101,123)
#3E5A6E
(62,90,110)
#374F61
(55,79,97)
#304454
(48,68,84)
#293947
(41,57,71)
#222E3A
(34,46,58)
#1B232D
(27,35,45)
#141820
(20,24,32)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #537B95

#537B95
(83,123,149)
#62879E
(98,135,158)
#7193A7
(113,147,167)
#809FB0
(128,159,176)
#8FABB9
(143,171,185)
#9EB7C2
(158,183,194)
#ADC3CB
(173,195,203)
#BCCFD4
(188,207,212)
#CBDBDD
(203,219,221)
#DAE7E6
(218,231,230)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537B95 color. Also use rgb(83,123,149) instead hex code.

Text Font Color

.myTextColor { color: #537B95; }

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

This text font color is #537B95.


Background Color

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

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

This div background color is #537B95.


Border color

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

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

This div border color is #537B95.


Opacity

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

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

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

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

This text has shadow with #537B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537B95 on black background.


Color preview on white background

This text has color #537B95 on white background.



Black color preview on #537B95 background

This text has black color on #537B95 background.


White color preview on #537B95 background

This text has white color on #537B95 background.