COLOR #4C866A

HEX: #4C866A RGB: (76,134,106)

Color info

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

RGB color model

#4C866A color RGB value is (76,134,106).

RGB: (76,134,106) (30%, 53%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 134 of 255 = 53%
B 106 of 255 = 42%

76
134
106

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

Portions of RGB colors in percentages

R + G + B = 76 + 134 + 106 = 316 (100%)
R 76 of 316 ~ 24.05%
G 134 of 316 ~ 42.41%
B 106 of 316 ~ 33.54'%

%24.05
%42.41
%33.54

CMYK color model

#4C866A color CMYK value is (43,0,21,47).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 47.45%
CMYK: (43,0,21,47) C43M0Y21K47 (43%,0%,21%,47%) (0.43/0.00/0.21/0.47) 

CMYK percentages

%43.28
%0
%20.9
%47.45

Codes

Color #4C866A in popluar color models

4C 86 6A
RGB 76 134 106
HSL 151° 27.62% 41.18%
HSB/HSV 151° 43.28% 52.55%
CMYK 43.28% 0.00% 20.90%
47.45%

Color #4C866A in popluar number systems.

HEX 4C 86 6A
Decimal 76 134 106
Binary 1001100 10000110 1101010
Octal 114 206 152

Shades and tints

Shades of #4C866A

#4C866A
(76,134,106)
#467A61
(70,122,97)
#406E58
(64,110,88)
#3A624F
(58,98,79)
#345646
(52,86,70)
#2E4A3D
(46,74,61)
#283E34
(40,62,52)
#22322B
(34,50,43)
#1C2622
(28,38,34)
#161A19
(22,26,25)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #4C866A

#4C866A
(76,134,106)
#5C9177
(92,145,119)
#6C9C84
(108,156,132)
#7CA791
(124,167,145)
#8CB29E
(140,178,158)
#9CBDAB
(156,189,171)
#ACC8B8
(172,200,184)
#BCD3C5
(188,211,197)
#CCDED2
(204,222,210)
#DCE9DF
(220,233,223)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C866A; }

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

This text font color is #4C866A.

Background Color

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

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

This div background color is #4C866A.

Border color

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

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

This div border color is #4C866A.

Opacity

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

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

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

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

This text has shadow with #4C866A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C866A.

Preview

Color preview on black background

This text has color #4C866A on black background.


Color preview on white background

This text has color #4C866A on white background.


Black color preview on #4C866A background

This text has black color on #4C866A background.


White color preview on #4C866A background

This text has white color on #4C866A background.


Related colors

Complementary color

Complementary color for #hex is #B37995.


I love getcolorcode.com

Triadic colors

1 #6A4C86 and #866A4C with #4C866A are triadic colors.

2 #6A864C and #864C6A with #4C866A are triadic colors.