COLOR #4E6455

HEX: #4E6455
RGB: (78,100,85)

Color info

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

RGB color model

#4E6455 color RGB value is (78,100,85).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 85 of 255 = 33%

78
100
85

R + G + B ~ 34%. #4E6455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 85 = 263 (100%)
R 78 of 263 ~ 29.66%
G 100 of 263 ~ 38.02%
B 85 of 263 ~ 32.32%

%29.66
%38.02
%32.32

CMYK color model

#4E6455 color CMYK value is (22,0,15,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 60.78%
CMYK:
(22,0,15,61)
C22M0Y15K61 
(22%,0%,15%,61%)
(0.22/0.00/0.15/0.61)	

CMYK percentages

%22
%0
%15
%60.78

Codes

Color #4E6455 in popluar color models

4E6455
RGB7810085
HSL139°12.36%34.90%
HSB/HSV139°22.00%39.22%
CMYK22.00%0.00%15.00%
60.78%

Color #4E6455 in popluar number systems.

HEX4E6455
Decimal7810085
Binary100111011001001010101
Octal116144125

Shades and tints

Shades of #4E6455

#4E6455
(78,100,85)
#475B4E
(71,91,78)
#405247
(64,82,71)
#394940
(57,73,64)
#324039
(50,64,57)
#2B3732
(43,55,50)
#242E2B
(36,46,43)
#1D2524
(29,37,36)
#161C1D
(22,28,29)
#0F1316
(15,19,22)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #4E6455

#4E6455
(78,100,85)
#5E7264
(94,114,100)
#6E8073
(110,128,115)
#7E8E82
(126,142,130)
#8E9C91
(142,156,145)
#9EAAA0
(158,170,160)
#AEB8AF
(174,184,175)
#BEC6BE
(190,198,190)
#CED4CD
(206,212,205)
#DEE2DC
(222,226,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6455; }

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

This text font color is #4E6455.


Background Color

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

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

This div background color is #4E6455.


Border color

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

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

This div border color is #4E6455.


Opacity

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

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

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

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

This text has shadow with #4E6455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6455 on black background.


Color preview on white background

This text has color #4E6455 on white background.



Black color preview on #4E6455 background

This text has black color on #4E6455 background.


White color preview on #4E6455 background

This text has white color on #4E6455 background.