COLOR #51704F

HEX: #51704F RGB: (81,112,79)

Color info

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

RGB color model

#51704F color RGB value is (81,112,79).

RGB: (81,112,79) (32%, 44%, 31%)

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 79 of 255 = 31%

81
112
79

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

Portions of RGB colors in percentages

R + G + B = 81 + 112 + 79 = 272 (100%)
R 81 of 272 ~ 29.78%
G 112 of 272 ~ 41.18%
B 79 of 272 ~ 29.04'%

%29.78
%41.18
%29.04

CMYK color model

#51704F color CMYK value is (28,0,29,56).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%

CMYK: (28,0,29,56)
C28M0Y29K56 (28%, 0%, 29%, 56%)
(0.28 / 0.00 / 0.29 / 0.56)

CMYK percentages

%27.68
%0
%29.46
%56.08

Codes

Color #51704F in popluar color models

51 70 4F
RGB 81 112 79
HSL 116° 17.28% 37.45%
HSB/HSV 116° 29.46% 43.92%
CMYK 27.68% 0.00% 29.46%
56.08%

Color #51704F in popluar number systems.

HEX 51 70 4F
Decimal 81 112 79
Binary 1010001 1110000 1001111
Octal 121 160 117

Shades and tints

Shades of #51704F

#51704F
(81,112,79)
#4A6648
(74,102,72)
#435C41
(67,92,65)
#3C523A
(60,82,58)
#354833
(53,72,51)
#2E3E2C
(46,62,44)
#273425
(39,52,37)
#202A1E
(32,42,30)
#192017
(25,32,23)
#121610
(18,22,16)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #51704F

#51704F
(81,112,79)
#607D5F
(96,125,95)
#6F8A6F
(111,138,111)
#7E977F
(126,151,127)
#8DA48F
(141,164,143)
#9CB19F
(156,177,159)
#ABBEAF
(171,190,175)
#BACBBF
(186,203,191)
#C9D8CF
(201,216,207)
#D8E5DF
(216,229,223)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51704F color. Also use rgb(81,112,79) instead hex code.

Text Font Color

.myTextColor { color: #51704F; }

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

This text font color is #51704F.

Background Color

.myBgColor { background-color: #51704F; }

<div style="background-color:#51704F">Inner text</div>

This div background color is #51704F.

Border color

.myBorderColor { border: 1px solid #51704F; }

<div style="border:3px solid #51704F">Div</div>

This div border color is #51704F.

Opacity

.myOpacity80 { color: #51704F; opacity: 0.8; }

<p style="color:#51704F;opacity:0.8;">80%</p>

Text with #51704F 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 #51704F;}

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

This text has shadow with #51704F color.


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

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

This text has shadow with #51704F primary color and red secondary color.


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

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

This text has shadow with #51704F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51704F.

Preview

Color preview on black background

This text has color #51704F on black background.


Color preview on white background

This text has color #51704F on white background.


Black color preview on #51704F background

This text has black color on #51704F background.


White color preview on #51704F background

This text has white color on #51704F background.


Related colors

Complementary color

Complementary color for #hex is #AE8FB0.


I love getcolorcode.com

Triadic colors

1 #4F5170 and #704F51 with #51704F are triadic colors.

2 #4F7051 and #70514F with #51704F are triadic colors.