COLOR #51A042

HEX: #51A042
RGB: (81,160,66)

Color info

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

RGB color model

#51A042 color RGB value is (81,160,66).

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

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 66 of 255 = 26%

81
160
66

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

Portions of RGB colors in percentages

R + G + B =
81 + 160 + 66 = 307 (100%)
R 81 of 307 ~ 26.38%
G 160 of 307 ~ 52.12%
B 66 of 307 ~ 21.5%

%26.38
%52.12
%21.5

CMYK color model

#51A042 color CMYK value is (49,0,59,37).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 37.25%
CMYK:
(49,0,59,37)
C49M0Y59K37 
(49%,0%,59%,37%)
(0.49/0.00/0.59/0.37)	

CMYK percentages

%49.38
%0
%58.75
%37.25

Codes

Color #51A042 in popluar color models

51A042
RGB8116066
HSL110°41.59%44.31%
HSB/HSV110°58.75%62.75%
CMYK49.38%0.00%58.75%
37.25%

Color #51A042 in popluar number systems.

HEX51A042
Decimal8116066
Binary1010001101000001000010
Octal121240102

Shades and tints

Shades of #51A042

#51A042
(81,160,66)
#4A923C
(74,146,60)
#438436
(67,132,54)
#3C7630
(60,118,48)
#35682A
(53,104,42)
#2E5A24
(46,90,36)
#274C1E
(39,76,30)
#203E18
(32,62,24)
#193012
(25,48,18)
#12220C
(18,34,12)
#0B1406
(11,20,6)
#000000
(0,0,0)

Tints of #51A042

#51A042
(81,160,66)
#60A853
(96,168,83)
#6FB064
(111,176,100)
#7EB875
(126,184,117)
#8DC086
(141,192,134)
#9CC897
(156,200,151)
#ABD0A8
(171,208,168)
#BAD8B9
(186,216,185)
#C9E0CA
(201,224,202)
#D8E8DB
(216,232,219)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A042; }

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

This text font color is #51A042.


Background Color

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

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

This div background color is #51A042.


Border color

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

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

This div border color is #51A042.


Opacity

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

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

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

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

This text has shadow with #51A042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A042 on black background.


Color preview on white background

This text has color #51A042 on white background.



Black color preview on #51A042 background

This text has black color on #51A042 background.


White color preview on #51A042 background

This text has white color on #51A042 background.