COLOR #4E553B

HEX: #4E553B
RGB: (78,85,59)

Color info

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

RGB color model

#4E553B color RGB value is (78,85,59).

  • red value is 78;
  • green value is 85;
  • blue value is 59.
RGB:
(78,85,59)
(31%,33%,23%)

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 59 of 255 = 23%

78
85
59

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

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 59 = 222 (100%)
R 78 of 222 ~ 35.14%
G 85 of 222 ~ 38.29%
B 59 of 222 ~ 26.58%

%35.14
%38.29
%26.58

CMYK color model

#4E553B color CMYK value is (8,0,31,67).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(8,0,31,67)
C8M0Y31K67 
(8%,0%,31%,67%)
(0.08/0.00/0.31/0.67)	

CMYK percentages

%8.24
%0
%30.59
%66.67

Codes

Color #4E553B in popluar color models

4E553B
RGB788559
HSL76°18.06%28.24%
HSB/HSV76°30.59%33.33%
CMYK8.24%0.00%30.59%
66.67%

Color #4E553B in popluar number systems.

HEX4E553B
Decimal788559
Binary10011101010101111011
Octal11612573

Shades and tints

Shades of #4E553B

#4E553B
(78,85,59)
#474E36
(71,78,54)
#404731
(64,71,49)
#39402C
(57,64,44)
#323927
(50,57,39)
#2B3222
(43,50,34)
#242B1D
(36,43,29)
#1D2418
(29,36,24)
#161D13
(22,29,19)
#0F160E
(15,22,14)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #4E553B

#4E553B
(78,85,59)
#5E644C
(94,100,76)
#6E735D
(110,115,93)
#7E826E
(126,130,110)
#8E917F
(142,145,127)
#9EA090
(158,160,144)
#AEAFA1
(174,175,161)
#BEBEB2
(190,190,178)
#CECDC3
(206,205,195)
#DEDCD4
(222,220,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E553B color. Also use rgb(78,85,59) instead hex code.

Text Font Color

.myTextColor { color: #4E553B; }

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

This text font color is #4E553B.


Background Color

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

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

This div background color is #4E553B.


Border color

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

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

This div border color is #4E553B.


Opacity

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

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

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

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

This text has shadow with #4E553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E553B on black background.


Color preview on white background

This text has color #4E553B on white background.



Black color preview on #4E553B background

This text has black color on #4E553B background.


White color preview on #4E553B background

This text has white color on #4E553B background.