COLOR #53727D

HEX: #53727D
RGB: (83,114,125)

Color info

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

RGB color model

#53727D color RGB value is (83,114,125).

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

RGB channels and saturation

R 83 of 255 = 33%
G 114 of 255 = 45%
B 125 of 255 = 49%

83
114
125

R + G + B ~ 42%. #53727D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 114 + 125 = 322 (100%)
R 83 of 322 ~ 25.78%
G 114 of 322 ~ 35.4%
B 125 of 322 ~ 38.82%

%25.78
%35.4
%38.82

CMYK color model

#53727D color CMYK value is (34,9,0,51).

  • cyan value is 33.60%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,9,0,51)
C34M9Y0K51 
(34%,9%,0%,51%)
(0.34/0.09/0.00/0.51)	

CMYK percentages

%33.6
%8.8
%0
%50.98

Codes

Color #53727D in popluar color models

53727D
RGB83114125
HSL196°20.19%40.78%
HSB/HSV196°33.60%49.02%
CMYK33.60%8.80%0.00%
50.98%

Color #53727D in popluar number systems.

HEX53727D
Decimal83114125
Binary101001111100101111101
Octal123162175

Shades and tints

Shades of #53727D

#53727D
(83,114,125)
#4C6872
(76,104,114)
#455E67
(69,94,103)
#3E545C
(62,84,92)
#374A51
(55,74,81)
#304046
(48,64,70)
#29363B
(41,54,59)
#222C30
(34,44,48)
#1B2225
(27,34,37)
#14181A
(20,24,26)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #53727D

#53727D
(83,114,125)
#627E88
(98,126,136)
#718A93
(113,138,147)
#80969E
(128,150,158)
#8FA2A9
(143,162,169)
#9EAEB4
(158,174,180)
#ADBABF
(173,186,191)
#BCC6CA
(188,198,202)
#CBD2D5
(203,210,213)
#DADEE0
(218,222,224)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53727D color. Also use rgb(83,114,125) instead hex code.

Text Font Color

.myTextColor { color: #53727D; }

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

This text font color is #53727D.


Background Color

.myBgColor { background-color: #53727D; }

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

This div background color is #53727D.


Border color

.myBorderColor { border: 1px solid #53727D; }

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

This div border color is #53727D.


Opacity

.myOpacity80 { color: #53727D; opacity: 0.8; }

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

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

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

This text has shadow with #53727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53727D on black background.


Color preview on white background

This text has color #53727D on white background.



Black color preview on #53727D background

This text has black color on #53727D background.


White color preview on #53727D background

This text has white color on #53727D background.