COLOR #51685B

HEX: #51685B RGB: (81,104,91)

Color info

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

RGB color model

#51685B color RGB value is (81,104,91).

RGB: (81,104,91) (32%, 41%, 36%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 91 of 255 = 36%

81
104
91

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

Portions of RGB colors in percentages

R + G + B = 81 + 104 + 91 = 276 (100%)
R 81 of 276 ~ 29.35%
G 104 of 276 ~ 37.68%
B 91 of 276 ~ 32.97'%

%29.35
%37.68
%32.97

CMYK color model

#51685B color CMYK value is (22,0,13,59).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%

CMYK: (22,0,13,59)
C22M0Y13K59 (22%, 0%, 13%, 59%)
(0.22 / 0.00 / 0.13 / 0.59)

CMYK percentages

%22.12
%0
%12.5
%59.22

Codes

Color #51685B in popluar color models

51 68 5B
RGB 81 104 91
HSL 146° 12.43% 36.27%
HSB/HSV 146° 22.12% 40.78%
CMYK 22.12% 0.00% 12.50%
59.22%

Color #51685B in popluar number systems.

HEX 51 68 5B
Decimal 81 104 91
Binary 1010001 1101000 1011011
Octal 121 150 133

Shades and tints

Shades of #51685B

#51685B
(81,104,91)
#4A5F53
(74,95,83)
#43564B
(67,86,75)
#3C4D43
(60,77,67)
#35443B
(53,68,59)
#2E3B33
(46,59,51)
#27322B
(39,50,43)
#202923
(32,41,35)
#19201B
(25,32,27)
#121713
(18,23,19)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #51685B

#51685B
(81,104,91)
#607569
(96,117,105)
#6F8277
(111,130,119)
#7E8F85
(126,143,133)
#8D9C93
(141,156,147)
#9CA9A1
(156,169,161)
#ABB6AF
(171,182,175)
#BAC3BD
(186,195,189)
#C9D0CB
(201,208,203)
#D8DDD9
(216,221,217)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51685B color. Also use rgb(81,104,91) instead hex code.

Text Font Color

.myTextColor { color: #51685B; }

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

This text font color is #51685B.

Background Color

.myBgColor { background-color: #51685B; }

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

This div background color is #51685B.

Border color

.myBorderColor { border: 1px solid #51685B; }

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

This div border color is #51685B.

Opacity

.myOpacity80 { color: #51685B; opacity: 0.8; }

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

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

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

This text has shadow with #51685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51685B.

Preview

Color preview on black background

This text has color #51685B on black background.


Color preview on white background

This text has color #51685B on white background.


Black color preview on #51685B background

This text has black color on #51685B background.


White color preview on #51685B background

This text has white color on #51685B background.


Related colors

Complementary color

Complementary color for #hex is #AE97A4.


I love getcolorcode.com

Triadic colors

1 #5B5168 and #685B51 with #51685B are triadic colors.

2 #5B6851 and #68515B with #51685B are triadic colors.