COLOR #517474

HEX: #517474
RGB: (81,116,116)

Color info

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

RGB color model

#517474 color RGB value is (81,116,116).

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

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 116 of 255 = 45%

81
116
116

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

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 116 = 313 (100%)
R 81 of 313 ~ 25.88%
G 116 of 313 ~ 37.06%
B 116 of 313 ~ 37.06%

%25.88
%37.06
%37.06

CMYK color model

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

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (30,0,0,55) C30M0Y0K55 (30%,0%,0%,55%) (0.30/0.00/0.00/0.55)

CMYK percentages

%30.17
%0
%0
%54.51

Codes

Color #517474 in popluar color models

517474
RGB81116116
HSL180°17.77%38.63%
HSB/HSV180°30.17%45.49%
CMYK30.17%0.00%0.00%
54.51%

Color #517474 in popluar number systems.

HEX517474
Decimal81116116
Binary101000111101001110100
Octal121164164

Shades and tints

Shades of #517474

#517474
(81,116,116)
#4A6A6A
(74,106,106)
#436060
(67,96,96)
#3C5656
(60,86,86)
#354C4C
(53,76,76)
#2E4242
(46,66,66)
#273838
(39,56,56)
#202E2E
(32,46,46)
#192424
(25,36,36)
#121A1A
(18,26,26)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #517474

#517474
(81,116,116)
#608080
(96,128,128)
#6F8C8C
(111,140,140)
#7E9898
(126,152,152)
#8DA4A4
(141,164,164)
#9CB0B0
(156,176,176)
#ABBCBC
(171,188,188)
#BAC8C8
(186,200,200)
#C9D4D4
(201,212,212)
#D8E0E0
(216,224,224)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517474; }

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

This text font color is #517474.


Background Color

.myBgColor { background-color: #517474; }

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

This div background color is #517474.


Border color

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

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

This div border color is #517474.


Opacity

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

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

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

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

This text has shadow with #517474 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #517474 on black background.


Color preview on white background

This text has color #517474 on white background.



Black color preview on #517474 background

This text has black color on #517474 background.


White color preview on #517474 background

This text has white color on #517474 background.