COLOR #51696C

HEX: #51696C RGB: (81,105,108)

Color info

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

RGB color model

#51696C color RGB value is (81,105,108).

RGB: (81,105,108) (32%, 41%, 42%)

RGB channels and saturation

R 81 of 255 = 32%
G 105 of 255 = 41%
B 108 of 255 = 42%

81
105
108

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

Portions of RGB colors in percentages

R + G + B = 81 + 105 + 108 = 294 (100%)
R 81 of 294 ~ 27.55%
G 105 of 294 ~ 35.71%
B 108 of 294 ~ 36.73'%

%27.55
%35.71
%36.73

CMYK color model

#51696C color CMYK value is (25,3,0,58).

  • cyan value is 25.00%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (25,3,0,58) C25M3Y0K58 (25%,3%,0%,58%) (0.25/0.03/0.00/0.58) 

CMYK percentages

%25
%2.78
%0
%57.65

Codes

Color #51696C in popluar color models

51 69 6C
RGB 81 105 108
HSL 187° 14.29% 37.06%
HSB/HSV 187° 25.00% 42.35%
CMYK 25.00% 2.78% 0.00%
57.65%

Color #51696C in popluar number systems.

HEX 51 69 6C
Decimal 81 105 108
Binary 1010001 1101001 1101100
Octal 121 151 154

Shades and tints

Shades of #51696C

#51696C
(81,105,108)
#4A6063
(74,96,99)
#43575A
(67,87,90)
#3C4E51
(60,78,81)
#354548
(53,69,72)
#2E3C3F
(46,60,63)
#273336
(39,51,54)
#202A2D
(32,42,45)
#192124
(25,33,36)
#12181B
(18,24,27)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #51696C

#51696C
(81,105,108)
#607679
(96,118,121)
#6F8386
(111,131,134)
#7E9093
(126,144,147)
#8D9DA0
(141,157,160)
#9CAAAD
(156,170,173)
#ABB7BA
(171,183,186)
#BAC4C7
(186,196,199)
#C9D1D4
(201,209,212)
#D8DEE1
(216,222,225)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51696C; }

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

This text font color is #51696C.

Background Color

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

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

This div background color is #51696C.

Border color

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

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

This div border color is #51696C.

Opacity

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

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

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

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

This text has shadow with #51696C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51696C.

Preview

Color preview on black background

This text has color #51696C on black background.


Color preview on white background

This text has color #51696C on white background.


Black color preview on #51696C background

This text has black color on #51696C background.


White color preview on #51696C background

This text has white color on #51696C background.


Related colors

Complementary color

Complementary color for #hex is #AE9693.


I love getcolorcode.com

Triadic colors

1 #6C5169 and #696C51 with #51696C are triadic colors.

2 #6C6951 and #69516C with #51696C are triadic colors.