COLOR #4E6957

HEX: #4E6957
RGB: (78,105,87)

Color info

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

RGB color model

#4E6957 color RGB value is (78,105,87).

  • red value is 78;
  • green value is 105;
  • blue value is 87.
RGB:
(78,105,87)
(31%,41%,34%)

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 87 of 255 = 34%

78
105
87

R + G + B ~ 35%. #4E6957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 105 + 87 = 270 (100%)
R 78 of 270 ~ 28.89%
G 105 of 270 ~ 38.89%
B 87 of 270 ~ 32.22%

%28.89
%38.89
%32.22

CMYK color model

#4E6957 color CMYK value is (26,0,17,59).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 58.82%
CMYK:
(26,0,17,59)
C26M0Y17K59 
(26%,0%,17%,59%)
(0.26/0.00/0.17/0.59)	

CMYK percentages

%25.71
%0
%17.14
%58.82

Codes

Color #4E6957 in popluar color models

4E6957
RGB7810587
HSL140°14.75%35.88%
HSB/HSV140°25.71%41.18%
CMYK25.71%0.00%17.14%
58.82%

Color #4E6957 in popluar number systems.

HEX4E6957
Decimal7810587
Binary100111011010011010111
Octal116151127

Shades and tints

Shades of #4E6957

#4E6957
(78,105,87)
#476050
(71,96,80)
#405749
(64,87,73)
#394E42
(57,78,66)
#32453B
(50,69,59)
#2B3C34
(43,60,52)
#24332D
(36,51,45)
#1D2A26
(29,42,38)
#16211F
(22,33,31)
#0F1818
(15,24,24)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4E6957

#4E6957
(78,105,87)
#5E7666
(94,118,102)
#6E8375
(110,131,117)
#7E9084
(126,144,132)
#8E9D93
(142,157,147)
#9EAAA2
(158,170,162)
#AEB7B1
(174,183,177)
#BEC4C0
(190,196,192)
#CED1CF
(206,209,207)
#DEDEDE
(222,222,222)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6957 color. Also use rgb(78,105,87) instead hex code.

Text Font Color

.myTextColor { color: #4E6957; }

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

This text font color is #4E6957.


Background Color

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

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

This div background color is #4E6957.


Border color

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

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

This div border color is #4E6957.


Opacity

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

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

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

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

This text has shadow with #4E6957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6957 on black background.


Color preview on white background

This text has color #4E6957 on white background.



Black color preview on #4E6957 background

This text has black color on #4E6957 background.


White color preview on #4E6957 background

This text has white color on #4E6957 background.