COLOR #51A27A

HEX: #51A27A
RGB: (81,162,122)

Color info

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

RGB color model

#51A27A color RGB value is (81,162,122).

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

RGB channels and saturation

R 81 of 255 = 32%
G 162 of 255 = 64%
B 122 of 255 = 48%

81
162
122

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

Portions of RGB colors in percentages

R + G + B =
81 + 162 + 122 = 365 (100%)
R 81 of 365 ~ 22.19%
G 162 of 365 ~ 44.38%
B 122 of 365 ~ 33.42%

%22.19
%44.38
%33.42

CMYK color model

#51A27A color CMYK value is (50,0,25,36).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 36.47%
CMYK:
(50,0,25,36)
C50M0Y25K36 
(50%,0%,25%,36%)
(0.50/0.00/0.25/0.36)	

CMYK percentages

%50
%0
%24.69
%36.47

Codes

Color #51A27A in popluar color models

51A27A
RGB81162122
HSL150°33.33%47.65%
HSB/HSV150°50.00%63.53%
CMYK50.00%0.00%24.69%
36.47%

Color #51A27A in popluar number systems.

HEX51A27A
Decimal81162122
Binary1010001101000101111010
Octal121242172

Shades and tints

Shades of #51A27A

#51A27A
(81,162,122)
#4A946F
(74,148,111)
#438664
(67,134,100)
#3C7859
(60,120,89)
#356A4E
(53,106,78)
#2E5C43
(46,92,67)
#274E38
(39,78,56)
#20402D
(32,64,45)
#193222
(25,50,34)
#122417
(18,36,23)
#0B160C
(11,22,12)
#000000
(0,0,0)

Tints of #51A27A

#51A27A
(81,162,122)
#60AA86
(96,170,134)
#6FB292
(111,178,146)
#7EBA9E
(126,186,158)
#8DC2AA
(141,194,170)
#9CCAB6
(156,202,182)
#ABD2C2
(171,210,194)
#BADACE
(186,218,206)
#C9E2DA
(201,226,218)
#D8EAE6
(216,234,230)
#E7F2F2
(231,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A27A; }

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

This text font color is #51A27A.


Background Color

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

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

This div background color is #51A27A.


Border color

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

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

This div border color is #51A27A.


Opacity

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

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

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

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

This text has shadow with #51A27A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A27A on black background.


Color preview on white background

This text has color #51A27A on white background.



Black color preview on #51A27A background

This text has black color on #51A27A background.


White color preview on #51A27A background

This text has white color on #51A27A background.