COLOR #4E5C35

HEX: #4E5C35
RGB: (78,92,53)

Color info

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

RGB color model

#4E5C35 color RGB value is (78,92,53).

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

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 53 of 255 = 21%

78
92
53

R + G + B ~ 29%. #4E5C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 53 = 223 (100%)
R 78 of 223 ~ 34.98%
G 92 of 223 ~ 41.26%
B 53 of 223 ~ 23.77%

%34.98
%41.26
%23.77

CMYK color model

#4E5C35 color CMYK value is (15,0,42,64).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 42.39%
  • key color value is 63.92%
CMYK:
(15,0,42,64)
C15M0Y42K64 
(15%,0%,42%,64%)
(0.15/0.00/0.42/0.64)	

CMYK percentages

%15.22
%0
%42.39
%63.92

Codes

Color #4E5C35 in popluar color models

4E5C35
RGB789253
HSL82°26.90%28.43%
HSB/HSV82°42.39%36.08%
CMYK15.22%0.00%42.39%
63.92%

Color #4E5C35 in popluar number systems.

HEX4E5C35
Decimal789253
Binary10011101011100110101
Octal11613465

Shades and tints

Shades of #4E5C35

#4E5C35
(78,92,53)
#475431
(71,84,49)
#404C2D
(64,76,45)
#394429
(57,68,41)
#323C25
(50,60,37)
#2B3421
(43,52,33)
#242C1D
(36,44,29)
#1D2419
(29,36,25)
#161C15
(22,28,21)
#0F1411
(15,20,17)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #4E5C35

#4E5C35
(78,92,53)
#5E6A47
(94,106,71)
#6E7859
(110,120,89)
#7E866B
(126,134,107)
#8E947D
(142,148,125)
#9EA28F
(158,162,143)
#AEB0A1
(174,176,161)
#BEBEB3
(190,190,179)
#CECCC5
(206,204,197)
#DEDAD7
(222,218,215)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5C35; }

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

This text font color is #4E5C35.


Background Color

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

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

This div background color is #4E5C35.


Border color

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

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

This div border color is #4E5C35.


Opacity

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

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

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

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

This text has shadow with #4E5C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5C35 on black background.


Color preview on white background

This text has color #4E5C35 on white background.



Black color preview on #4E5C35 background

This text has black color on #4E5C35 background.


White color preview on #4E5C35 background

This text has white color on #4E5C35 background.