COLOR #51A06F

HEX: #51A06F RGB: (81,160,111)

Color info

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

RGB color model

#51A06F color RGB value is (81,160,111).

RGB: (81,160,111) (32%, 63%, 44%)

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 111 of 255 = 44%

81
160
111

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

Portions of RGB colors in percentages

R + G + B = 81 + 160 + 111 = 352 (100%)
R 81 of 352 ~ 23.01%
G 160 of 352 ~ 45.45%
B 111 of 352 ~ 31.53'%

%23.01
%45.45
%31.53

CMYK color model

#51A06F color CMYK value is (49,0,31,37).

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

CMYK: (49,0,31,37)
C49M0Y31K37 (49%, 0%, 31%, 37%)
(0.49 / 0.00 / 0.31 / 0.37)

CMYK percentages

%49.38
%0
%30.63
%37.25

Codes

Color #51A06F in popluar color models

51 A0 6F
RGB 81 160 111
HSL 143° 32.78% 47.25%
HSB/HSV 143° 49.38% 62.75%
CMYK 49.38% 0.00% 30.63%
37.25%

Color #51A06F in popluar number systems.

HEX 51 A0 6F
Decimal 81 160 111
Binary 1010001 10100000 1101111
Octal 121 240 157

Shades and tints

Shades of #51A06F

#51A06F
(81,160,111)
#4A9265
(74,146,101)
#43845B
(67,132,91)
#3C7651
(60,118,81)
#356847
(53,104,71)
#2E5A3D
(46,90,61)
#274C33
(39,76,51)
#203E29
(32,62,41)
#19301F
(25,48,31)
#122215
(18,34,21)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #51A06F

#51A06F
(81,160,111)
#60A87C
(96,168,124)
#6FB089
(111,176,137)
#7EB896
(126,184,150)
#8DC0A3
(141,192,163)
#9CC8B0
(156,200,176)
#ABD0BD
(171,208,189)
#BAD8CA
(186,216,202)
#C9E0D7
(201,224,215)
#D8E8E4
(216,232,228)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A06F; }

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

This text font color is #51A06F.

Background Color

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

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

This div background color is #51A06F.

Border color

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

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

This div border color is #51A06F.

Opacity

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

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

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

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

This text has shadow with #51A06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A06F.

Preview

Color preview on black background

This text has color #51A06F on black background.


Color preview on white background

This text has color #51A06F on white background.


Black color preview on #51A06F background

This text has black color on #51A06F background.


White color preview on #51A06F background

This text has white color on #51A06F background.


Related colors

Complementary color

Complementary color for #hex is #AE5F90.


I love getcolorcode.com

Triadic colors

1 #6F51A0 and #A06F51 with #51A06F are triadic colors.

2 #6FA051 and #A0516F with #51A06F are triadic colors.