COLOR #51684D

HEX: #51684D
RGB: (81,104,77)

Color info

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

RGB color model

#51684D color RGB value is (81,104,77).

  • red value is 81;
  • green value is 104;
  • blue value is 77.
RGB:
(81,104,77)
(32%,41%,30%)

RGB channels and saturation

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

81
104
77

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

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 77 = 262 (100%)
R 81 of 262 ~ 30.92%
G 104 of 262 ~ 39.69%
B 77 of 262 ~ 29.39%

%30.92
%39.69
%29.39

CMYK color model

#51684D color CMYK value is (22,0,26,59).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 59.22%
CMYK:
(22,0,26,59)
C22M0Y26K59 
(22%,0%,26%,59%)
(0.22/0.00/0.26/0.59)	

CMYK percentages

%22.12
%0
%25.96
%59.22

Codes

Color #51684D in popluar color models

51684D
RGB8110477
HSL111°14.92%35.49%
HSB/HSV111°25.96%40.78%
CMYK22.12%0.00%25.96%
59.22%

Color #51684D in popluar number systems.

HEX51684D
Decimal8110477
Binary101000111010001001101
Octal121150115

Shades and tints

Shades of #51684D

#51684D
(81,104,77)
#4A5F46
(74,95,70)
#43563F
(67,86,63)
#3C4D38
(60,77,56)
#354431
(53,68,49)
#2E3B2A
(46,59,42)
#273223
(39,50,35)
#20291C
(32,41,28)
#192015
(25,32,21)
#12170E
(18,23,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #51684D

#51684D
(81,104,77)
#60755D
(96,117,93)
#6F826D
(111,130,109)
#7E8F7D
(126,143,125)
#8D9C8D
(141,156,141)
#9CA99D
(156,169,157)
#ABB6AD
(171,182,173)
#BAC3BD
(186,195,189)
#C9D0CD
(201,208,205)
#D8DDDD
(216,221,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51684D; }

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

This text font color is #51684D.


Background Color

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

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

This div background color is #51684D.


Border color

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

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

This div border color is #51684D.


Opacity

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

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

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

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

This text has shadow with #51684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51684D on black background.


Color preview on white background

This text has color #51684D on white background.



Black color preview on #51684D background

This text has black color on #51684D background.


White color preview on #51684D background

This text has white color on #51684D background.