COLOR #51725B

HEX: #51725B
RGB: (81,114,91)

Color info

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

RGB color model

#51725B color RGB value is (81,114,91).

  • red value is 81;
  • green value is 114;
  • blue value is 91.
RGB:
(81,114,91)
(32%,45%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 114 of 255 = 45%
B 91 of 255 = 36%

81
114
91

R + G + B ~ 38%. #51725B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 91 = 286 (100%)
R 81 of 286 ~ 28.32%
G 114 of 286 ~ 39.86%
B 91 of 286 ~ 31.82%

%28.32
%39.86
%31.82

CMYK color model

#51725B color CMYK value is (29,0,20,55).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 55.29%
CMYK:
(29,0,20,55)
C29M0Y20K55 
(29%,0%,20%,55%)
(0.29/0.00/0.20/0.55)	

CMYK percentages

%28.95
%0
%20.18
%55.29

Codes

Color #51725B in popluar color models

51725B
RGB8111491
HSL138°16.92%38.24%
HSB/HSV138°28.95%44.71%
CMYK28.95%0.00%20.18%
55.29%

Color #51725B in popluar number systems.

HEX51725B
Decimal8111491
Binary101000111100101011011
Octal121162133

Shades and tints

Shades of #51725B

#51725B
(81,114,91)
#4A6853
(74,104,83)
#435E4B
(67,94,75)
#3C5443
(60,84,67)
#354A3B
(53,74,59)
#2E4033
(46,64,51)
#27362B
(39,54,43)
#202C23
(32,44,35)
#19221B
(25,34,27)
#121813
(18,24,19)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #51725B

#51725B
(81,114,91)
#607E69
(96,126,105)
#6F8A77
(111,138,119)
#7E9685
(126,150,133)
#8DA293
(141,162,147)
#9CAEA1
(156,174,161)
#ABBAAF
(171,186,175)
#BAC6BD
(186,198,189)
#C9D2CB
(201,210,203)
#D8DED9
(216,222,217)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51725B; }

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

This text font color is #51725B.


Background Color

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

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

This div background color is #51725B.


Border color

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

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

This div border color is #51725B.


Opacity

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

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

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

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

This text has shadow with #51725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51725B on black background.


Color preview on white background

This text has color #51725B on white background.



Black color preview on #51725B background

This text has black color on #51725B background.


White color preview on #51725B background

This text has white color on #51725B background.