COLOR #4CAC81

HEX: #4CAC81 RGB: (76,172,129)

Color info

#4CAC81 contains mainly green and blue colors. Web safe color of #4CAC81 is #339999 (or #399).

RGB color model

#4CAC81 color RGB value is (76,172,129).

RGB: (76,172,129) (30%, 67%, 51%)

RGB channels and saturation

R 76 of 255 = 30%
G 172 of 255 = 67%
B 129 of 255 = 51%

76
172
129

R + G + B ~ 49%. #4CAC81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 172 + 129 = 377 (100%)
R 76 of 377 ~ 20.16%
G 172 of 377 ~ 45.62%
B 129 of 377 ~ 34.22'%

%20.16
%45.62
%34.22

CMYK color model

#4CAC81 color CMYK value is (56,0,25,33).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 32.55%

CMYK: (56,0,25,33)
C56M0Y25K33 (56%, 0%, 25%, 33%)
(0.56 / 0.00 / 0.25 / 0.33)

CMYK percentages

%55.81
%0
%25
%32.55

Codes

Color #4CAC81 in popluar color models

4C AC 81
RGB 76 172 129
HSL 153° 38.71% 48.63%
HSB/HSV 153° 55.81% 67.45%
CMYK 55.81% 0.00% 25.00%
32.55%

Color #4CAC81 in popluar number systems.

HEX 4C AC 81
Decimal 76 172 129
Binary 1001100 10101100 10000001
Octal 114 254 201

Shades and tints

Shades of #4CAC81

#4CAC81
(76,172,129)
#469D76
(70,157,118)
#408E6B
(64,142,107)
#3A7F60
(58,127,96)
#347055
(52,112,85)
#2E614A
(46,97,74)
#28523F
(40,82,63)
#224334
(34,67,52)
#1C3429
(28,52,41)
#16251E
(22,37,30)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #4CAC81

#4CAC81
(76,172,129)
#5CB38C
(92,179,140)
#6CBA97
(108,186,151)
#7CC1A2
(124,193,162)
#8CC8AD
(140,200,173)
#9CCFB8
(156,207,184)
#ACD6C3
(172,214,195)
#BCDDCE
(188,221,206)
#CCE4D9
(204,228,217)
#DCEBE4
(220,235,228)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CAC81 color. Also use rgb(76,172,129) instead hex code.

Text Font Color

.myTextColor { color: #4CAC81; }

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

This text font color is #4CAC81.

Background Color

.myBgColor { background-color: #4CAC81; }

<div style="background-color:#4CAC81">Inner text</div>

This div background color is #4CAC81.

Border color

.myBorderColor { border: 1px solid #4CAC81; }

<div style="border:3px solid #4CAC81">Div</div>

This div border color is #4CAC81.

Opacity

.myOpacity80 { color: #4CAC81; opacity: 0.8; }

<p style="color:#4CAC81;opacity:0.8;">80%</p>

Text with #4CAC81 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 #4CAC81;}

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

This text has shadow with #4CAC81 color.


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

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

This text has shadow with #4CAC81 primary color and red secondary color.


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

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

This text has shadow with #4CAC81 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4CAC81.

Preview

Color preview on black background

This text has color #4CAC81 on black background.


Color preview on white background

This text has color #4CAC81 on white background.


Black color preview on #4CAC81 background

This text has black color on #4CAC81 background.


White color preview on #4CAC81 background

This text has white color on #4CAC81 background.


Related colors

Complementary color

Complementary color for #hex is #B3537E.


I love getcolorcode.com

Triadic colors

1 #814CAC and #AC814C with #4CAC81 are triadic colors.

2 #81AC4C and #AC4C81 with #4CAC81 are triadic colors.