COLOR #537A8B

HEX: #537A8B RGB: (83,122,139)

Color info

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

RGB color model

#537A8B color RGB value is (83,122,139).

RGB: (83,122,139) (33%, 48%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 122 of 255 = 48%
B 139 of 255 = 55%

83
122
139

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

Portions of RGB colors in percentages

R + G + B = 83 + 122 + 139 = 344 (100%)
R 83 of 344 ~ 24.13%
G 122 of 344 ~ 35.47%
B 139 of 344 ~ 40.41'%

%24.13
%35.47
%40.41

CMYK color model

#537A8B color CMYK value is (40,12,0,45).

  • cyan value is 40.29%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (40,12,0,45)
C40M12Y0K45 (40%, 12%, 0%, 45%)
(0.40 / 0.12 / 0.00 / 0.45)

CMYK percentages

%40.29
%12.23
%0
%45.49

Codes

Color #537A8B in popluar color models

53 7A 8B
RGB 83 122 139
HSL 198° 25.23% 43.53%
HSB/HSV 198° 40.29% 54.51%
CMYK 40.29% 12.23% 0.00%
45.49%

Color #537A8B in popluar number systems.

HEX 53 7A 8B
Decimal 83 122 139
Binary 1010011 1111010 10001011
Octal 123 172 213

Shades and tints

Shades of #537A8B

#537A8B
(83,122,139)
#4C6F7F
(76,111,127)
#456473
(69,100,115)
#3E5967
(62,89,103)
#374E5B
(55,78,91)
#30434F
(48,67,79)
#293843
(41,56,67)
#222D37
(34,45,55)
#1B222B
(27,34,43)
#14171F
(20,23,31)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #537A8B

#537A8B
(83,122,139)
#628695
(98,134,149)
#71929F
(113,146,159)
#809EA9
(128,158,169)
#8FAAB3
(143,170,179)
#9EB6BD
(158,182,189)
#ADC2C7
(173,194,199)
#BCCED1
(188,206,209)
#CBDADB
(203,218,219)
#DAE6E5
(218,230,229)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537A8B color. Also use rgb(83,122,139) instead hex code.

Text Font Color

.myTextColor { color: #537A8B; }

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

This text font color is #537A8B.

Background Color

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

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

This div background color is #537A8B.

Border color

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

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

This div border color is #537A8B.

Opacity

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

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

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

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

This text has shadow with #537A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537A8B.

Preview

Color preview on black background

This text has color #537A8B on black background.


Color preview on white background

This text has color #537A8B on white background.


Black color preview on #537A8B background

This text has black color on #537A8B background.


White color preview on #537A8B background

This text has white color on #537A8B background.


Related colors

Complementary color

Complementary color for #hex is #AC8574.


I love getcolorcode.com

Triadic colors

1 #8B537A and #7A8B53 with #537A8B are triadic colors.

2 #8B7A53 and #7A538B with #537A8B are triadic colors.