COLOR #4E4508

HEX: #4E4508
RGB: (78,69,8)

Color info

#4E4508 contains mainly red and green colors. Web safe color of #4E4508 is #663300 (or #630).

RGB color model

#4E4508 color RGB value is (78,69,8).

  • red value is 78;
  • green value is 69;
  • blue value is 8.
RGB:
(78,69,8)
(31%,27%,3%)

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 8 of 255 = 3%

78
69
8

R + G + B ~ 20%. #4E4508 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 8 = 155 (100%)
R 78 of 155 ~ 50.32%
G 69 of 155 ~ 44.52%
B 8 of 155 ~ 5.16%

%50.32
%44.52

CMYK color model

#4E4508 color CMYK value is (0,12,90,69).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 89.74%
  • key color value is 69.41%
CMYK:
(0,12,90,69)
C0M12Y90K69 
(0%,12%,90%,69%)
(0.00/0.12/0.90/0.69)	

CMYK percentages

%0
%11.54
%89.74
%69.41

Codes

Color #4E4508 in popluar color models

4E4508
RGB78698
HSL52°81.40%16.86%
HSB/HSV52°89.74%30.59%
CMYK0.00%11.54%89.74%
69.41%

Color #4E4508 in popluar number systems.

HEX4E4508
Decimal78698
Binary100111010001011000
Octal11610510

Shades and tints

Shades of #4E4508

#4E4508
(78,69,8)
#473F08
(71,63,8)
#403908
(64,57,8)
#393308
(57,51,8)
#322D08
(50,45,8)
#2B2708
(43,39,8)
#242108
(36,33,8)
#1D1B08
(29,27,8)
#161508
(22,21,8)
#0F0F08
(15,15,8)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #4E4508

#4E4508
(78,69,8)
#5E551E
(94,85,30)
#6E6534
(110,101,52)
#7E754A
(126,117,74)
#8E8560
(142,133,96)
#9E9576
(158,149,118)
#AEA58C
(174,165,140)
#BEB5A2
(190,181,162)
#CEC5B8
(206,197,184)
#DED5CE
(222,213,206)
#EEE5E4
(238,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4508 color. Also use rgb(78,69,8) instead hex code.

Text Font Color

.myTextColor { color: #4E4508; }

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

This text font color is #4E4508.


Background Color

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

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

This div background color is #4E4508.


Border color

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

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

This div border color is #4E4508.


Opacity

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

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

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

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

This text has shadow with #4E4508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4508 on black background.


Color preview on white background

This text has color #4E4508 on white background.



Black color preview on #4E4508 background

This text has black color on #4E4508 background.


White color preview on #4E4508 background

This text has white color on #4E4508 background.