COLOR #4E8258

HEX: #4E8258
RGB: (78,130,88)

Color info

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

RGB color model

#4E8258 color RGB value is (78,130,88).

  • red value is 78;
  • green value is 130;
  • blue value is 88.
RGB:
(78,130,88)
(31%,51%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 88 of 255 = 35%

78
130
88

R + G + B ~ 39%. #4E8258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 88 = 296 (100%)
R 78 of 296 ~ 26.35%
G 130 of 296 ~ 43.92%
B 88 of 296 ~ 29.73%

%26.35
%43.92
%29.73

CMYK color model

#4E8258 color CMYK value is (40,0,32,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(40,0,32,49)
C40M0Y32K49 
(40%,0%,32%,49%)
(0.40/0.00/0.32/0.49)	

CMYK percentages

%40
%0
%32.31
%49.02

Codes

Color #4E8258 in popluar color models

4E8258
RGB7813088
HSL132°25.00%40.78%
HSB/HSV132°40.00%50.98%
CMYK40.00%0.00%32.31%
49.02%

Color #4E8258 in popluar number systems.

HEX4E8258
Decimal7813088
Binary1001110100000101011000
Octal116202130

Shades and tints

Shades of #4E8258

#4E8258
(78,130,88)
#477750
(71,119,80)
#406C48
(64,108,72)
#396140
(57,97,64)
#325638
(50,86,56)
#2B4B30
(43,75,48)
#244028
(36,64,40)
#1D3520
(29,53,32)
#162A18
(22,42,24)
#0F1F10
(15,31,16)
#081408
(8,20,8)
#000000
(0,0,0)

Tints of #4E8258

#4E8258
(78,130,88)
#5E8D67
(94,141,103)
#6E9876
(110,152,118)
#7EA385
(126,163,133)
#8EAE94
(142,174,148)
#9EB9A3
(158,185,163)
#AEC4B2
(174,196,178)
#BECFC1
(190,207,193)
#CEDAD0
(206,218,208)
#DEE5DF
(222,229,223)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8258 color. Also use rgb(78,130,88) instead hex code.

Text Font Color

.myTextColor { color: #4E8258; }

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

This text font color is #4E8258.


Background Color

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

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

This div background color is #4E8258.


Border color

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

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

This div border color is #4E8258.


Opacity

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

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

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

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

This text has shadow with #4E8258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8258 on black background.


Color preview on white background

This text has color #4E8258 on white background.



Black color preview on #4E8258 background

This text has black color on #4E8258 background.


White color preview on #4E8258 background

This text has white color on #4E8258 background.