COLOR #4E856B

HEX: #4E856B RGB: (78,133,107)

Color info

#4E856B contains red, green and blue colors in about the same proportion. Web safe color of #4E856B is #669966 (or #696).

RGB color model

#4E856B color RGB value is (78,133,107).

RGB: (78,133,107) (31%, 52%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 133 of 255 = 52%
B 107 of 255 = 42%

78
133
107

R + G + B ~ 42%. #4E856B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 133 + 107 = 318 (100%)
R 78 of 318 ~ 24.53%
G 133 of 318 ~ 41.82%
B 107 of 318 ~ 33.65'%

%24.53
%41.82
%33.65

CMYK color model

#4E856B color CMYK value is (41,0,20,48).

  • cyan value is 41.35%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 47.84%

CMYK: (41,0,20,48)
C41M0Y20K48 (41%, 0%, 20%, 48%)
(0.41 / 0.00 / 0.20 / 0.48)

CMYK percentages

%41.35
%0
%19.55
%47.84

Codes

Color #4E856B in popluar color models

4E 85 6B
RGB 78 133 107
HSL 152° 26.07% 41.37%
HSB/HSV 152° 41.35% 52.16%
CMYK 41.35% 0.00% 19.55%
47.84%

Color #4E856B in popluar number systems.

HEX 4E 85 6B
Decimal 78 133 107
Binary 1001110 10000101 1101011
Octal 116 205 153

Shades and tints

Shades of #4E856B

#4E856B
(78,133,107)
#477962
(71,121,98)
#406D59
(64,109,89)
#396150
(57,97,80)
#325547
(50,85,71)
#2B493E
(43,73,62)
#243D35
(36,61,53)
#1D312C
(29,49,44)
#162523
(22,37,35)
#0F191A
(15,25,26)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #4E856B

#4E856B
(78,133,107)
#5E9078
(94,144,120)
#6E9B85
(110,155,133)
#7EA692
(126,166,146)
#8EB19F
(142,177,159)
#9EBCAC
(158,188,172)
#AEC7B9
(174,199,185)
#BED2C6
(190,210,198)
#CEDDD3
(206,221,211)
#DEE8E0
(222,232,224)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E856B; }

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

This text font color is #4E856B.

Background Color

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

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

This div background color is #4E856B.

Border color

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

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

This div border color is #4E856B.

Opacity

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

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

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

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

This text has shadow with #4E856B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E856B.

Preview

Color preview on black background

This text has color #4E856B on black background.


Color preview on white background

This text has color #4E856B on white background.


Black color preview on #4E856B background

This text has black color on #4E856B background.


White color preview on #4E856B background

This text has white color on #4E856B background.


Related colors

Complementary color

Complementary color for #hex is #B17A94.


I love getcolorcode.com

Triadic colors

1 #6B4E85 and #856B4E with #4E856B are triadic colors.

2 #6B854E and #854E6B with #4E856B are triadic colors.