COLOR #4E6B4B

HEX: #4E6B4B
RGB: (78,107,75)

Color info

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

RGB color model

#4E6B4B color RGB value is (78,107,75).

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

RGB channels and saturation

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

78
107
75

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

Portions of RGB colors in percentages

R + G + B =
78 + 107 + 75 = 260 (100%)
R 78 of 260 ~ 30%
G 107 of 260 ~ 41.15%
B 75 of 260 ~ 28.85%

%30
%41.15
%28.85

CMYK color model

#4E6B4B color CMYK value is (27,0,30,58).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(27,0,30,58)
C27M0Y30K58 
(27%,0%,30%,58%)
(0.27/0.00/0.30/0.58)	

CMYK percentages

%27.1
%0
%29.91
%58.04

Codes

Color #4E6B4B in popluar color models

4E6B4B
RGB7810775
HSL114°17.58%35.69%
HSB/HSV114°29.91%41.96%
CMYK27.10%0.00%29.91%
58.04%

Color #4E6B4B in popluar number systems.

HEX4E6B4B
Decimal7810775
Binary100111011010111001011
Octal116153113

Shades and tints

Shades of #4E6B4B

#4E6B4B
(78,107,75)
#476245
(71,98,69)
#40593F
(64,89,63)
#395039
(57,80,57)
#324733
(50,71,51)
#2B3E2D
(43,62,45)
#243527
(36,53,39)
#1D2C21
(29,44,33)
#16231B
(22,35,27)
#0F1A15
(15,26,21)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E6B4B

#4E6B4B
(78,107,75)
#5E785B
(94,120,91)
#6E856B
(110,133,107)
#7E927B
(126,146,123)
#8E9F8B
(142,159,139)
#9EAC9B
(158,172,155)
#AEB9AB
(174,185,171)
#BEC6BB
(190,198,187)
#CED3CB
(206,211,203)
#DEE0DB
(222,224,219)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6B4B; }

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

This text font color is #4E6B4B.


Background Color

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

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

This div background color is #4E6B4B.


Border color

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

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

This div border color is #4E6B4B.


Opacity

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

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

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

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

This text has shadow with #4E6B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B4B on black background.


Color preview on white background

This text has color #4E6B4B on white background.



Black color preview on #4E6B4B background

This text has black color on #4E6B4B background.


White color preview on #4E6B4B background

This text has white color on #4E6B4B background.