COLOR #4C805F

HEX: #4C805F RGB: (76,128,95)

Color info

#4C805F contains red, green and blue colors in about the same proportion. Web safe color of #4C805F is #336666 (or #366).

RGB color model

#4C805F color RGB value is (76,128,95).

RGB: (76,128,95) (30%, 50%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 128 of 255 = 50%
B 95 of 255 = 37%

76
128
95

R + G + B ~ 39%. #4C805F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 128 + 95 = 299 (100%)
R 76 of 299 ~ 25.42%
G 128 of 299 ~ 42.81%
B 95 of 299 ~ 31.77'%

%25.42
%42.81
%31.77

CMYK color model

#4C805F color CMYK value is (41,0,26,50).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 25.78%
  • key color value is 49.80%

CMYK: (41,0,26,50)
C41M0Y26K50 (41%, 0%, 26%, 50%)
(0.41 / 0.00 / 0.26 / 0.50)

CMYK percentages

%40.63
%0
%25.78
%49.8

Codes

Color #4C805F in popluar color models

4C 80 5F
RGB 76 128 95
HSL 142° 25.49% 40.00%
HSB/HSV 142° 40.63% 50.20%
CMYK 40.63% 0.00% 25.78%
49.80%

Color #4C805F in popluar number systems.

HEX 4C 80 5F
Decimal 76 128 95
Binary 1001100 10000000 1011111
Octal 114 200 137

Shades and tints

Shades of #4C805F

#4C805F
(76,128,95)
#467557
(70,117,87)
#406A4F
(64,106,79)
#3A5F47
(58,95,71)
#34543F
(52,84,63)
#2E4937
(46,73,55)
#283E2F
(40,62,47)
#223327
(34,51,39)
#1C281F
(28,40,31)
#161D17
(22,29,23)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #4C805F

#4C805F
(76,128,95)
#5C8B6D
(92,139,109)
#6C967B
(108,150,123)
#7CA189
(124,161,137)
#8CAC97
(140,172,151)
#9CB7A5
(156,183,165)
#ACC2B3
(172,194,179)
#BCCDC1
(188,205,193)
#CCD8CF
(204,216,207)
#DCE3DD
(220,227,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C805F color. Also use rgb(76,128,95) instead hex code.

Text Font Color

.myTextColor { color: #4C805F; }

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

This text font color is #4C805F.

Background Color

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

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

This div background color is #4C805F.

Border color

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

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

This div border color is #4C805F.

Opacity

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

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

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

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

This text has shadow with #4C805F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C805F.

Preview

Color preview on black background

This text has color #4C805F on black background.


Color preview on white background

This text has color #4C805F on white background.


Black color preview on #4C805F background

This text has black color on #4C805F background.


White color preview on #4C805F background

This text has white color on #4C805F background.


Related colors

Complementary color

Complementary color for #hex is #B37FA0.


I love getcolorcode.com

Triadic colors

1 #5F4C80 and #805F4C with #4C805F are triadic colors.

2 #5F804C and #804C5F with #4C805F are triadic colors.