COLOR #51A25A

HEX: #51A25A
RGB: (81,162,90)

Color info

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

RGB color model

#51A25A color RGB value is (81,162,90).

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

RGB channels and saturation

R 81 of 255 = 32%
G 162 of 255 = 64%
B 90 of 255 = 35%

81
162
90

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

Portions of RGB colors in percentages

R + G + B =
81 + 162 + 90 = 333 (100%)
R 81 of 333 ~ 24.32%
G 162 of 333 ~ 48.65%
B 90 of 333 ~ 27.03%

%24.32
%48.65
%27.03

CMYK color model

#51A25A color CMYK value is (50,0,44,36).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 36.47%
CMYK:
(50,0,44,36)
C50M0Y44K36 
(50%,0%,44%,36%)
(0.50/0.00/0.44/0.36)	

CMYK percentages

%50
%0
%44.44
%36.47

Codes

Color #51A25A in popluar color models

51A25A
RGB8116290
HSL127°33.33%47.65%
HSB/HSV127°50.00%63.53%
CMYK50.00%0.00%44.44%
36.47%

Color #51A25A in popluar number systems.

HEX51A25A
Decimal8116290
Binary1010001101000101011010
Octal121242132

Shades and tints

Shades of #51A25A

#51A25A
(81,162,90)
#4A9452
(74,148,82)
#43864A
(67,134,74)
#3C7842
(60,120,66)
#356A3A
(53,106,58)
#2E5C32
(46,92,50)
#274E2A
(39,78,42)
#204022
(32,64,34)
#19321A
(25,50,26)
#122412
(18,36,18)
#0B160A
(11,22,10)
#000000
(0,0,0)

Tints of #51A25A

#51A25A
(81,162,90)
#60AA69
(96,170,105)
#6FB278
(111,178,120)
#7EBA87
(126,186,135)
#8DC296
(141,194,150)
#9CCAA5
(156,202,165)
#ABD2B4
(171,210,180)
#BADAC3
(186,218,195)
#C9E2D2
(201,226,210)
#D8EAE1
(216,234,225)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A25A color. Also use rgb(81,162,90) instead hex code.

Text Font Color

.myTextColor { color: #51A25A; }

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

This text font color is #51A25A.


Background Color

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

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

This div background color is #51A25A.


Border color

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

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

This div border color is #51A25A.


Opacity

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

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

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

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

This text has shadow with #51A25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A25A on black background.


Color preview on white background

This text has color #51A25A on white background.



Black color preview on #51A25A background

This text has black color on #51A25A background.


White color preview on #51A25A background

This text has white color on #51A25A background.