COLOR #51A07C

HEX: #51A07C RGB: (81,160,124)

Color info

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

RGB color model

#51A07C color RGB value is (81,160,124).

RGB: (81,160,124) (32%, 63%, 49%)

RGB channels and saturation

R 81 of 255 = 32%
G 160 of 255 = 63%
B 124 of 255 = 49%

81
160
124

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

Portions of RGB colors in percentages

R + G + B = 81 + 160 + 124 = 365 (100%)
R 81 of 365 ~ 22.19%
G 160 of 365 ~ 43.84%
B 124 of 365 ~ 33.97'%

%22.19
%43.84
%33.97

CMYK color model

#51A07C color CMYK value is (49,0,23,37).

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

CMYK: (49,0,23,37)
C49M0Y23K37 (49%, 0%, 23%, 37%)
(0.49 / 0.00 / 0.23 / 0.37)

CMYK percentages

%49.38
%0
%22.5
%37.25

Codes

Color #51A07C in popluar color models

51 A0 7C
RGB 81 160 124
HSL 153° 32.78% 47.25%
HSB/HSV 153° 49.38% 62.75%
CMYK 49.38% 0.00% 22.50%
37.25%

Color #51A07C in popluar number systems.

HEX 51 A0 7C
Decimal 81 160 124
Binary 1010001 10100000 1111100
Octal 121 240 174

Shades and tints

Shades of #51A07C

#51A07C
(81,160,124)
#4A9271
(74,146,113)
#438466
(67,132,102)
#3C765B
(60,118,91)
#356850
(53,104,80)
#2E5A45
(46,90,69)
#274C3A
(39,76,58)
#203E2F
(32,62,47)
#193024
(25,48,36)
#122219
(18,34,25)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #51A07C

#51A07C
(81,160,124)
#60A887
(96,168,135)
#6FB092
(111,176,146)
#7EB89D
(126,184,157)
#8DC0A8
(141,192,168)
#9CC8B3
(156,200,179)
#ABD0BE
(171,208,190)
#BAD8C9
(186,216,201)
#C9E0D4
(201,224,212)
#D8E8DF
(216,232,223)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A07C; }

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

This text font color is #51A07C.

Background Color

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

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

This div background color is #51A07C.

Border color

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

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

This div border color is #51A07C.

Opacity

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

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

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

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

This text has shadow with #51A07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A07C.

Preview

Color preview on black background

This text has color #51A07C on black background.


Color preview on white background

This text has color #51A07C on white background.


Black color preview on #51A07C background

This text has black color on #51A07C background.


White color preview on #51A07C background

This text has white color on #51A07C background.


Related colors

Complementary color

Complementary color for #hex is #AE5F83.


I love getcolorcode.com

Triadic colors

1 #7C51A0 and #A07C51 with #51A07C are triadic colors.

2 #7CA051 and #A0517C with #51A07C are triadic colors.