COLOR #4E6357

HEX: #4E6357
RGB: (78,99,87)

Color info

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

RGB color model

#4E6357 color RGB value is (78,99,87).

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

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 87 of 255 = 34%

78
99
87

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

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 87 = 264 (100%)
R 78 of 264 ~ 29.55%
G 99 of 264 ~ 37.5%
B 87 of 264 ~ 32.95%

%29.55
%37.5
%32.95

CMYK color model

#4E6357 color CMYK value is (21,0,12,61).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(21,0,12,61)
C21M0Y12K61 
(21%,0%,12%,61%)
(0.21/0.00/0.12/0.61)	

CMYK percentages

%21.21
%0
%12.12
%61.18

Codes

Color #4E6357 in popluar color models

4E6357
RGB789987
HSL146°11.86%34.71%
HSB/HSV146°21.21%38.82%
CMYK21.21%0.00%12.12%
61.18%

Color #4E6357 in popluar number systems.

HEX4E6357
Decimal789987
Binary100111011000111010111
Octal116143127

Shades and tints

Shades of #4E6357

#4E6357
(78,99,87)
#475A50
(71,90,80)
#405149
(64,81,73)
#394842
(57,72,66)
#323F3B
(50,63,59)
#2B3634
(43,54,52)
#242D2D
(36,45,45)
#1D2426
(29,36,38)
#161B1F
(22,27,31)
#0F1218
(15,18,24)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #4E6357

#4E6357
(78,99,87)
#5E7166
(94,113,102)
#6E7F75
(110,127,117)
#7E8D84
(126,141,132)
#8E9B93
(142,155,147)
#9EA9A2
(158,169,162)
#AEB7B1
(174,183,177)
#BEC5C0
(190,197,192)
#CED3CF
(206,211,207)
#DEE1DE
(222,225,222)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6357; }

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

This text font color is #4E6357.


Background Color

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

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

This div background color is #4E6357.


Border color

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

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

This div border color is #4E6357.


Opacity

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

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

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

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

This text has shadow with #4E6357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6357 on black background.


Color preview on white background

This text has color #4E6357 on white background.



Black color preview on #4E6357 background

This text has black color on #4E6357 background.


White color preview on #4E6357 background

This text has white color on #4E6357 background.