COLOR #4E5C3D

HEX: #4E5C3D
RGB: (78,92,61)

Color info

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

RGB color model

#4E5C3D color RGB value is (78,92,61).

  • red value is 78;
  • green value is 92;
  • blue value is 61.
RGB:
(78,92,61)
(31%,36%,24%)

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 61 of 255 = 24%

78
92
61

R + G + B ~ 30%. #4E5C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 61 = 231 (100%)
R 78 of 231 ~ 33.77%
G 92 of 231 ~ 39.83%
B 61 of 231 ~ 26.41%

%33.77
%39.83
%26.41

CMYK color model

#4E5C3D color CMYK value is (15,0,34,64).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 63.92%
CMYK:
(15,0,34,64)
C15M0Y34K64 
(15%,0%,34%,64%)
(0.15/0.00/0.34/0.64)	

CMYK percentages

%15.22
%0
%33.7
%63.92

Codes

Color #4E5C3D in popluar color models

4E5C3D
RGB789261
HSL87°20.26%30.00%
HSB/HSV87°33.70%36.08%
CMYK15.22%0.00%33.70%
63.92%

Color #4E5C3D in popluar number systems.

HEX4E5C3D
Decimal789261
Binary10011101011100111101
Octal11613475

Shades and tints

Shades of #4E5C3D

#4E5C3D
(78,92,61)
#475438
(71,84,56)
#404C33
(64,76,51)
#39442E
(57,68,46)
#323C29
(50,60,41)
#2B3424
(43,52,36)
#242C1F
(36,44,31)
#1D241A
(29,36,26)
#161C15
(22,28,21)
#0F1410
(15,20,16)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E5C3D

#4E5C3D
(78,92,61)
#5E6A4E
(94,106,78)
#6E785F
(110,120,95)
#7E8670
(126,134,112)
#8E9481
(142,148,129)
#9EA292
(158,162,146)
#AEB0A3
(174,176,163)
#BEBEB4
(190,190,180)
#CECCC5
(206,204,197)
#DEDAD6
(222,218,214)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5C3D color. Also use rgb(78,92,61) instead hex code.

Text Font Color

.myTextColor { color: #4E5C3D; }

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

This text font color is #4E5C3D.


Background Color

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

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

This div background color is #4E5C3D.


Border color

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

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

This div border color is #4E5C3D.


Opacity

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

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

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

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

This text has shadow with #4E5C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5C3D on black background.


Color preview on white background

This text has color #4E5C3D on white background.



Black color preview on #4E5C3D background

This text has black color on #4E5C3D background.


White color preview on #4E5C3D background

This text has white color on #4E5C3D background.