COLOR #4E6A4B

HEX: #4E6A4B
RGB: (78,106,75)

Color info

#4E6A4B contains red, green and blue colors in about the same proportion. Web safe color of #4E6A4B is #666633 (or #663).

RGB color model

#4E6A4B color RGB value is (78,106,75).

  • red value is 78;
  • green value is 106;
  • blue value is 75.
RGB:
(78,106,75)
(31%,42%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 106 of 255 = 42%
B 75 of 255 = 29%

78
106
75

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

Portions of RGB colors in percentages

R + G + B =
78 + 106 + 75 = 259 (100%)
R 78 of 259 ~ 30.12%
G 106 of 259 ~ 40.93%
B 75 of 259 ~ 28.96%

%30.12
%40.93
%28.96

CMYK color model

#4E6A4B color CMYK value is (26,0,29,58).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 58.43%
CMYK:
(26,0,29,58)
C26M0Y29K58 
(26%,0%,29%,58%)
(0.26/0.00/0.29/0.58)	

CMYK percentages

%26.42
%0
%29.25
%58.43

Codes

Color #4E6A4B in popluar color models

4E6A4B
RGB7810675
HSL114°17.13%35.49%
HSB/HSV114°29.25%41.57%
CMYK26.42%0.00%29.25%
58.43%

Color #4E6A4B in popluar number systems.

HEX4E6A4B
Decimal7810675
Binary100111011010101001011
Octal116152113

Shades and tints

Shades of #4E6A4B

#4E6A4B
(78,106,75)
#476145
(71,97,69)
#40583F
(64,88,63)
#394F39
(57,79,57)
#324633
(50,70,51)
#2B3D2D
(43,61,45)
#243427
(36,52,39)
#1D2B21
(29,43,33)
#16221B
(22,34,27)
#0F1915
(15,25,21)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #4E6A4B

#4E6A4B
(78,106,75)
#5E775B
(94,119,91)
#6E846B
(110,132,107)
#7E917B
(126,145,123)
#8E9E8B
(142,158,139)
#9EAB9B
(158,171,155)
#AEB8AB
(174,184,171)
#BEC5BB
(190,197,187)
#CED2CB
(206,210,203)
#DEDFDB
(222,223,219)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6A4B; }

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

This text font color is #4E6A4B.


Background Color

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

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

This div background color is #4E6A4B.


Border color

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

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

This div border color is #4E6A4B.


Opacity

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

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

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

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

This text has shadow with #4E6A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6A4B on black background.


Color preview on white background

This text has color #4E6A4B on white background.



Black color preview on #4E6A4B background

This text has black color on #4E6A4B background.


White color preview on #4E6A4B background

This text has white color on #4E6A4B background.