COLOR #4E4E17

HEX: #4E4E17
RGB: (78,78,23)

Color info

#4E4E17 contains red, green and blue colors in about the same proportion. Web safe color of #4E4E17 is #666600 (or #660).

RGB color model

#4E4E17 color RGB value is (78,78,23).

  • red value is 78;
  • green value is 78;
  • blue value is 23.
RGB:
(78,78,23)
(31%,31%,9%)

RGB channels and saturation

R 78 of 255 = 31%
G 78 of 255 = 31%
B 23 of 255 = 9%

78
78
23

R + G + B ~ 24%. #4E4E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 23 = 179 (100%)
R 78 of 179 ~ 43.58%
G 78 of 179 ~ 43.58%
B 23 of 179 ~ 12.85%

%43.58
%43.58
%12.85

CMYK color model

#4E4E17 color CMYK value is (0,0,71,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 70.51%
  • key color value is 69.41%
CMYK:
(0,0,71,69)
C0M0Y71K69 
(0%,0%,71%,69%)
(0.00/0.00/0.71/0.69)	

CMYK percentages

%0
%0
%70.51
%69.41

Codes

Color #4E4E17 in popluar color models

4E4E17
RGB787823
HSL60°54.46%19.80%
HSB/HSV60°70.51%30.59%
CMYK0.00%0.00%70.51%
69.41%

Color #4E4E17 in popluar number systems.

HEX4E4E17
Decimal787823
Binary1001110100111010111
Octal11611627

Shades and tints

Shades of #4E4E17

#4E4E17
(78,78,23)
#474715
(71,71,21)
#404013
(64,64,19)
#393911
(57,57,17)
#32320F
(50,50,15)
#2B2B0D
(43,43,13)
#24240B
(36,36,11)
#1D1D09
(29,29,9)
#161607
(22,22,7)
#0F0F05
(15,15,5)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #4E4E17

#4E4E17
(78,78,23)
#5E5E2C
(94,94,44)
#6E6E41
(110,110,65)
#7E7E56
(126,126,86)
#8E8E6B
(142,142,107)
#9E9E80
(158,158,128)
#AEAE95
(174,174,149)
#BEBEAA
(190,190,170)
#CECEBF
(206,206,191)
#DEDED4
(222,222,212)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E17; }

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

This text font color is #4E4E17.


Background Color

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

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

This div background color is #4E4E17.


Border color

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

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

This div border color is #4E4E17.


Opacity

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

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

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

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

This text has shadow with #4E4E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E17 on black background.


Color preview on white background

This text has color #4E4E17 on white background.



Black color preview on #4E4E17 background

This text has black color on #4E4E17 background.


White color preview on #4E4E17 background

This text has white color on #4E4E17 background.