COLOR #51684C

HEX: #51684C RGB: (81,104,76)

Color info

#51684C contains red, green and blue colors in about the same proportion. Web safe color of #51684C is #666633 (or #663).

RGB color model

#51684C color RGB value is (81,104,76).

RGB: (81,104,76) (32%, 41%, 30%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 76 of 255 = 30%

81
104
76

R + G + B ~ 34%. #51684C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 104 + 76 = 261 (100%)
R 81 of 261 ~ 31.03%
G 104 of 261 ~ 39.85%
B 76 of 261 ~ 29.12'%

%31.03
%39.85
%29.12

CMYK color model

#51684C color CMYK value is (22,0,27,59).

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

CMYK: (22,0,27,59)
C22M0Y27K59 (22%, 0%, 27%, 59%)
(0.22 / 0.00 / 0.27 / 0.59)

CMYK percentages

%22.12
%0
%26.92
%59.22

Codes

Color #51684C in popluar color models

51 68 4C
RGB 81 104 76
HSL 109° 15.56% 35.29%
HSB/HSV 109° 26.92% 40.78%
CMYK 22.12% 0.00% 26.92%
59.22%

Color #51684C in popluar number systems.

HEX 51 68 4C
Decimal 81 104 76
Binary 1010001 1101000 1001100
Octal 121 150 114

Shades and tints

Shades of #51684C

#51684C
(81,104,76)
#4A5F46
(74,95,70)
#435640
(67,86,64)
#3C4D3A
(60,77,58)
#354434
(53,68,52)
#2E3B2E
(46,59,46)
#273228
(39,50,40)
#202922
(32,41,34)
#19201C
(25,32,28)
#121716
(18,23,22)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #51684C

#51684C
(81,104,76)
#60755C
(96,117,92)
#6F826C
(111,130,108)
#7E8F7C
(126,143,124)
#8D9C8C
(141,156,140)
#9CA99C
(156,169,156)
#ABB6AC
(171,182,172)
#BAC3BC
(186,195,188)
#C9D0CC
(201,208,204)
#D8DDDC
(216,221,220)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51684C color. Also use rgb(81,104,76) instead hex code.

Text Font Color

.myTextColor { color: #51684C; }

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

This text font color is #51684C.

Background Color

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

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

This div background color is #51684C.

Border color

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

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

This div border color is #51684C.

Opacity

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

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

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

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

This text has shadow with #51684C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51684C.

Preview

Color preview on black background

This text has color #51684C on black background.


Color preview on white background

This text has color #51684C on white background.


Black color preview on #51684C background

This text has black color on #51684C background.


White color preview on #51684C background

This text has white color on #51684C background.


Related colors

Complementary color

Complementary color for #hex is #AE97B3.


I love getcolorcode.com

Triadic colors

1 #4C5168 and #684C51 with #51684C are triadic colors.

2 #4C6851 and #68514C with #51684C are triadic colors.