COLOR #4E4525

HEX: #4E4525 RGB: (78,69,37)

Color info

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

RGB color model

#4E4525 color RGB value is (78,69,37).

RGB: (78,69,37) (31%, 27%, 15%)

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 37 of 255 = 15%

78
69
37

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

Portions of RGB colors in percentages

R + G + B = 78 + 69 + 37 = 184 (100%)
R 78 of 184 ~ 42.39%
G 69 of 184 ~ 37.5%
B 37 of 184 ~ 20.11'%

%42.39
%37.5
%20.11

CMYK color model

#4E4525 color CMYK value is (0,12,53,69).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 52.56%
  • key color value is 69.41%

CMYK: (0,12,53,69)
C0M12Y53K69 (0%, 12%, 53%, 69%)
(0.00 / 0.12 / 0.53 / 0.69)

CMYK percentages

%0
%11.54
%52.56
%69.41

Codes

Color #4E4525 in popluar color models

4E 45 25
RGB 78 69 37
HSL 47° 35.65% 22.55%
HSB/HSV 47° 52.56% 30.59%
CMYK 0.00% 11.54% 52.56%
69.41%

Color #4E4525 in popluar number systems.

HEX 4E 45 25
Decimal 78 69 37
Binary 1001110 1000101 100101
Octal 116 105 45

Shades and tints

Shades of #4E4525

#4E4525
(78,69,37)
#473F22
(71,63,34)
#40391F
(64,57,31)
#39331C
(57,51,28)
#322D19
(50,45,25)
#2B2716
(43,39,22)
#242113
(36,33,19)
#1D1B10
(29,27,16)
#16150D
(22,21,13)
#0F0F0A
(15,15,10)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #4E4525

#4E4525
(78,69,37)
#5E5538
(94,85,56)
#6E654B
(110,101,75)
#7E755E
(126,117,94)
#8E8571
(142,133,113)
#9E9584
(158,149,132)
#AEA597
(174,165,151)
#BEB5AA
(190,181,170)
#CEC5BD
(206,197,189)
#DED5D0
(222,213,208)
#EEE5E3
(238,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4525; }

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

This text font color is #4E4525.

Background Color

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

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

This div background color is #4E4525.

Border color

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

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

This div border color is #4E4525.

Opacity

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

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

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

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

This text has shadow with #4E4525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4525.

Preview

Color preview on black background

This text has color #4E4525 on black background.


Color preview on white background

This text has color #4E4525 on white background.


Black color preview on #4E4525 background

This text has black color on #4E4525 background.


White color preview on #4E4525 background

This text has white color on #4E4525 background.


Related colors

Complementary color

Complementary color for #hex is #B1BADA.


I love getcolorcode.com

Triadic colors

1 #254E45 and #45254E with #4E4525 are triadic colors.

2 #25454E and #454E25 with #4E4525 are triadic colors.