COLOR #4C8141

HEX: #4C8141 RGB: (76,129,65)

Color info

#4C8141 contains mainly red and green colors. Web safe color of #4C8141 is #339933 (or #393).

RGB color model

#4C8141 color RGB value is (76,129,65).

RGB: (76,129,65) (30%, 51%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 65 of 255 = 25%

76
129
65

R + G + B ~ 35%. #4C8141 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 129 + 65 = 270 (100%)
R 76 of 270 ~ 28.15%
G 129 of 270 ~ 47.78%
B 65 of 270 ~ 24.07'%

%28.15
%47.78
%24.07

CMYK color model

#4C8141 color CMYK value is (41,0,50,49).

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

CMYK: (41,0,50,49)
C41M0Y50K49 (41%, 0%, 50%, 49%)
(0.41 / 0.00 / 0.50 / 0.49)

CMYK percentages

%41.09
%0
%49.61
%49.41

Codes

Color #4C8141 in popluar color models

4C 81 41
RGB 76 129 65
HSL 110° 32.99% 38.04%
HSB/HSV 110° 49.61% 50.59%
CMYK 41.09% 0.00% 49.61%
49.41%

Color #4C8141 in popluar number systems.

HEX 4C 81 41
Decimal 76 129 65
Binary 1001100 10000001 1000001
Octal 114 201 101

Shades and tints

Shades of #4C8141

#4C8141
(76,129,65)
#46763C
(70,118,60)
#406B37
(64,107,55)
#3A6032
(58,96,50)
#34552D
(52,85,45)
#2E4A28
(46,74,40)
#283F23
(40,63,35)
#22341E
(34,52,30)
#1C2919
(28,41,25)
#161E14
(22,30,20)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #4C8141

#4C8141
(76,129,65)
#5C8C52
(92,140,82)
#6C9763
(108,151,99)
#7CA274
(124,162,116)
#8CAD85
(140,173,133)
#9CB896
(156,184,150)
#ACC3A7
(172,195,167)
#BCCEB8
(188,206,184)
#CCD9C9
(204,217,201)
#DCE4DA
(220,228,218)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8141; }

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

This text font color is #4C8141.

Background Color

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

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

This div background color is #4C8141.

Border color

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

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

This div border color is #4C8141.

Opacity

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

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

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

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

This text has shadow with #4C8141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8141.

Preview

Color preview on black background

This text has color #4C8141 on black background.


Color preview on white background

This text has color #4C8141 on white background.


Black color preview on #4C8141 background

This text has black color on #4C8141 background.


White color preview on #4C8141 background

This text has white color on #4C8141 background.


Related colors

Complementary color

Complementary color for #hex is #B37EBE.


I love getcolorcode.com

Triadic colors

1 #414C81 and #81414C with #4C8141 are triadic colors.

2 #41814C and #814C41 with #4C8141 are triadic colors.