COLOR #515F66

HEX: #515F66 RGB: (81,95,102)

Color info

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

RGB color model

#515F66 color RGB value is (81,95,102).

RGB: (81,95,102) (32%, 37%, 40%)

RGB channels and saturation

R 81 of 255 = 32%
G 95 of 255 = 37%
B 102 of 255 = 40%

81
95
102

R + G + B ~ 36%. #515F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 95 + 102 = 278 (100%)
R 81 of 278 ~ 29.14%
G 95 of 278 ~ 34.17%
B 102 of 278 ~ 36.69'%

%29.14
%34.17
%36.69

CMYK color model

#515F66 color CMYK value is (21,7,0,60).

  • cyan value is 20.59%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (21,7,0,60)
C21M7Y0K60 (21%, 7%, 0%, 60%)
(0.21 / 0.07 / 0.00 / 0.60)

CMYK percentages

%20.59
%6.86
%0
%60

Codes

Color #515F66 in popluar color models

51 5F 66
RGB 81 95 102
HSL 200° 11.48% 35.88%
HSB/HSV 200° 20.59% 40.00%
CMYK 20.59% 6.86% 0.00%
60.00%

Color #515F66 in popluar number systems.

HEX 51 5F 66
Decimal 81 95 102
Binary 1010001 1011111 1100110
Octal 121 137 146

Shades and tints

Shades of #515F66

#515F66
(81,95,102)
#4A575D
(74,87,93)
#434F54
(67,79,84)
#3C474B
(60,71,75)
#353F42
(53,63,66)
#2E3739
(46,55,57)
#272F30
(39,47,48)
#202727
(32,39,39)
#191F1E
(25,31,30)
#121715
(18,23,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #515F66

#515F66
(81,95,102)
#606D73
(96,109,115)
#6F7B80
(111,123,128)
#7E898D
(126,137,141)
#8D979A
(141,151,154)
#9CA5A7
(156,165,167)
#ABB3B4
(171,179,180)
#BAC1C1
(186,193,193)
#C9CFCE
(201,207,206)
#D8DDDB
(216,221,219)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515F66 color. Also use rgb(81,95,102) instead hex code.

Text Font Color

.myTextColor { color: #515F66; }

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

This text font color is #515F66.

Background Color

.myBgColor { background-color: #515F66; }

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

This div background color is #515F66.

Border color

.myBorderColor { border: 1px solid #515F66; }

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

This div border color is #515F66.

Opacity

.myOpacity80 { color: #515F66; opacity: 0.8; }

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

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

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

This text has shadow with #515F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515F66.

Preview

Color preview on black background

This text has color #515F66 on black background.


Color preview on white background

This text has color #515F66 on white background.


Black color preview on #515F66 background

This text has black color on #515F66 background.


White color preview on #515F66 background

This text has white color on #515F66 background.


Related colors

Complementary color

Complementary color for #hex is #AEA099.


I love getcolorcode.com

Triadic colors

1 #66515F and #5F6651 with #515F66 are triadic colors.

2 #665F51 and #5F5166 with #515F66 are triadic colors.