COLOR #51765E

HEX: #51765E
RGB: (81,118,94)

Color info

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

RGB color model

#51765E color RGB value is (81,118,94).

  • red value is 81;
  • green value is 118;
  • blue value is 94.
RGB:
(81,118,94)
(32%,46%,37%)

RGB channels and saturation

R 81 of 255 = 32%
G 118 of 255 = 46%
B 94 of 255 = 37%

81
118
94

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

Portions of RGB colors in percentages

R + G + B =
81 + 118 + 94 = 293 (100%)
R 81 of 293 ~ 27.65%
G 118 of 293 ~ 40.27%
B 94 of 293 ~ 32.08%

%27.65
%40.27
%32.08

CMYK color model

#51765E color CMYK value is (31,0,20,54).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 53.73%
CMYK:
(31,0,20,54)
C31M0Y20K54 
(31%,0%,20%,54%)
(0.31/0.00/0.20/0.54)	

CMYK percentages

%31.36
%0
%20.34
%53.73

Codes

Color #51765E in popluar color models

51765E
RGB8111894
HSL141°18.59%39.02%
HSB/HSV141°31.36%46.27%
CMYK31.36%0.00%20.34%
53.73%

Color #51765E in popluar number systems.

HEX51765E
Decimal8111894
Binary101000111101101011110
Octal121166136

Shades and tints

Shades of #51765E

#51765E
(81,118,94)
#4A6C56
(74,108,86)
#43624E
(67,98,78)
#3C5846
(60,88,70)
#354E3E
(53,78,62)
#2E4436
(46,68,54)
#273A2E
(39,58,46)
#203026
(32,48,38)
#19261E
(25,38,30)
#121C16
(18,28,22)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #51765E

#51765E
(81,118,94)
#60826C
(96,130,108)
#6F8E7A
(111,142,122)
#7E9A88
(126,154,136)
#8DA696
(141,166,150)
#9CB2A4
(156,178,164)
#ABBEB2
(171,190,178)
#BACAC0
(186,202,192)
#C9D6CE
(201,214,206)
#D8E2DC
(216,226,220)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51765E color. Also use rgb(81,118,94) instead hex code.

Text Font Color

.myTextColor { color: #51765E; }

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

This text font color is #51765E.


Background Color

.myBgColor { background-color: #51765E; }

<div style="background-color:#51765E">Inner text</div>

This div background color is #51765E.


Border color

.myBorderColor { border: 1px solid #51765E; }

<div style="border:3px solid #51765E">Div</div>

This div border color is #51765E.


Opacity

.myOpacity80 { color: #51765E; opacity: 0.8; }

<p style="color:#51765E;opacity:0.8;">80%</p>

Text with #51765E 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 #51765E;}

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

This text has shadow with #51765E color.

.textShadow {text-shadow: 3px 3px 1px #51765E, 3px 3px 1px red;}

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

This text has shadow with #51765E primary color and red secondary color.


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

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

This text has shadow with #51765E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51765E on black background.


Color preview on white background

This text has color #51765E on white background.



Black color preview on #51765E background

This text has black color on #51765E background.


White color preview on #51765E background

This text has white color on #51765E background.