COLOR #4E8867

HEX: #4E8867
RGB: (78,136,103)

Color info

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

RGB color model

#4E8867 color RGB value is (78,136,103).

  • red value is 78;
  • green value is 136;
  • blue value is 103.
RGB:
(78,136,103)
(31%,53%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 136 of 255 = 53%
B 103 of 255 = 40%

78
136
103

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

Portions of RGB colors in percentages

R + G + B =
78 + 136 + 103 = 317 (100%)
R 78 of 317 ~ 24.61%
G 136 of 317 ~ 42.9%
B 103 of 317 ~ 32.49%

%24.61
%42.9
%32.49

CMYK color model

#4E8867 color CMYK value is (43,0,24,47).

  • cyan value is 42.65%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 46.67%
CMYK:
(43,0,24,47)
C43M0Y24K47 
(43%,0%,24%,47%)
(0.43/0.00/0.24/0.47)	

CMYK percentages

%42.65
%0
%24.26
%46.67

Codes

Color #4E8867 in popluar color models

4E8867
RGB78136103
HSL146°27.10%41.96%
HSB/HSV146°42.65%53.33%
CMYK42.65%0.00%24.26%
46.67%

Color #4E8867 in popluar number systems.

HEX4E8867
Decimal78136103
Binary1001110100010001100111
Octal116210147

Shades and tints

Shades of #4E8867

#4E8867
(78,136,103)
#477C5E
(71,124,94)
#407055
(64,112,85)
#39644C
(57,100,76)
#325843
(50,88,67)
#2B4C3A
(43,76,58)
#244031
(36,64,49)
#1D3428
(29,52,40)
#16281F
(22,40,31)
#0F1C16
(15,28,22)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #4E8867

#4E8867
(78,136,103)
#5E9274
(94,146,116)
#6E9C81
(110,156,129)
#7EA68E
(126,166,142)
#8EB09B
(142,176,155)
#9EBAA8
(158,186,168)
#AEC4B5
(174,196,181)
#BECEC2
(190,206,194)
#CED8CF
(206,216,207)
#DEE2DC
(222,226,220)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8867 color. Also use rgb(78,136,103) instead hex code.

Text Font Color

.myTextColor { color: #4E8867; }

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

This text font color is #4E8867.


Background Color

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

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

This div background color is #4E8867.


Border color

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

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

This div border color is #4E8867.


Opacity

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

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

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

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

This text has shadow with #4E8867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8867 on black background.


Color preview on white background

This text has color #4E8867 on white background.



Black color preview on #4E8867 background

This text has black color on #4E8867 background.


White color preview on #4E8867 background

This text has white color on #4E8867 background.