COLOR #51785A

HEX: #51785A
RGB: (81,120,90)

Color info

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

RGB color model

#51785A color RGB value is (81,120,90).

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

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 90 of 255 = 35%

81
120
90

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

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 90 = 291 (100%)
R 81 of 291 ~ 27.84%
G 120 of 291 ~ 41.24%
B 90 of 291 ~ 30.93%

%27.84
%41.24
%30.93

CMYK color model

#51785A color CMYK value is (33,0,25,53).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(33,0,25,53)
C33M0Y25K53 
(33%,0%,25%,53%)
(0.33/0.00/0.25/0.53)	

CMYK percentages

%32.5
%0
%25
%52.94

Codes

Color #51785A in popluar color models

51785A
RGB8112090
HSL134°19.40%39.41%
HSB/HSV134°32.50%47.06%
CMYK32.50%0.00%25.00%
52.94%

Color #51785A in popluar number systems.

HEX51785A
Decimal8112090
Binary101000111110001011010
Octal121170132

Shades and tints

Shades of #51785A

#51785A
(81,120,90)
#4A6E52
(74,110,82)
#43644A
(67,100,74)
#3C5A42
(60,90,66)
#35503A
(53,80,58)
#2E4632
(46,70,50)
#273C2A
(39,60,42)
#203222
(32,50,34)
#19281A
(25,40,26)
#121E12
(18,30,18)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #51785A

#51785A
(81,120,90)
#608469
(96,132,105)
#6F9078
(111,144,120)
#7E9C87
(126,156,135)
#8DA896
(141,168,150)
#9CB4A5
(156,180,165)
#ABC0B4
(171,192,180)
#BACCC3
(186,204,195)
#C9D8D2
(201,216,210)
#D8E4E1
(216,228,225)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51785A; }

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

This text font color is #51785A.


Background Color

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

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

This div background color is #51785A.


Border color

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

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

This div border color is #51785A.


Opacity

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

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

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

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

This text has shadow with #51785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51785A on black background.


Color preview on white background

This text has color #51785A on white background.



Black color preview on #51785A background

This text has black color on #51785A background.


White color preview on #51785A background

This text has white color on #51785A background.