COLOR #4C8150

HEX: #4C8150 RGB: (76,129,80)

Color info

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

RGB color model

#4C8150 color RGB value is (76,129,80).

RGB: (76,129,80) (30%, 51%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 80 of 255 = 31%

76
129
80

R + G + B ~ 37%. #4C8150 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 129 + 80 = 285 (100%)
R 76 of 285 ~ 26.67%
G 129 of 285 ~ 45.26%
B 80 of 285 ~ 28.07'%

%26.67
%45.26
%28.07

CMYK color model

#4C8150 color CMYK value is (41,0,38,49).

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

CMYK: (41,0,38,49)
C41M0Y38K49 (41%, 0%, 38%, 49%)
(0.41 / 0.00 / 0.38 / 0.49)

CMYK percentages

%41.09
%0
%37.98
%49.41

Codes

Color #4C8150 in popluar color models

4C 81 50
RGB 76 129 80
HSL 125° 25.85% 40.20%
HSB/HSV 125° 41.09% 50.59%
CMYK 41.09% 0.00% 37.98%
49.41%

Color #4C8150 in popluar number systems.

HEX 4C 81 50
Decimal 76 129 80
Binary 1001100 10000001 1010000
Octal 114 201 120

Shades and tints

Shades of #4C8150

#4C8150
(76,129,80)
#467649
(70,118,73)
#406B42
(64,107,66)
#3A603B
(58,96,59)
#345534
(52,85,52)
#2E4A2D
(46,74,45)
#283F26
(40,63,38)
#22341F
(34,52,31)
#1C2918
(28,41,24)
#161E11
(22,30,17)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #4C8150

#4C8150
(76,129,80)
#5C8C5F
(92,140,95)
#6C976E
(108,151,110)
#7CA27D
(124,162,125)
#8CAD8C
(140,173,140)
#9CB89B
(156,184,155)
#ACC3AA
(172,195,170)
#BCCEB9
(188,206,185)
#CCD9C8
(204,217,200)
#DCE4D7
(220,228,215)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8150; }

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

This text font color is #4C8150.

Background Color

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

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

This div background color is #4C8150.

Border color

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

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

This div border color is #4C8150.

Opacity

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

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

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

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

This text has shadow with #4C8150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8150.

Preview

Color preview on black background

This text has color #4C8150 on black background.


Color preview on white background

This text has color #4C8150 on white background.


Black color preview on #4C8150 background

This text has black color on #4C8150 background.


White color preview on #4C8150 background

This text has white color on #4C8150 background.


Related colors

Complementary color

Complementary color for #hex is #B37EAF.


I love getcolorcode.com

Triadic colors

1 #504C81 and #81504C with #4C8150 are triadic colors.

2 #50814C and #814C50 with #4C8150 are triadic colors.