COLOR #4E864B

HEX: #4E864B RGB: (78,134,75)

Color info

#4E864B contains red, green and blue colors in about the same proportion. Web safe color of #4E864B is #669933 (or #693).

RGB color model

#4E864B color RGB value is (78,134,75).

RGB: (78,134,75) (31%, 53%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 134 of 255 = 53%
B 75 of 255 = 29%

78
134
75

R + G + B ~ 38%. #4E864B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 134 + 75 = 287 (100%)
R 78 of 287 ~ 27.18%
G 134 of 287 ~ 46.69%
B 75 of 287 ~ 26.13'%

%27.18
%46.69
%26.13

CMYK color model

#4E864B color CMYK value is (42,0,44,47).

  • cyan value is 41.79%
  • magenta value is 0.00%
  • yellow value is 44.03%
  • key color value is 47.45%

CMYK: (42,0,44,47)
C42M0Y44K47 (42%, 0%, 44%, 47%)
(0.42 / 0.00 / 0.44 / 0.47)

CMYK percentages

%41.79
%0
%44.03
%47.45

Codes

Color #4E864B in popluar color models

4E 86 4B
RGB 78 134 75
HSL 117° 28.23% 40.98%
HSB/HSV 117° 44.03% 52.55%
CMYK 41.79% 0.00% 44.03%
47.45%

Color #4E864B in popluar number systems.

HEX 4E 86 4B
Decimal 78 134 75
Binary 1001110 10000110 1001011
Octal 116 206 113

Shades and tints

Shades of #4E864B

#4E864B
(78,134,75)
#477A45
(71,122,69)
#406E3F
(64,110,63)
#396239
(57,98,57)
#325633
(50,86,51)
#2B4A2D
(43,74,45)
#243E27
(36,62,39)
#1D3221
(29,50,33)
#16261B
(22,38,27)
#0F1A15
(15,26,21)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E864B

#4E864B
(78,134,75)
#5E915B
(94,145,91)
#6E9C6B
(110,156,107)
#7EA77B
(126,167,123)
#8EB28B
(142,178,139)
#9EBD9B
(158,189,155)
#AEC8AB
(174,200,171)
#BED3BB
(190,211,187)
#CEDECB
(206,222,203)
#DEE9DB
(222,233,219)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E864B color. Also use rgb(78,134,75) instead hex code.

Text Font Color

.myTextColor { color: #4E864B; }

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

This text font color is #4E864B.

Background Color

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

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

This div background color is #4E864B.

Border color

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

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

This div border color is #4E864B.

Opacity

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

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

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

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

This text has shadow with #4E864B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E864B.

Preview

Color preview on black background

This text has color #4E864B on black background.


Color preview on white background

This text has color #4E864B on white background.


Black color preview on #4E864B background

This text has black color on #4E864B background.


White color preview on #4E864B background

This text has white color on #4E864B background.


Related colors

Complementary color

Complementary color for #hex is #B179B4.


I love getcolorcode.com

Triadic colors

1 #4B4E86 and #864B4E with #4E864B are triadic colors.

2 #4B864E and #864E4B with #4E864B are triadic colors.