COLOR #4E4725

HEX: #4E4725
RGB: (78,71,37)

Color info

#4E4725 contains red, green and blue colors in about the same proportion. Web safe color of #4E4725 is #663333 (or #633).

RGB color model

#4E4725 color RGB value is (78,71,37).

  • red value is 78;
  • green value is 71;
  • blue value is 37.
RGB:
(78,71,37)
(31%,28%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 37 of 255 = 15%

78
71
37

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

Portions of RGB colors in percentages

R + G + B =
78 + 71 + 37 = 186 (100%)
R 78 of 186 ~ 41.94%
G 71 of 186 ~ 38.17%
B 37 of 186 ~ 19.89%

%41.94
%38.17
%19.89

CMYK color model

#4E4725 color CMYK value is (0,9,53,69).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 52.56%
  • key color value is 69.41%
CMYK:
(0,9,53,69)
C0M9Y53K69 
(0%,9%,53%,69%)
(0.00/0.09/0.53/0.69)	

CMYK percentages

%0
%8.97
%52.56
%69.41

Codes

Color #4E4725 in popluar color models

4E4725
RGB787137
HSL50°35.65%22.55%
HSB/HSV50°52.56%30.59%
CMYK0.00%8.97%52.56%
69.41%

Color #4E4725 in popluar number systems.

HEX4E4725
Decimal787137
Binary10011101000111100101
Octal11610745

Shades and tints

Shades of #4E4725

#4E4725
(78,71,37)
#474122
(71,65,34)
#403B1F
(64,59,31)
#39351C
(57,53,28)
#322F19
(50,47,25)
#2B2916
(43,41,22)
#242313
(36,35,19)
#1D1D10
(29,29,16)
#16170D
(22,23,13)
#0F110A
(15,17,10)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #4E4725

#4E4725
(78,71,37)
#5E5738
(94,87,56)
#6E674B
(110,103,75)
#7E775E
(126,119,94)
#8E8771
(142,135,113)
#9E9784
(158,151,132)
#AEA797
(174,167,151)
#BEB7AA
(190,183,170)
#CEC7BD
(206,199,189)
#DED7D0
(222,215,208)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4725; }

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

This text font color is #4E4725.


Background Color

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

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

This div background color is #4E4725.


Border color

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

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

This div border color is #4E4725.


Opacity

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

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

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

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

This text has shadow with #4E4725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4725 on black background.


Color preview on white background

This text has color #4E4725 on white background.



Black color preview on #4E4725 background

This text has black color on #4E4725 background.


White color preview on #4E4725 background

This text has white color on #4E4725 background.