COLOR #51A46C

HEX: #51A46C
RGB: (81,164,108)

Color info

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

RGB color model

#51A46C color RGB value is (81,164,108).

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

RGB channels and saturation

R 81 of 255 = 32%
G 164 of 255 = 64%
B 108 of 255 = 42%

81
164
108

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

Portions of RGB colors in percentages

R + G + B =
81 + 164 + 108 = 353 (100%)
R 81 of 353 ~ 22.95%
G 164 of 353 ~ 46.46%
B 108 of 353 ~ 30.59%

%22.95
%46.46
%30.59

CMYK color model

#51A46C color CMYK value is (51,0,34,36).

  • cyan value is 50.61%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 35.69%
CMYK:
(51,0,34,36)
C51M0Y34K36 
(51%,0%,34%,36%)
(0.51/0.00/0.34/0.36)	

CMYK percentages

%50.61
%0
%34.15
%35.69

Codes

Color #51A46C in popluar color models

51A46C
RGB81164108
HSL140°33.88%48.04%
HSB/HSV140°50.61%64.31%
CMYK50.61%0.00%34.15%
35.69%

Color #51A46C in popluar number systems.

HEX51A46C
Decimal81164108
Binary1010001101001001101100
Octal121244154

Shades and tints

Shades of #51A46C

#51A46C
(81,164,108)
#4A9663
(74,150,99)
#43885A
(67,136,90)
#3C7A51
(60,122,81)
#356C48
(53,108,72)
#2E5E3F
(46,94,63)
#275036
(39,80,54)
#20422D
(32,66,45)
#193424
(25,52,36)
#12261B
(18,38,27)
#0B1812
(11,24,18)
#000000
(0,0,0)

Tints of #51A46C

#51A46C
(81,164,108)
#60AC79
(96,172,121)
#6FB486
(111,180,134)
#7EBC93
(126,188,147)
#8DC4A0
(141,196,160)
#9CCCAD
(156,204,173)
#ABD4BA
(171,212,186)
#BADCC7
(186,220,199)
#C9E4D4
(201,228,212)
#D8ECE1
(216,236,225)
#E7F4EE
(231,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A46C; }

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

This text font color is #51A46C.


Background Color

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

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

This div background color is #51A46C.


Border color

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

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

This div border color is #51A46C.


Opacity

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

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

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

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

This text has shadow with #51A46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A46C on black background.


Color preview on white background

This text has color #51A46C on white background.



Black color preview on #51A46C background

This text has black color on #51A46C background.


White color preview on #51A46C background

This text has white color on #51A46C background.