COLOR #51A140

HEX: #51A140 RGB: (81,161,64)

Color info

#51A140 contains mainly green color. Web safe color of #51A140 is #669933 (or #693).

RGB color model

#51A140 color RGB value is (81,161,64).

RGB: (81,161,64) (32%, 63%, 25%)

RGB channels and saturation

R 81 of 255 = 32%
G 161 of 255 = 63%
B 64 of 255 = 25%

81
161
64

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

Portions of RGB colors in percentages

R + G + B = 81 + 161 + 64 = 306 (100%)
R 81 of 306 ~ 26.47%
G 161 of 306 ~ 52.61%
B 64 of 306 ~ 20.92'%

%26.47
%52.61
%20.92

CMYK color model

#51A140 color CMYK value is (50,0,60,37).

  • cyan value is 49.69%
  • magenta value is 0.00%
  • yellow value is 60.25%
  • key color value is 36.86%

CMYK: (50,0,60,37)
C50M0Y60K37 (50%, 0%, 60%, 37%)
(0.50 / 0.00 / 0.60 / 0.37)

CMYK percentages

%49.69
%0
%60.25
%36.86

Codes

Color #51A140 in popluar color models

51 A1 40
RGB 81 161 64
HSL 109° 43.11% 44.12%
HSB/HSV 109° 60.25% 63.14%
CMYK 49.69% 0.00% 60.25%
36.86%

Color #51A140 in popluar number systems.

HEX 51 A1 40
Decimal 81 161 64
Binary 1010001 10100001 1000000
Octal 121 241 100

Shades and tints

Shades of #51A140

#51A140
(81,161,64)
#4A933B
(74,147,59)
#438536
(67,133,54)
#3C7731
(60,119,49)
#35692C
(53,105,44)
#2E5B27
(46,91,39)
#274D22
(39,77,34)
#203F1D
(32,63,29)
#193118
(25,49,24)
#122313
(18,35,19)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #51A140

#51A140
(81,161,64)
#60A951
(96,169,81)
#6FB162
(111,177,98)
#7EB973
(126,185,115)
#8DC184
(141,193,132)
#9CC995
(156,201,149)
#ABD1A6
(171,209,166)
#BAD9B7
(186,217,183)
#C9E1C8
(201,225,200)
#D8E9D9
(216,233,217)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A140 color. Also use rgb(81,161,64) instead hex code.

Text Font Color

.myTextColor { color: #51A140; }

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

This text font color is #51A140.

Background Color

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

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

This div background color is #51A140.

Border color

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

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

This div border color is #51A140.

Opacity

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

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

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

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

This text has shadow with #51A140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A140.

Preview

Color preview on black background

This text has color #51A140 on black background.


Color preview on white background

This text has color #51A140 on white background.


Black color preview on #51A140 background

This text has black color on #51A140 background.


White color preview on #51A140 background

This text has white color on #51A140 background.


Related colors

Complementary color

Complementary color for #hex is #AE5EBF.


I love getcolorcode.com

Triadic colors

1 #4051A1 and #A14051 with #51A140 are triadic colors.

2 #40A151 and #A15140 with #51A140 are triadic colors.