COLOR #51AD61

HEX: #51AD61
RGB: (81,173,97)

Color info

#51AD61 contains mainly green color. Web safe color of #51AD61 is #669966 (or #696).

RGB color model

#51AD61 color RGB value is (81,173,97).

  • red value is 81;
  • green value is 173;
  • blue value is 97.
RGB:
(81,173,97)
(32%,68%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 173 of 255 = 68%
B 97 of 255 = 38%

81
173
97

R + G + B ~ 46%. #51AD61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 173 + 97 = 351 (100%)
R 81 of 351 ~ 23.08%
G 173 of 351 ~ 49.29%
B 97 of 351 ~ 27.64%

%23.08
%49.29
%27.64

CMYK color model

#51AD61 color CMYK value is (53,0,44,32).

  • cyan value is 53.18%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 32.16%
CMYK:
(53,0,44,32)
C53M0Y44K32 
(53%,0%,44%,32%)
(0.53/0.00/0.44/0.32)	

CMYK percentages

%53.18
%0
%43.93
%32.16

Codes

Color #51AD61 in popluar color models

51AD61
RGB8117397
HSL130°36.22%49.80%
HSB/HSV130°53.18%67.84%
CMYK53.18%0.00%43.93%
32.16%

Color #51AD61 in popluar number systems.

HEX51AD61
Decimal8117397
Binary1010001101011011100001
Octal121255141

Shades and tints

Shades of #51AD61

#51AD61
(81,173,97)
#4A9E59
(74,158,89)
#438F51
(67,143,81)
#3C8049
(60,128,73)
#357141
(53,113,65)
#2E6239
(46,98,57)
#275331
(39,83,49)
#204429
(32,68,41)
#193521
(25,53,33)
#122619
(18,38,25)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #51AD61

#51AD61
(81,173,97)
#60B46F
(96,180,111)
#6FBB7D
(111,187,125)
#7EC28B
(126,194,139)
#8DC999
(141,201,153)
#9CD0A7
(156,208,167)
#ABD7B5
(171,215,181)
#BADEC3
(186,222,195)
#C9E5D1
(201,229,209)
#D8ECDF
(216,236,223)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AD61 color. Also use rgb(81,173,97) instead hex code.

Text Font Color

.myTextColor { color: #51AD61; }

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

This text font color is #51AD61.


Background Color

.myBgColor { background-color: #51AD61; }

<div style="background-color:#51AD61">Inner text</div>

This div background color is #51AD61.


Border color

.myBorderColor { border: 1px solid #51AD61; }

<div style="border:3px solid #51AD61">Div</div>

This div border color is #51AD61.


Opacity

.myOpacity80 { color: #51AD61; opacity: 0.8; }

<p style="color:#51AD61;opacity:0.8;">80%</p>

Text with #51AD61 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 #51AD61;}

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

This text has shadow with #51AD61 color.

.textShadow {text-shadow: 3px 3px 1px #51AD61, 3px 3px 1px red;}

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

This text has shadow with #51AD61 primary color and red secondary color.


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

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

This text has shadow with #51AD61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AD61 on black background.


Color preview on white background

This text has color #51AD61 on white background.



Black color preview on #51AD61 background

This text has black color on #51AD61 background.


White color preview on #51AD61 background

This text has white color on #51AD61 background.