COLOR #4E593A

HEX: #4E593A
RGB: (78,89,58)

Color info

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

RGB color model

#4E593A color RGB value is (78,89,58).

  • red value is 78;
  • green value is 89;
  • blue value is 58.
RGB:
(78,89,58)
(31%,35%,23%)

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 58 of 255 = 23%

78
89
58

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

Portions of RGB colors in percentages

R + G + B =
78 + 89 + 58 = 225 (100%)
R 78 of 225 ~ 34.67%
G 89 of 225 ~ 39.56%
B 58 of 225 ~ 25.78%

%34.67
%39.56
%25.78

CMYK color model

#4E593A color CMYK value is (12,0,35,65).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(12,0,35,65)
C12M0Y35K65 
(12%,0%,35%,65%)
(0.12/0.00/0.35/0.65)	

CMYK percentages

%12.36
%0
%34.83
%65.1

Codes

Color #4E593A in popluar color models

4E593A
RGB788958
HSL81°21.09%28.82%
HSB/HSV81°34.83%34.90%
CMYK12.36%0.00%34.83%
65.10%

Color #4E593A in popluar number systems.

HEX4E593A
Decimal788958
Binary10011101011001111010
Octal11613172

Shades and tints

Shades of #4E593A

#4E593A
(78,89,58)
#475135
(71,81,53)
#404930
(64,73,48)
#39412B
(57,65,43)
#323926
(50,57,38)
#2B3121
(43,49,33)
#24291C
(36,41,28)
#1D2117
(29,33,23)
#161912
(22,25,18)
#0F110D
(15,17,13)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #4E593A

#4E593A
(78,89,58)
#5E684B
(94,104,75)
#6E775C
(110,119,92)
#7E866D
(126,134,109)
#8E957E
(142,149,126)
#9EA48F
(158,164,143)
#AEB3A0
(174,179,160)
#BEC2B1
(190,194,177)
#CED1C2
(206,209,194)
#DEE0D3
(222,224,211)
#EEEFE4
(238,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E593A color. Also use rgb(78,89,58) instead hex code.

Text Font Color

.myTextColor { color: #4E593A; }

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

This text font color is #4E593A.


Background Color

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

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

This div background color is #4E593A.


Border color

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

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

This div border color is #4E593A.


Opacity

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

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

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

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

This text has shadow with #4E593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E593A on black background.


Color preview on white background

This text has color #4E593A on white background.



Black color preview on #4E593A background

This text has black color on #4E593A background.


White color preview on #4E593A background

This text has white color on #4E593A background.