COLOR #51985F

HEX: #51985F RGB: (81,152,95)

Color info

#51985F contains mainly green and blue colors. Web safe color of #51985F is #669966 (or #696).

RGB color model

#51985F color RGB value is (81,152,95).

RGB: (81,152,95) (32%, 60%, 37%)

RGB channels and saturation

R 81 of 255 = 32%
G 152 of 255 = 60%
B 95 of 255 = 37%

81
152
95

R + G + B ~ 43%. #51985F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 152 + 95 = 328 (100%)
R 81 of 328 ~ 24.7%
G 152 of 328 ~ 46.34%
B 95 of 328 ~ 28.96'%

%24.7
%46.34
%28.96

CMYK color model

#51985F color CMYK value is (47,0,38,40).

  • cyan value is 46.71%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK: (47,0,38,40) C47M0Y38K40 (47%,0%,38%,40%) (0.47/0.00/0.38/0.40) 

CMYK percentages

%46.71
%0
%37.5
%40.39

Codes

Color #51985F in popluar color models

51 98 5F
RGB 81 152 95
HSL 132° 30.47% 45.69%
HSB/HSV 132° 46.71% 59.61%
CMYK 46.71% 0.00% 37.50%
40.39%

Color #51985F in popluar number systems.

HEX 51 98 5F
Decimal 81 152 95
Binary 1010001 10011000 1011111
Octal 121 230 137

Shades and tints

Shades of #51985F

#51985F
(81,152,95)
#4A8B57
(74,139,87)
#437E4F
(67,126,79)
#3C7147
(60,113,71)
#35643F
(53,100,63)
#2E5737
(46,87,55)
#274A2F
(39,74,47)
#203D27
(32,61,39)
#19301F
(25,48,31)
#122317
(18,35,23)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #51985F

#51985F
(81,152,95)
#60A16D
(96,161,109)
#6FAA7B
(111,170,123)
#7EB389
(126,179,137)
#8DBC97
(141,188,151)
#9CC5A5
(156,197,165)
#ABCEB3
(171,206,179)
#BAD7C1
(186,215,193)
#C9E0CF
(201,224,207)
#D8E9DD
(216,233,221)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51985F color. Also use rgb(81,152,95) instead hex code.

Text Font Color

.myTextColor { color: #51985F; }

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

This text font color is #51985F.

Background Color

.myBgColor { background-color: #51985F; }

<div style="background-color:#51985F">Inner text</div>

This div background color is #51985F.

Border color

.myBorderColor { border: 1px solid #51985F; }

<div style="border:3px solid #51985F">Div</div>

This div border color is #51985F.

Opacity

.myOpacity80 { color: #51985F; opacity: 0.8; }

<p style="color:#51985F;opacity:0.8;">80%</p>

Text with #51985F 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 #51985F;}

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

This text has shadow with #51985F color.


.textShadow {text-shadow: 3px 3px 1px #51985F', 3px 3px 1px red;}

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

This text has shadow with #51985F primary color and red secondary color.


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

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

This text has shadow with #51985F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51985F; -webkit-box-shadow: 1px 1px 3px 2px #51985F; box-shadow:1px 1px 3px 2px #51985F;">
Div content here
</div>

This div box has shadow with color #51985F.

Preview

Color preview on black background

This text has color #51985F on black background.


Color preview on white background

This text has color #51985F on white background.


Black color preview on #51985F background

This text has black color on #51985F background.


White color preview on #51985F background

This text has white color on #51985F background.


Related colors

Complementary color

Complementary color for #hex is #AE67A0.


I love getcolorcode.com

Triadic colors

1 #5F5198 and #985F51 with #51985F are triadic colors.

2 #5F9851 and #98515F with #51985F are triadic colors.