COLOR #51A043

HEX: #51A043 RGB: (81,160,67)

Color info

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

RGB color model

#51A043 color RGB value is (81,160,67).

RGB: (81,160,67) (32%, 63%, 26%)

RGB channels and saturation

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

81
160
67

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

Portions of RGB colors in percentages

R + G + B = 81 + 160 + 67 = 308 (100%)
R 81 of 308 ~ 26.3%
G 160 of 308 ~ 51.95%
B 67 of 308 ~ 21.75'%

%26.3
%51.95
%21.75

CMYK color model

#51A043 color CMYK value is (49,0,58,37).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 58.13%
  • key color value is 37.25%

CMYK: (49,0,58,37)
C49M0Y58K37 (49%, 0%, 58%, 37%)
(0.49 / 0.00 / 0.58 / 0.37)

CMYK percentages

%49.38
%0
%58.13
%37.25

Codes

Color #51A043 in popluar color models

51 A0 43
RGB 81 160 67
HSL 111° 40.97% 44.51%
HSB/HSV 111° 58.13% 62.75%
CMYK 49.38% 0.00% 58.13%
37.25%

Color #51A043 in popluar number systems.

HEX 51 A0 43
Decimal 81 160 67
Binary 1010001 10100000 1000011
Octal 121 240 103

Shades and tints

Shades of #51A043

#51A043
(81,160,67)
#4A923D
(74,146,61)
#438437
(67,132,55)
#3C7631
(60,118,49)
#35682B
(53,104,43)
#2E5A25
(46,90,37)
#274C1F
(39,76,31)
#203E19
(32,62,25)
#193013
(25,48,19)
#12220D
(18,34,13)
#0B1407
(11,20,7)
#000000
(0,0,0)

Tints of #51A043

#51A043
(81,160,67)
#60A854
(96,168,84)
#6FB065
(111,176,101)
#7EB876
(126,184,118)
#8DC087
(141,192,135)
#9CC898
(156,200,152)
#ABD0A9
(171,208,169)
#BAD8BA
(186,216,186)
#C9E0CB
(201,224,203)
#D8E8DC
(216,232,220)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A043; }

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

This text font color is #51A043.

Background Color

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

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

This div background color is #51A043.

Border color

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

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

This div border color is #51A043.

Opacity

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

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

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

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

This text has shadow with #51A043 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A043.

Preview

Color preview on black background

This text has color #51A043 on black background.


Color preview on white background

This text has color #51A043 on white background.


Black color preview on #51A043 background

This text has black color on #51A043 background.


White color preview on #51A043 background

This text has white color on #51A043 background.


Related colors

Complementary color

Complementary color for #hex is #AE5FBC.


I love getcolorcode.com

Triadic colors

1 #4351A0 and #A04351 with #51A043 are triadic colors.

2 #43A051 and #A05143 with #51A043 are triadic colors.