COLOR #51785D

HEX: #51785D
RGB: (81,120,93)

Color info

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

RGB color model

#51785D color RGB value is (81,120,93).

  • red value is 81;
  • green value is 120;
  • blue value is 93.
RGB:
(81,120,93)
(32%,47%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 93 of 255 = 36%

81
120
93

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

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 93 = 294 (100%)
R 81 of 294 ~ 27.55%
G 120 of 294 ~ 40.82%
B 93 of 294 ~ 31.63%

%27.55
%40.82
%31.63

CMYK color model

#51785D color CMYK value is (33,0,23,53).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(33,0,23,53)
C33M0Y23K53 
(33%,0%,23%,53%)
(0.33/0.00/0.23/0.53)	

CMYK percentages

%32.5
%0
%22.5
%52.94

Codes

Color #51785D in popluar color models

51785D
RGB8112093
HSL138°19.40%39.41%
HSB/HSV138°32.50%47.06%
CMYK32.50%0.00%22.50%
52.94%

Color #51785D in popluar number systems.

HEX51785D
Decimal8112093
Binary101000111110001011101
Octal121170135

Shades and tints

Shades of #51785D

#51785D
(81,120,93)
#4A6E55
(74,110,85)
#43644D
(67,100,77)
#3C5A45
(60,90,69)
#35503D
(53,80,61)
#2E4635
(46,70,53)
#273C2D
(39,60,45)
#203225
(32,50,37)
#19281D
(25,40,29)
#121E15
(18,30,21)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #51785D

#51785D
(81,120,93)
#60846B
(96,132,107)
#6F9079
(111,144,121)
#7E9C87
(126,156,135)
#8DA895
(141,168,149)
#9CB4A3
(156,180,163)
#ABC0B1
(171,192,177)
#BACCBF
(186,204,191)
#C9D8CD
(201,216,205)
#D8E4DB
(216,228,219)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51785D color. Also use rgb(81,120,93) instead hex code.

Text Font Color

.myTextColor { color: #51785D; }

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

This text font color is #51785D.


Background Color

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

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

This div background color is #51785D.


Border color

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

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

This div border color is #51785D.


Opacity

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

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

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

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

This text has shadow with #51785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51785D on black background.


Color preview on white background

This text has color #51785D on white background.



Black color preview on #51785D background

This text has black color on #51785D background.


White color preview on #51785D background

This text has white color on #51785D background.