COLOR #4E490C

HEX: #4E490C
RGB: (78,73,12)

Color info

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

RGB color model

#4E490C color RGB value is (78,73,12).

  • red value is 78;
  • green value is 73;
  • blue value is 12.
RGB:
(78,73,12)
(31%,29%,5%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 12 of 255 = 5%

78
73
12

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

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 12 = 163 (100%)
R 78 of 163 ~ 47.85%
G 73 of 163 ~ 44.79%
B 12 of 163 ~ 7.36%

%47.85
%44.79

CMYK color model

#4E490C color CMYK value is (0,6,85,69).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 84.62%
  • key color value is 69.41%
CMYK:
(0,6,85,69)
C0M6Y85K69 
(0%,6%,85%,69%)
(0.00/0.06/0.85/0.69)	

CMYK percentages

%0
%6.41
%84.62
%69.41

Codes

Color #4E490C in popluar color models

4E490C
RGB787312
HSL55°73.33%17.65%
HSB/HSV55°84.62%30.59%
CMYK0.00%6.41%84.62%
69.41%

Color #4E490C in popluar number systems.

HEX4E490C
Decimal787312
Binary100111010010011100
Octal11611114

Shades and tints

Shades of #4E490C

#4E490C
(78,73,12)
#47430B
(71,67,11)
#403D0A
(64,61,10)
#393709
(57,55,9)
#323108
(50,49,8)
#2B2B07
(43,43,7)
#242506
(36,37,6)
#1D1F05
(29,31,5)
#161904
(22,25,4)
#0F1303
(15,19,3)
#080D02
(8,13,2)
#000000
(0,0,0)

Tints of #4E490C

#4E490C
(78,73,12)
#5E5922
(94,89,34)
#6E6938
(110,105,56)
#7E794E
(126,121,78)
#8E8964
(142,137,100)
#9E997A
(158,153,122)
#AEA990
(174,169,144)
#BEB9A6
(190,185,166)
#CEC9BC
(206,201,188)
#DED9D2
(222,217,210)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E490C color. Also use rgb(78,73,12) instead hex code.

Text Font Color

.myTextColor { color: #4E490C; }

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

This text font color is #4E490C.


Background Color

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

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

This div background color is #4E490C.


Border color

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

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

This div border color is #4E490C.


Opacity

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

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

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

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

This text has shadow with #4E490C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E490C on black background.


Color preview on white background

This text has color #4E490C on white background.



Black color preview on #4E490C background

This text has black color on #4E490C background.


White color preview on #4E490C background

This text has white color on #4E490C background.