COLOR #4E4C0F

HEX: #4E4C0F
RGB: (78,76,15)

Color info

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

RGB color model

#4E4C0F color RGB value is (78,76,15).

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

RGB channels and saturation

R 78 of 255 = 31%
G 76 of 255 = 30%
B 15 of 255 = 6%

78
76
15

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

Portions of RGB colors in percentages

R + G + B =
78 + 76 + 15 = 169 (100%)
R 78 of 169 ~ 46.15%
G 76 of 169 ~ 44.97%
B 15 of 169 ~ 8.88%

%46.15
%44.97

CMYK color model

#4E4C0F color CMYK value is (0,3,81,69).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 80.77%
  • key color value is 69.41%
CMYK:
(0,3,81,69)
C0M3Y81K69 
(0%,3%,81%,69%)
(0.00/0.03/0.81/0.69)	

CMYK percentages

%0
%2.56
%80.77
%69.41

Codes

Color #4E4C0F in popluar color models

4E4C0F
RGB787615
HSL58°67.74%18.24%
HSB/HSV58°80.77%30.59%
CMYK0.00%2.56%80.77%
69.41%

Color #4E4C0F in popluar number systems.

HEX4E4C0F
Decimal787615
Binary100111010011001111
Octal11611417

Shades and tints

Shades of #4E4C0F

#4E4C0F
(78,76,15)
#47460E
(71,70,14)
#40400D
(64,64,13)
#393A0C
(57,58,12)
#32340B
(50,52,11)
#2B2E0A
(43,46,10)
#242809
(36,40,9)
#1D2208
(29,34,8)
#161C07
(22,28,7)
#0F1606
(15,22,6)
#081005
(8,16,5)
#000000
(0,0,0)

Tints of #4E4C0F

#4E4C0F
(78,76,15)
#5E5C24
(94,92,36)
#6E6C39
(110,108,57)
#7E7C4E
(126,124,78)
#8E8C63
(142,140,99)
#9E9C78
(158,156,120)
#AEAC8D
(174,172,141)
#BEBCA2
(190,188,162)
#CECCB7
(206,204,183)
#DEDCCC
(222,220,204)
#EEECE1
(238,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4C0F; }

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

This text font color is #4E4C0F.


Background Color

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

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

This div background color is #4E4C0F.


Border color

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

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

This div border color is #4E4C0F.


Opacity

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

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

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

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

This text has shadow with #4E4C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4C0F on black background.


Color preview on white background

This text has color #4E4C0F on white background.



Black color preview on #4E4C0F background

This text has black color on #4E4C0F background.


White color preview on #4E4C0F background

This text has white color on #4E4C0F background.