COLOR #4C8666

HEX: #4C8666 RGB: (76,134,102)

Color info

#4C8666 contains red, green and blue colors in about the same proportion. Web safe color of #4C8666 is #339966 (or #396).

RGB color model

#4C8666 color RGB value is (76,134,102).

RGB: (76,134,102) (30%, 53%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 134 of 255 = 53%
B 102 of 255 = 40%

76
134
102

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

Portions of RGB colors in percentages

R + G + B = 76 + 134 + 102 = 312 (100%)
R 76 of 312 ~ 24.36%
G 134 of 312 ~ 42.95%
B 102 of 312 ~ 32.69'%

%24.36
%42.95
%32.69

CMYK color model

#4C8666 color CMYK value is (43,0,24,47).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 47.45%

CMYK: (43,0,24,47)
C43M0Y24K47 (43%, 0%, 24%, 47%)
(0.43 / 0.00 / 0.24 / 0.47)

CMYK percentages

%43.28
%0
%23.88
%47.45

Codes

Color #4C8666 in popluar color models

4C 86 66
RGB 76 134 102
HSL 147° 27.62% 41.18%
HSB/HSV 147° 43.28% 52.55%
CMYK 43.28% 0.00% 23.88%
47.45%

Color #4C8666 in popluar number systems.

HEX 4C 86 66
Decimal 76 134 102
Binary 1001100 10000110 1100110
Octal 114 206 146

Shades and tints

Shades of #4C8666

#4C8666
(76,134,102)
#467A5D
(70,122,93)
#406E54
(64,110,84)
#3A624B
(58,98,75)
#345642
(52,86,66)
#2E4A39
(46,74,57)
#283E30
(40,62,48)
#223227
(34,50,39)
#1C261E
(28,38,30)
#161A15
(22,26,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C8666

#4C8666
(76,134,102)
#5C9173
(92,145,115)
#6C9C80
(108,156,128)
#7CA78D
(124,167,141)
#8CB29A
(140,178,154)
#9CBDA7
(156,189,167)
#ACC8B4
(172,200,180)
#BCD3C1
(188,211,193)
#CCDECE
(204,222,206)
#DCE9DB
(220,233,219)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8666 color. Also use rgb(76,134,102) instead hex code.

Text Font Color

.myTextColor { color: #4C8666; }

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

This text font color is #4C8666.

Background Color

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

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

This div background color is #4C8666.

Border color

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

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

This div border color is #4C8666.

Opacity

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

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

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

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

This text has shadow with #4C8666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8666.

Preview

Color preview on black background

This text has color #4C8666 on black background.


Color preview on white background

This text has color #4C8666 on white background.


Black color preview on #4C8666 background

This text has black color on #4C8666 background.


White color preview on #4C8666 background

This text has white color on #4C8666 background.


Related colors

Complementary color

Complementary color for #hex is #B37999.


I love getcolorcode.com

Triadic colors

1 #664C86 and #86664C with #4C8666 are triadic colors.

2 #66864C and #864C66 with #4C8666 are triadic colors.