COLOR #4E6D58

HEX: #4E6D58
RGB: (78,109,88)

Color info

#4E6D58 contains red, green and blue colors in about the same proportion. Web safe color of #4E6D58 is #666666 (or #666).

RGB color model

#4E6D58 color RGB value is (78,109,88).

  • red value is 78;
  • green value is 109;
  • blue value is 88.
RGB:
(78,109,88)
(31%,43%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 109 of 255 = 43%
B 88 of 255 = 35%

78
109
88

R + G + B ~ 36%. #4E6D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 109 + 88 = 275 (100%)
R 78 of 275 ~ 28.36%
G 109 of 275 ~ 39.64%
B 88 of 275 ~ 32%

%28.36
%39.64
%32

CMYK color model

#4E6D58 color CMYK value is (28,0,19,57).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(28,0,19,57)
C28M0Y19K57 
(28%,0%,19%,57%)
(0.28/0.00/0.19/0.57)	

CMYK percentages

%28.44
%0
%19.27
%57.25

Codes

Color #4E6D58 in popluar color models

4E6D58
RGB7810988
HSL139°16.58%36.67%
HSB/HSV139°28.44%42.75%
CMYK28.44%0.00%19.27%
57.25%

Color #4E6D58 in popluar number systems.

HEX4E6D58
Decimal7810988
Binary100111011011011011000
Octal116155130

Shades and tints

Shades of #4E6D58

#4E6D58
(78,109,88)
#476450
(71,100,80)
#405B48
(64,91,72)
#395240
(57,82,64)
#324938
(50,73,56)
#2B4030
(43,64,48)
#243728
(36,55,40)
#1D2E20
(29,46,32)
#162518
(22,37,24)
#0F1C10
(15,28,16)
#081308
(8,19,8)
#000000
(0,0,0)

Tints of #4E6D58

#4E6D58
(78,109,88)
#5E7A67
(94,122,103)
#6E8776
(110,135,118)
#7E9485
(126,148,133)
#8EA194
(142,161,148)
#9EAEA3
(158,174,163)
#AEBBB2
(174,187,178)
#BEC8C1
(190,200,193)
#CED5D0
(206,213,208)
#DEE2DF
(222,226,223)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6D58 color. Also use rgb(78,109,88) instead hex code.

Text Font Color

.myTextColor { color: #4E6D58; }

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

This text font color is #4E6D58.


Background Color

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

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

This div background color is #4E6D58.


Border color

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

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

This div border color is #4E6D58.


Opacity

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

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

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

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

This text has shadow with #4E6D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6D58 on black background.


Color preview on white background

This text has color #4E6D58 on white background.



Black color preview on #4E6D58 background

This text has black color on #4E6D58 background.


White color preview on #4E6D58 background

This text has white color on #4E6D58 background.