COLOR #51715A

HEX: #51715A
RGB: (81,113,90)

Color info

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

RGB color model

#51715A color RGB value is (81,113,90).

  • red value is 81;
  • green value is 113;
  • blue value is 90.
RGB:
(81,113,90)
(32%,44%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 90 of 255 = 35%

81
113
90

R + G + B ~ 37%. #51715A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 90 = 284 (100%)
R 81 of 284 ~ 28.52%
G 113 of 284 ~ 39.79%
B 90 of 284 ~ 31.69%

%28.52
%39.79
%31.69

CMYK color model

#51715A color CMYK value is (28,0,20,56).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 55.69%
CMYK:
(28,0,20,56)
C28M0Y20K56 
(28%,0%,20%,56%)
(0.28/0.00/0.20/0.56)	

CMYK percentages

%28.32
%0
%20.35
%55.69

Codes

Color #51715A in popluar color models

51715A
RGB8111390
HSL137°16.49%38.04%
HSB/HSV137°28.32%44.31%
CMYK28.32%0.00%20.35%
55.69%

Color #51715A in popluar number systems.

HEX51715A
Decimal8111390
Binary101000111100011011010
Octal121161132

Shades and tints

Shades of #51715A

#51715A
(81,113,90)
#4A6752
(74,103,82)
#435D4A
(67,93,74)
#3C5342
(60,83,66)
#35493A
(53,73,58)
#2E3F32
(46,63,50)
#27352A
(39,53,42)
#202B22
(32,43,34)
#19211A
(25,33,26)
#121712
(18,23,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #51715A

#51715A
(81,113,90)
#607D69
(96,125,105)
#6F8978
(111,137,120)
#7E9587
(126,149,135)
#8DA196
(141,161,150)
#9CADA5
(156,173,165)
#ABB9B4
(171,185,180)
#BAC5C3
(186,197,195)
#C9D1D2
(201,209,210)
#D8DDE1
(216,221,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51715A color. Also use rgb(81,113,90) instead hex code.

Text Font Color

.myTextColor { color: #51715A; }

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

This text font color is #51715A.


Background Color

.myBgColor { background-color: #51715A; }

<div style="background-color:#51715A">Inner text</div>

This div background color is #51715A.


Border color

.myBorderColor { border: 1px solid #51715A; }

<div style="border:3px solid #51715A">Div</div>

This div border color is #51715A.


Opacity

.myOpacity80 { color: #51715A; opacity: 0.8; }

<p style="color:#51715A;opacity:0.8;">80%</p>

Text with #51715A 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 #51715A;}

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

This text has shadow with #51715A color.

.textShadow {text-shadow: 3px 3px 1px #51715A, 3px 3px 1px red;}

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

This text has shadow with #51715A primary color and red secondary color.


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

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

This text has shadow with #51715A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51715A on black background.


Color preview on white background

This text has color #51715A on white background.



Black color preview on #51715A background

This text has black color on #51715A background.


White color preview on #51715A background

This text has white color on #51715A background.