COLOR #4E4310

HEX: #4E4310
RGB: (78,67,16)

Color info

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

RGB color model

#4E4310 color RGB value is (78,67,16).

  • red value is 78;
  • green value is 67;
  • blue value is 16.
RGB:
(78,67,16)
(31%,26%,6%)

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 16 of 255 = 6%

78
67
16

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

Portions of RGB colors in percentages

R + G + B =
78 + 67 + 16 = 161 (100%)
R 78 of 161 ~ 48.45%
G 67 of 161 ~ 41.61%
B 16 of 161 ~ 9.94%

%48.45
%41.61
%9.94

CMYK color model

#4E4310 color CMYK value is (0,14,79,69).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 79.49%
  • key color value is 69.41%
CMYK:
(0,14,79,69)
C0M14Y79K69 
(0%,14%,79%,69%)
(0.00/0.14/0.79/0.69)	

CMYK percentages

%0
%14.1
%79.49
%69.41

Codes

Color #4E4310 in popluar color models

4E4310
RGB786716
HSL49°65.96%18.43%
HSB/HSV49°79.49%30.59%
CMYK0.00%14.10%79.49%
69.41%

Color #4E4310 in popluar number systems.

HEX4E4310
Decimal786716
Binary1001110100001110000
Octal11610320

Shades and tints

Shades of #4E4310

#4E4310
(78,67,16)
#473D0F
(71,61,15)
#40370E
(64,55,14)
#39310D
(57,49,13)
#322B0C
(50,43,12)
#2B250B
(43,37,11)
#241F0A
(36,31,10)
#1D1909
(29,25,9)
#161308
(22,19,8)
#0F0D07
(15,13,7)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #4E4310

#4E4310
(78,67,16)
#5E5425
(94,84,37)
#6E653A
(110,101,58)
#7E764F
(126,118,79)
#8E8764
(142,135,100)
#9E9879
(158,152,121)
#AEA98E
(174,169,142)
#BEBAA3
(190,186,163)
#CECBB8
(206,203,184)
#DEDCCD
(222,220,205)
#EEEDE2
(238,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4310 color. Also use rgb(78,67,16) instead hex code.

Text Font Color

.myTextColor { color: #4E4310; }

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

This text font color is #4E4310.


Background Color

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

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

This div background color is #4E4310.


Border color

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

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

This div border color is #4E4310.


Opacity

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

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

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

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

This text has shadow with #4E4310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4310 on black background.


Color preview on white background

This text has color #4E4310 on white background.



Black color preview on #4E4310 background

This text has black color on #4E4310 background.


White color preview on #4E4310 background

This text has white color on #4E4310 background.