COLOR #51606C

HEX: #51606C
RGB: (81,96,108)

Color info

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

RGB color model

#51606C color RGB value is (81,96,108).

  • red value is 81;
  • green value is 96;
  • blue value is 108.
RGB:
(81,96,108)
(32%,38%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 96 of 255 = 38%
B 108 of 255 = 42%

81
96
108

R + G + B ~ 37%. #51606C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 96 + 108 = 285 (100%)
R 81 of 285 ~ 28.42%
G 96 of 285 ~ 33.68%
B 108 of 285 ~ 37.89%

%28.42
%33.68
%37.89

CMYK color model

#51606C color CMYK value is (25,11,0,58).

  • cyan value is 25.00%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(25,11,0,58)
C25M11Y0K58 
(25%,11%,0%,58%)
(0.25/0.11/0.00/0.58)	

CMYK percentages

%25
%11.11
%0
%57.65

Codes

Color #51606C in popluar color models

51606C
RGB8196108
HSL207°14.29%37.06%
HSB/HSV207°25.00%42.35%
CMYK25.00%11.11%0.00%
57.65%

Color #51606C in popluar number systems.

HEX51606C
Decimal8196108
Binary101000111000001101100
Octal121140154

Shades and tints

Shades of #51606C

#51606C
(81,96,108)
#4A5863
(74,88,99)
#43505A
(67,80,90)
#3C4851
(60,72,81)
#354048
(53,64,72)
#2E383F
(46,56,63)
#273036
(39,48,54)
#20282D
(32,40,45)
#192024
(25,32,36)
#12181B
(18,24,27)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #51606C

#51606C
(81,96,108)
#606E79
(96,110,121)
#6F7C86
(111,124,134)
#7E8A93
(126,138,147)
#8D98A0
(141,152,160)
#9CA6AD
(156,166,173)
#ABB4BA
(171,180,186)
#BAC2C7
(186,194,199)
#C9D0D4
(201,208,212)
#D8DEE1
(216,222,225)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51606C color. Also use rgb(81,96,108) instead hex code.

Text Font Color

.myTextColor { color: #51606C; }

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

This text font color is #51606C.


Background Color

.myBgColor { background-color: #51606C; }

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

This div background color is #51606C.


Border color

.myBorderColor { border: 1px solid #51606C; }

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

This div border color is #51606C.


Opacity

.myOpacity80 { color: #51606C; opacity: 0.8; }

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

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

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

This text has shadow with #51606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51606C on black background.


Color preview on white background

This text has color #51606C on white background.



Black color preview on #51606C background

This text has black color on #51606C background.


White color preview on #51606C background

This text has white color on #51606C background.