COLOR #51656C

HEX: #51656C
RGB: (81,101,108)

Color info

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

RGB color model

#51656C color RGB value is (81,101,108).

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

RGB channels and saturation

R 81 of 255 = 32%
G 101 of 255 = 40%
B 108 of 255 = 42%

81
101
108

R + G + B ~ 38%. #51656C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 108 = 290 (100%)
R 81 of 290 ~ 27.93%
G 101 of 290 ~ 34.83%
B 108 of 290 ~ 37.24%

%27.93
%34.83
%37.24

CMYK color model

#51656C color CMYK value is (25,6,0,58).

  • cyan value is 25.00%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(25,6,0,58)
C25M6Y0K58 
(25%,6%,0%,58%)
(0.25/0.06/0.00/0.58)	

CMYK percentages

%25
%6.48
%0
%57.65

Codes

Color #51656C in popluar color models

51656C
RGB81101108
HSL196°14.29%37.06%
HSB/HSV196°25.00%42.35%
CMYK25.00%6.48%0.00%
57.65%

Color #51656C in popluar number systems.

HEX51656C
Decimal81101108
Binary101000111001011101100
Octal121145154

Shades and tints

Shades of #51656C

#51656C
(81,101,108)
#4A5C63
(74,92,99)
#43535A
(67,83,90)
#3C4A51
(60,74,81)
#354148
(53,65,72)
#2E383F
(46,56,63)
#272F36
(39,47,54)
#20262D
(32,38,45)
#191D24
(25,29,36)
#12141B
(18,20,27)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #51656C

#51656C
(81,101,108)
#607379
(96,115,121)
#6F8186
(111,129,134)
#7E8F93
(126,143,147)
#8D9DA0
(141,157,160)
#9CABAD
(156,171,173)
#ABB9BA
(171,185,186)
#BAC7C7
(186,199,199)
#C9D5D4
(201,213,212)
#D8E3E1
(216,227,225)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51656C; }

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

This text font color is #51656C.


Background Color

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

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

This div background color is #51656C.


Border color

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

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

This div border color is #51656C.


Opacity

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

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

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

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

This text has shadow with #51656C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51656C on black background.


Color preview on white background

This text has color #51656C on white background.



Black color preview on #51656C background

This text has black color on #51656C background.


White color preview on #51656C background

This text has white color on #51656C background.