COLOR #4E5502

HEX: #4E5502
RGB: (78,85,2)

Color info

#4E5502 contains mainly red and green colors. Web safe color of #4E5502 is #666600 (or #660).

RGB color model

#4E5502 color RGB value is (78,85,2).

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

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 2 of 255 = 1%

78
85
2

R + G + B ~ 22%. #4E5502 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 2 = 165 (100%)
R 78 of 165 ~ 47.27%
G 85 of 165 ~ 51.52%
B 2 of 165 ~ 1.21%

%47.27
%51.52

CMYK color model

#4E5502 color CMYK value is (8,0,98,67).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 97.65%
  • key color value is 66.67%
CMYK:
(8,0,98,67)
C8M0Y98K67 
(8%,0%,98%,67%)
(0.08/0.00/0.98/0.67)	

CMYK percentages

%8.24
%0
%97.65
%66.67

Codes

Color #4E5502 in popluar color models

4E5502
RGB78852
HSL65°95.40%17.06%
HSB/HSV65°97.65%33.33%
CMYK8.24%0.00%97.65%
66.67%

Color #4E5502 in popluar number systems.

HEX4E5502
Decimal78852
Binary1001110101010110
Octal1161252

Shades and tints

Shades of #4E5502

#4E5502
(78,85,2)
#474E02
(71,78,2)
#404702
(64,71,2)
#394002
(57,64,2)
#323902
(50,57,2)
#2B3202
(43,50,2)
#242B02
(36,43,2)
#1D2402
(29,36,2)
#161D02
(22,29,2)
#0F1602
(15,22,2)
#080F02
(8,15,2)
#000000
(0,0,0)

Tints of #4E5502

#4E5502
(78,85,2)
#5E6419
(94,100,25)
#6E7330
(110,115,48)
#7E8247
(126,130,71)
#8E915E
(142,145,94)
#9EA075
(158,160,117)
#AEAF8C
(174,175,140)
#BEBEA3
(190,190,163)
#CECDBA
(206,205,186)
#DEDCD1
(222,220,209)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5502; }

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

This text font color is #4E5502.


Background Color

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

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

This div background color is #4E5502.


Border color

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

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

This div border color is #4E5502.


Opacity

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

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

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

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

This text has shadow with #4E5502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5502 on black background.


Color preview on white background

This text has color #4E5502 on white background.



Black color preview on #4E5502 background

This text has black color on #4E5502 background.


White color preview on #4E5502 background

This text has white color on #4E5502 background.