COLOR #4C8155

HEX: #4C8155 RGB: (76,129,85)

Color info

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

RGB color model

#4C8155 color RGB value is (76,129,85).

RGB: (76,129,85) (30%, 51%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 85 of 255 = 33%

76
129
85

R + G + B ~ 38%. #4C8155 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 129 + 85 = 290 (100%)
R 76 of 290 ~ 26.21%
G 129 of 290 ~ 44.48%
B 85 of 290 ~ 29.31'%

%26.21
%44.48
%29.31

CMYK color model

#4C8155 color CMYK value is (41,0,34,49).

  • cyan value is 41.09%
  • magenta value is 0.00%
  • yellow value is 34.11%
  • key color value is 49.41%

CMYK: (41,0,34,49)
C41M0Y34K49 (41%, 0%, 34%, 49%)
(0.41 / 0.00 / 0.34 / 0.49)

CMYK percentages

%41.09
%0
%34.11
%49.41

Codes

Color #4C8155 in popluar color models

4C 81 55
RGB 76 129 85
HSL 130° 25.85% 40.20%
HSB/HSV 130° 41.09% 50.59%
CMYK 41.09% 0.00% 34.11%
49.41%

Color #4C8155 in popluar number systems.

HEX 4C 81 55
Decimal 76 129 85
Binary 1001100 10000001 1010101
Octal 114 201 125

Shades and tints

Shades of #4C8155

#4C8155
(76,129,85)
#46764E
(70,118,78)
#406B47
(64,107,71)
#3A6040
(58,96,64)
#345539
(52,85,57)
#2E4A32
(46,74,50)
#283F2B
(40,63,43)
#223424
(34,52,36)
#1C291D
(28,41,29)
#161E16
(22,30,22)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #4C8155

#4C8155
(76,129,85)
#5C8C64
(92,140,100)
#6C9773
(108,151,115)
#7CA282
(124,162,130)
#8CAD91
(140,173,145)
#9CB8A0
(156,184,160)
#ACC3AF
(172,195,175)
#BCCEBE
(188,206,190)
#CCD9CD
(204,217,205)
#DCE4DC
(220,228,220)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8155; }

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

This text font color is #4C8155.

Background Color

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

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

This div background color is #4C8155.

Border color

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

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

This div border color is #4C8155.

Opacity

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

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

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

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

This text has shadow with #4C8155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8155.

Preview

Color preview on black background

This text has color #4C8155 on black background.


Color preview on white background

This text has color #4C8155 on white background.


Black color preview on #4C8155 background

This text has black color on #4C8155 background.


White color preview on #4C8155 background

This text has white color on #4C8155 background.


Related colors

Complementary color

Complementary color for #hex is #B37EAA.


I love getcolorcode.com

Triadic colors

1 #554C81 and #81554C with #4C8155 are triadic colors.

2 #55814C and #814C55 with #4C8155 are triadic colors.