COLOR #4E6951

HEX: #4E6951 RGB: (78,105,81)

Color info

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

RGB color model

#4E6951 color RGB value is (78,105,81).

RGB: (78,105,81) (31%, 41%, 32%)

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 81 of 255 = 32%

78
105
81

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

Portions of RGB colors in percentages

R + G + B = 78 + 105 + 81 = 264 (100%)
R 78 of 264 ~ 29.55%
G 105 of 264 ~ 39.77%
B 81 of 264 ~ 30.68'%

%29.55
%39.77
%30.68

CMYK color model

#4E6951 color CMYK value is (26,0,23,59).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 58.82%

CMYK: (26,0,23,59)
C26M0Y23K59 (26%, 0%, 23%, 59%)
(0.26 / 0.00 / 0.23 / 0.59)

CMYK percentages

%25.71
%0
%22.86
%58.82

Codes

Color #4E6951 in popluar color models

4E 69 51
RGB 78 105 81
HSL 127° 14.75% 35.88%
HSB/HSV 127° 25.71% 41.18%
CMYK 25.71% 0.00% 22.86%
58.82%

Color #4E6951 in popluar number systems.

HEX 4E 69 51
Decimal 78 105 81
Binary 1001110 1101001 1010001
Octal 116 151 121

Shades and tints

Shades of #4E6951

#4E6951
(78,105,81)
#47604A
(71,96,74)
#405743
(64,87,67)
#394E3C
(57,78,60)
#324535
(50,69,53)
#2B3C2E
(43,60,46)
#243327
(36,51,39)
#1D2A20
(29,42,32)
#162119
(22,33,25)
#0F1812
(15,24,18)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E6951

#4E6951
(78,105,81)
#5E7660
(94,118,96)
#6E836F
(110,131,111)
#7E907E
(126,144,126)
#8E9D8D
(142,157,141)
#9EAA9C
(158,170,156)
#AEB7AB
(174,183,171)
#BEC4BA
(190,196,186)
#CED1C9
(206,209,201)
#DEDED8
(222,222,216)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6951; }

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

This text font color is #4E6951.

Background Color

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

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

This div background color is #4E6951.

Border color

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

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

This div border color is #4E6951.

Opacity

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

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

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

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

This text has shadow with #4E6951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6951.

Preview

Color preview on black background

This text has color #4E6951 on black background.


Color preview on white background

This text has color #4E6951 on white background.


Black color preview on #4E6951 background

This text has black color on #4E6951 background.


White color preview on #4E6951 background

This text has white color on #4E6951 background.


Related colors

Complementary color

Complementary color for #hex is #B196AE.


I love getcolorcode.com

Triadic colors

1 #514E69 and #69514E with #4E6951 are triadic colors.

2 #51694E and #694E51 with #4E6951 are triadic colors.