COLOR #4E5717

HEX: #4E5717
RGB: (78,87,23)

Color info

#4E5717 contains mainly red and green colors. Web safe color of #4E5717 is #666600 (or #660).

RGB color model

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

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

RGB channels and saturation

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

78
87
23

R + G + B ~ 25%. #4E5717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 87 + 23 = 188 (100%)
R 78 of 188 ~ 41.49%
G 87 of 188 ~ 46.28%
B 23 of 188 ~ 12.23%

%41.49
%46.28
%12.23

CMYK color model

#4E5717 color CMYK value is (10,0,74,66).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 73.56%
  • key color value is 65.88%
CMYK:
(10,0,74,66)
C10M0Y74K66 
(10%,0%,74%,66%)
(0.10/0.00/0.74/0.66)	

CMYK percentages

%10.34
%0
%73.56
%65.88

Codes

Color #4E5717 in popluar color models

4E5717
RGB788723
HSL68°58.18%21.57%
HSB/HSV68°73.56%34.12%
CMYK10.34%0.00%73.56%
65.88%

Color #4E5717 in popluar number systems.

HEX4E5717
Decimal788723
Binary1001110101011110111
Octal11612727

Shades and tints

Shades of #4E5717

#4E5717
(78,87,23)
#475015
(71,80,21)
#404913
(64,73,19)
#394211
(57,66,17)
#323B0F
(50,59,15)
#2B340D
(43,52,13)
#242D0B
(36,45,11)
#1D2609
(29,38,9)
#161F07
(22,31,7)
#0F1805
(15,24,5)
#081103
(8,17,3)
#000000
(0,0,0)

Tints of #4E5717

#4E5717
(78,87,23)
#5E662C
(94,102,44)
#6E7541
(110,117,65)
#7E8456
(126,132,86)
#8E936B
(142,147,107)
#9EA280
(158,162,128)
#AEB195
(174,177,149)
#BEC0AA
(190,192,170)
#CECFBF
(206,207,191)
#DEDED4
(222,222,212)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5717; }

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

This text font color is #4E5717.


Background Color

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

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

This div background color is #4E5717.


Border color

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

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

This div border color is #4E5717.


Opacity

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

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

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

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

This text has shadow with #4E5717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5717 on black background.


Color preview on white background

This text has color #4E5717 on white background.



Black color preview on #4E5717 background

This text has black color on #4E5717 background.


White color preview on #4E5717 background

This text has white color on #4E5717 background.