COLOR #4E4025

HEX: #4E4025
RGB: (78,64,37)

Color info

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

RGB color model

#4E4025 color RGB value is (78,64,37).

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

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 37 of 255 = 15%

78
64
37

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

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 37 = 179 (100%)
R 78 of 179 ~ 43.58%
G 64 of 179 ~ 35.75%
B 37 of 179 ~ 20.67%

%43.58
%35.75
%20.67

CMYK color model

#4E4025 color CMYK value is (0,18,53,69).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 52.56%
  • key color value is 69.41%
CMYK:
(0,18,53,69)
C0M18Y53K69 
(0%,18%,53%,69%)
(0.00/0.18/0.53/0.69)	

CMYK percentages

%0
%17.95
%52.56
%69.41

Codes

Color #4E4025 in popluar color models

4E4025
RGB786437
HSL40°35.65%22.55%
HSB/HSV40°52.56%30.59%
CMYK0.00%17.95%52.56%
69.41%

Color #4E4025 in popluar number systems.

HEX4E4025
Decimal786437
Binary10011101000000100101
Octal11610045

Shades and tints

Shades of #4E4025

#4E4025
(78,64,37)
#473B22
(71,59,34)
#40361F
(64,54,31)
#39311C
(57,49,28)
#322C19
(50,44,25)
#2B2716
(43,39,22)
#242213
(36,34,19)
#1D1D10
(29,29,16)
#16180D
(22,24,13)
#0F130A
(15,19,10)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E4025

#4E4025
(78,64,37)
#5E5138
(94,81,56)
#6E624B
(110,98,75)
#7E735E
(126,115,94)
#8E8471
(142,132,113)
#9E9584
(158,149,132)
#AEA697
(174,166,151)
#BEB7AA
(190,183,170)
#CEC8BD
(206,200,189)
#DED9D0
(222,217,208)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4025; }

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

This text font color is #4E4025.


Background Color

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

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

This div background color is #4E4025.


Border color

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

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

This div border color is #4E4025.


Opacity

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

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

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

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

This text has shadow with #4E4025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4025 on black background.


Color preview on white background

This text has color #4E4025 on white background.



Black color preview on #4E4025 background

This text has black color on #4E4025 background.


White color preview on #4E4025 background

This text has white color on #4E4025 background.