COLOR #51A061

HEX: #51A061 RGB: (81,160,97)

Color info

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

RGB color model

#51A061 color RGB value is (81,160,97).

RGB: (81,160,97) (32%, 63%, 38%)

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 97 of 255 = 38%

81
160
97

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

Portions of RGB colors in percentages

R + G + B = 81 + 160 + 97 = 338 (100%)
R 81 of 338 ~ 23.96%
G 160 of 338 ~ 47.34%
B 97 of 338 ~ 28.7'%

%23.96
%47.34
%28.7

CMYK color model

#51A061 color CMYK value is (49,0,39,37).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 39.38%
  • key color value is 37.25%
CMYK: (49,0,39,37) C49M0Y39K37 (49%,0%,39%,37%) (0.49/0.00/0.39/0.37) 

CMYK percentages

%49.38
%0
%39.38
%37.25

Codes

Color #51A061 in popluar color models

51 A0 61
RGB 81 160 97
HSL 132° 32.78% 47.25%
HSB/HSV 132° 49.38% 62.75%
CMYK 49.38% 0.00% 39.38%
37.25%

Color #51A061 in popluar number systems.

HEX 51 A0 61
Decimal 81 160 97
Binary 1010001 10100000 1100001
Octal 121 240 141

Shades and tints

Shades of #51A061

#51A061
(81,160,97)
#4A9259
(74,146,89)
#438451
(67,132,81)
#3C7649
(60,118,73)
#356841
(53,104,65)
#2E5A39
(46,90,57)
#274C31
(39,76,49)
#203E29
(32,62,41)
#193021
(25,48,33)
#122219
(18,34,25)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #51A061

#51A061
(81,160,97)
#60A86F
(96,168,111)
#6FB07D
(111,176,125)
#7EB88B
(126,184,139)
#8DC099
(141,192,153)
#9CC8A7
(156,200,167)
#ABD0B5
(171,208,181)
#BAD8C3
(186,216,195)
#C9E0D1
(201,224,209)
#D8E8DF
(216,232,223)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A061; }

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

This text font color is #51A061.

Background Color

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

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

This div background color is #51A061.

Border color

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

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

This div border color is #51A061.

Opacity

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

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

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

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

This text has shadow with #51A061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A061.

Preview

Color preview on black background

This text has color #51A061 on black background.


Color preview on white background

This text has color #51A061 on white background.


Black color preview on #51A061 background

This text has black color on #51A061 background.


White color preview on #51A061 background

This text has white color on #51A061 background.


Related colors

Complementary color

Complementary color for #hex is #AE5F9E.


I love getcolorcode.com

Triadic colors

1 #6151A0 and #A06151 with #51A061 are triadic colors.

2 #61A051 and #A05161 with #51A061 are triadic colors.