COLOR #51A480

HEX: #51A480
RGB: (81,164,128)

Color info

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

RGB color model

#51A480 color RGB value is (81,164,128).

  • red value is 81;
  • green value is 164;
  • blue value is 128.
RGB:
(81,164,128)
(32%,64%,50%)

RGB channels and saturation

R 81 of 255 = 32%
G 164 of 255 = 64%
B 128 of 255 = 50%

81
164
128

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

Portions of RGB colors in percentages

R + G + B =
81 + 164 + 128 = 373 (100%)
R 81 of 373 ~ 21.72%
G 164 of 373 ~ 43.97%
B 128 of 373 ~ 34.32%

%21.72
%43.97
%34.32

CMYK color model

#51A480 color CMYK value is (51,0,22,36).

  • cyan value is 50.61%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(51,0,22,36)
C51M0Y22K36 
(51%,0%,22%,36%)
(0.51/0.00/0.22/0.36)	

CMYK percentages

%50.61
%0
%21.95
%35.69

Codes

Color #51A480 in popluar color models

51A480
RGB81164128
HSL154°33.88%48.04%
HSB/HSV154°50.61%64.31%
CMYK50.61%0.00%21.95%
35.69%

Color #51A480 in popluar number systems.

HEX51A480
Decimal81164128
Binary10100011010010010000000
Octal121244200

Shades and tints

Shades of #51A480

#51A480
(81,164,128)
#4A9675
(74,150,117)
#43886A
(67,136,106)
#3C7A5F
(60,122,95)
#356C54
(53,108,84)
#2E5E49
(46,94,73)
#27503E
(39,80,62)
#204233
(32,66,51)
#193428
(25,52,40)
#12261D
(18,38,29)
#0B1812
(11,24,18)
#000000
(0,0,0)

Tints of #51A480

#51A480
(81,164,128)
#60AC8B
(96,172,139)
#6FB496
(111,180,150)
#7EBCA1
(126,188,161)
#8DC4AC
(141,196,172)
#9CCCB7
(156,204,183)
#ABD4C2
(171,212,194)
#BADCCD
(186,220,205)
#C9E4D8
(201,228,216)
#D8ECE3
(216,236,227)
#E7F4EE
(231,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A480 color. Also use rgb(81,164,128) instead hex code.

Text Font Color

.myTextColor { color: #51A480; }

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

This text font color is #51A480.


Background Color

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

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

This div background color is #51A480.


Border color

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

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

This div border color is #51A480.


Opacity

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

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

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

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

This text has shadow with #51A480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A480 on black background.


Color preview on white background

This text has color #51A480 on white background.



Black color preview on #51A480 background

This text has black color on #51A480 background.


White color preview on #51A480 background

This text has white color on #51A480 background.