COLOR #4E5B41

HEX: #4E5B41
RGB: (78,91,65)

Color info

#4E5B41 contains red, green and blue colors in about the same proportion. Web safe color of #4E5B41 is #666633 (or #663).

RGB color model

#4E5B41 color RGB value is (78,91,65).

  • red value is 78;
  • green value is 91;
  • blue value is 65.
RGB:
(78,91,65)
(31%,36%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 65 of 255 = 25%

78
91
65

R + G + B ~ 31%. #4E5B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 65 = 234 (100%)
R 78 of 234 ~ 33.33%
G 91 of 234 ~ 38.89%
B 65 of 234 ~ 27.78%

%33.33
%38.89
%27.78

CMYK color model

#4E5B41 color CMYK value is (14,0,29,64).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(14,0,29,64)
C14M0Y29K64 
(14%,0%,29%,64%)
(0.14/0.00/0.29/0.64)	

CMYK percentages

%14.29
%0
%28.57
%64.31

Codes

Color #4E5B41 in popluar color models

4E5B41
RGB789165
HSL90°16.67%30.59%
HSB/HSV90°28.57%35.69%
CMYK14.29%0.00%28.57%
64.31%

Color #4E5B41 in popluar number systems.

HEX4E5B41
Decimal789165
Binary100111010110111000001
Octal116133101

Shades and tints

Shades of #4E5B41

#4E5B41
(78,91,65)
#47533C
(71,83,60)
#404B37
(64,75,55)
#394332
(57,67,50)
#323B2D
(50,59,45)
#2B3328
(43,51,40)
#242B23
(36,43,35)
#1D231E
(29,35,30)
#161B19
(22,27,25)
#0F1314
(15,19,20)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #4E5B41

#4E5B41
(78,91,65)
#5E6952
(94,105,82)
#6E7763
(110,119,99)
#7E8574
(126,133,116)
#8E9385
(142,147,133)
#9EA196
(158,161,150)
#AEAFA7
(174,175,167)
#BEBDB8
(190,189,184)
#CECBC9
(206,203,201)
#DED9DA
(222,217,218)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B41; }

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

This text font color is #4E5B41.


Background Color

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

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

This div background color is #4E5B41.


Border color

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

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

This div border color is #4E5B41.


Opacity

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

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

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

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

This text has shadow with #4E5B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B41 on black background.


Color preview on white background

This text has color #4E5B41 on white background.



Black color preview on #4E5B41 background

This text has black color on #4E5B41 background.


White color preview on #4E5B41 background

This text has white color on #4E5B41 background.