COLOR #4C4E02

HEX: #4C4E02
RGB: (76,78,2)

Color info

#4C4E02 contains mainly red and green colors. Web safe color of #4C4E02 is #336600 (or #360).

RGB color model

#4C4E02 color RGB value is (76,78,2).

  • red value is 76;
  • green value is 78;
  • blue value is 2.
RGB:
(76,78,2)
(30%,31%,1%)

RGB channels and saturation

R 76 of 255 = 30%
G 78 of 255 = 31%
B 2 of 255 = 1%

76
78
2

R + G + B ~ 21%. #4C4E02 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 78 + 2 = 156 (100%)
R 76 of 156 ~ 48.72%
G 78 of 156 ~ 50%
B 2 of 156 ~ 1.28%

%48.72
%50

CMYK color model

#4C4E02 color CMYK value is (3,0,97,69).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 97.44%
  • key color value is 69.41%
CMYK:
(3,0,97,69)
C3M0Y97K69 
(3%,0%,97%,69%)
(0.03/0.00/0.97/0.69)	

CMYK percentages

%2.56
%0
%97.44
%69.41

Codes

Color #4C4E02 in popluar color models

4C4E02
RGB76782
HSL62°95.00%15.69%
HSB/HSV62°97.44%30.59%
CMYK2.56%0.00%97.44%
69.41%

Color #4C4E02 in popluar number systems.

HEX4C4E02
Decimal76782
Binary1001100100111010
Octal1141162

Shades and tints

Shades of #4C4E02

#4C4E02
(76,78,2)
#464702
(70,71,2)
#404002
(64,64,2)
#3A3902
(58,57,2)
#343202
(52,50,2)
#2E2B02
(46,43,2)
#282402
(40,36,2)
#221D02
(34,29,2)
#1C1602
(28,22,2)
#160F02
(22,15,2)
#100802
(16,8,2)
#000000
(0,0,0)

Tints of #4C4E02

#4C4E02
(76,78,2)
#5C5E19
(92,94,25)
#6C6E30
(108,110,48)
#7C7E47
(124,126,71)
#8C8E5E
(140,142,94)
#9C9E75
(156,158,117)
#ACAE8C
(172,174,140)
#BCBEA3
(188,190,163)
#CCCEBA
(204,206,186)
#DCDED1
(220,222,209)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4E02 color. Also use rgb(76,78,2) instead hex code.

Text Font Color

.myTextColor { color: #4C4E02; }

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

This text font color is #4C4E02.


Background Color

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

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

This div background color is #4C4E02.


Border color

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

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

This div border color is #4C4E02.


Opacity

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

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

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

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

This text has shadow with #4C4E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4E02 on black background.


Color preview on white background

This text has color #4C4E02 on white background.



Black color preview on #4C4E02 background

This text has black color on #4C4E02 background.


White color preview on #4C4E02 background

This text has white color on #4C4E02 background.