COLOR #517273

HEX: #517273
RGB: (81,114,115)

Color info

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

RGB color model

#517273 color RGB value is (81,114,115).

  • red value is 81;
  • green value is 114;
  • blue value is 115.
RGB:
(81,114,115)
(32%,45%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 114 of 255 = 45%
B 115 of 255 = 45%

81
114
115

R + G + B ~ 41%. #517273 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 115 = 310 (100%)
R 81 of 310 ~ 26.13%
G 114 of 310 ~ 36.77%
B 115 of 310 ~ 37.1%

%26.13
%36.77
%37.1

CMYK color model

#517273 color CMYK value is (30,1,0,55).

  • cyan value is 29.57%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,1,0,55)
C30M1Y0K55 
(30%,1%,0%,55%)
(0.30/0.01/0.00/0.55)	

CMYK percentages

%29.57
%0.87
%0
%54.9

Codes

Color #517273 in popluar color models

517273
RGB81114115
HSL182°17.35%38.43%
HSB/HSV182°29.57%45.10%
CMYK29.57%0.87%0.00%
54.90%

Color #517273 in popluar number systems.

HEX517273
Decimal81114115
Binary101000111100101110011
Octal121162163

Shades and tints

Shades of #517273

#517273
(81,114,115)
#4A6869
(74,104,105)
#435E5F
(67,94,95)
#3C5455
(60,84,85)
#354A4B
(53,74,75)
#2E4041
(46,64,65)
#273637
(39,54,55)
#202C2D
(32,44,45)
#192223
(25,34,35)
#121819
(18,24,25)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #517273

#517273
(81,114,115)
#607E7F
(96,126,127)
#6F8A8B
(111,138,139)
#7E9697
(126,150,151)
#8DA2A3
(141,162,163)
#9CAEAF
(156,174,175)
#ABBABB
(171,186,187)
#BAC6C7
(186,198,199)
#C9D2D3
(201,210,211)
#D8DEDF
(216,222,223)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517273 color. Also use rgb(81,114,115) instead hex code.

Text Font Color

.myTextColor { color: #517273; }

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

This text font color is #517273.


Background Color

.myBgColor { background-color: #517273; }

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

This div background color is #517273.


Border color

.myBorderColor { border: 1px solid #517273; }

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

This div border color is #517273.


Opacity

.myOpacity80 { color: #517273; opacity: 0.8; }

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

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

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

This text has shadow with #517273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517273 on black background.


Color preview on white background

This text has color #517273 on white background.



Black color preview on #517273 background

This text has black color on #517273 background.


White color preview on #517273 background

This text has white color on #517273 background.