COLOR #537A7D

HEX: #537A7D
RGB: (83,122,125)

Color info

#537A7D contains red, green and blue colors in about the same proportion. Web safe color of #537A7D is #666666 (or #666).

RGB color model

#537A7D color RGB value is (83,122,125).

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

RGB channels and saturation

R 83 of 255 = 33%
G 122 of 255 = 48%
B 125 of 255 = 49%

83
122
125

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

Portions of RGB colors in percentages

R + G + B =
83 + 122 + 125 = 330 (100%)
R 83 of 330 ~ 25.15%
G 122 of 330 ~ 36.97%
B 125 of 330 ~ 37.88%

%25.15
%36.97
%37.88

CMYK color model

#537A7D color CMYK value is (34,2,0,51).

  • cyan value is 33.60%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,2,0,51)
C34M2Y0K51 
(34%,2%,0%,51%)
(0.34/0.02/0.00/0.51)	

CMYK percentages

%33.6
%2.4
%0
%50.98

Codes

Color #537A7D in popluar color models

537A7D
RGB83122125
HSL184°20.19%40.78%
HSB/HSV184°33.60%49.02%
CMYK33.60%2.40%0.00%
50.98%

Color #537A7D in popluar number systems.

HEX537A7D
Decimal83122125
Binary101001111110101111101
Octal123172175

Shades and tints

Shades of #537A7D

#537A7D
(83,122,125)
#4C6F72
(76,111,114)
#456467
(69,100,103)
#3E595C
(62,89,92)
#374E51
(55,78,81)
#304346
(48,67,70)
#29383B
(41,56,59)
#222D30
(34,45,48)
#1B2225
(27,34,37)
#14171A
(20,23,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #537A7D

#537A7D
(83,122,125)
#628688
(98,134,136)
#719293
(113,146,147)
#809E9E
(128,158,158)
#8FAAA9
(143,170,169)
#9EB6B4
(158,182,180)
#ADC2BF
(173,194,191)
#BCCECA
(188,206,202)
#CBDAD5
(203,218,213)
#DAE6E0
(218,230,224)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537A7D; }

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

This text font color is #537A7D.


Background Color

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

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

This div background color is #537A7D.


Border color

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

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

This div border color is #537A7D.


Opacity

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

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

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

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

This text has shadow with #537A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537A7D on black background.


Color preview on white background

This text has color #537A7D on white background.



Black color preview on #537A7D background

This text has black color on #537A7D background.


White color preview on #537A7D background

This text has white color on #537A7D background.