COLOR #51A04C

HEX: #51A04C
RGB: (81,160,76)

Color info

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

RGB color model

#51A04C color RGB value is (81,160,76).

  • red value is 81;
  • green value is 160;
  • blue value is 76.
RGB:
(81,160,76)
(32%,63%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 76 of 255 = 30%

81
160
76

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

Portions of RGB colors in percentages

R + G + B =
81 + 160 + 76 = 317 (100%)
R 81 of 317 ~ 25.55%
G 160 of 317 ~ 50.47%
B 76 of 317 ~ 23.97%

%25.55
%50.47
%23.97

CMYK color model

#51A04C color CMYK value is (49,0,53,37).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 37.25%
CMYK:
(49,0,53,37)
C49M0Y53K37 
(49%,0%,53%,37%)
(0.49/0.00/0.53/0.37)	

CMYK percentages

%49.38
%0
%52.5
%37.25

Codes

Color #51A04C in popluar color models

51A04C
RGB8116076
HSL116°35.59%46.27%
HSB/HSV116°52.50%62.75%
CMYK49.38%0.00%52.50%
37.25%

Color #51A04C in popluar number systems.

HEX51A04C
Decimal8116076
Binary1010001101000001001100
Octal121240114

Shades and tints

Shades of #51A04C

#51A04C
(81,160,76)
#4A9246
(74,146,70)
#438440
(67,132,64)
#3C763A
(60,118,58)
#356834
(53,104,52)
#2E5A2E
(46,90,46)
#274C28
(39,76,40)
#203E22
(32,62,34)
#19301C
(25,48,28)
#122216
(18,34,22)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #51A04C

#51A04C
(81,160,76)
#60A85C
(96,168,92)
#6FB06C
(111,176,108)
#7EB87C
(126,184,124)
#8DC08C
(141,192,140)
#9CC89C
(156,200,156)
#ABD0AC
(171,208,172)
#BAD8BC
(186,216,188)
#C9E0CC
(201,224,204)
#D8E8DC
(216,232,220)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A04C color. Also use rgb(81,160,76) instead hex code.

Text Font Color

.myTextColor { color: #51A04C; }

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

This text font color is #51A04C.


Background Color

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

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

This div background color is #51A04C.


Border color

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

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

This div border color is #51A04C.


Opacity

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

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

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

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

This text has shadow with #51A04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A04C on black background.


Color preview on white background

This text has color #51A04C on white background.



Black color preview on #51A04C background

This text has black color on #51A04C background.


White color preview on #51A04C background

This text has white color on #51A04C background.