COLOR #4C804D

HEX: #4C804D
RGB: (76,128,77)

Color info

#4C804D contains red, green and blue colors in about the same proportion. Web safe color of #4C804D is #336633 (or #363).

RGB color model

#4C804D color RGB value is (76,128,77).

  • red value is 76;
  • green value is 128;
  • blue value is 77.
RGB:
(76,128,77)
(30%,50%,30%)

RGB channels and saturation

R 76 of 255 = 30%
G 128 of 255 = 50%
B 77 of 255 = 30%

76
128
77

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

Portions of RGB colors in percentages

R + G + B =
76 + 128 + 77 = 281 (100%)
R 76 of 281 ~ 27.05%
G 128 of 281 ~ 45.55%
B 77 of 281 ~ 27.4%

%27.05
%45.55
%27.4

CMYK color model

#4C804D color CMYK value is (41,0,40,50).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(41,0,40,50)
C41M0Y40K50 
(41%,0%,40%,50%)
(0.41/0.00/0.40/0.50)	

CMYK percentages

%40.63
%0
%39.84
%49.8

Codes

Color #4C804D in popluar color models

4C804D
RGB7612877
HSL121°25.49%40.00%
HSB/HSV121°40.63%50.20%
CMYK40.63%0.00%39.84%
49.80%

Color #4C804D in popluar number systems.

HEX4C804D
Decimal7612877
Binary1001100100000001001101
Octal114200115

Shades and tints

Shades of #4C804D

#4C804D
(76,128,77)
#467546
(70,117,70)
#406A3F
(64,106,63)
#3A5F38
(58,95,56)
#345431
(52,84,49)
#2E492A
(46,73,42)
#283E23
(40,62,35)
#22331C
(34,51,28)
#1C2815
(28,40,21)
#161D0E
(22,29,14)
#101207
(16,18,7)
#000000
(0,0,0)

Tints of #4C804D

#4C804D
(76,128,77)
#5C8B5D
(92,139,93)
#6C966D
(108,150,109)
#7CA17D
(124,161,125)
#8CAC8D
(140,172,141)
#9CB79D
(156,183,157)
#ACC2AD
(172,194,173)
#BCCDBD
(188,205,189)
#CCD8CD
(204,216,205)
#DCE3DD
(220,227,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C804D; }

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

This text font color is #4C804D.


Background Color

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

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

This div background color is #4C804D.


Border color

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

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

This div border color is #4C804D.


Opacity

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

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

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

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

This text has shadow with #4C804D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C804D on black background.


Color preview on white background

This text has color #4C804D on white background.



Black color preview on #4C804D background

This text has black color on #4C804D background.


White color preview on #4C804D background

This text has white color on #4C804D background.