COLOR #4E8261

HEX: #4E8261
RGB: (78,130,97)

Color info

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

RGB color model

#4E8261 color RGB value is (78,130,97).

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

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 97 of 255 = 38%

78
130
97

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

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 97 = 305 (100%)
R 78 of 305 ~ 25.57%
G 130 of 305 ~ 42.62%
B 97 of 305 ~ 31.8%

%25.57
%42.62
%31.8

CMYK color model

#4E8261 color CMYK value is (40,0,25,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(40,0,25,49)
C40M0Y25K49 
(40%,0%,25%,49%)
(0.40/0.00/0.25/0.49)	

CMYK percentages

%40
%0
%25.38
%49.02

Codes

Color #4E8261 in popluar color models

4E8261
RGB7813097
HSL142°25.00%40.78%
HSB/HSV142°40.00%50.98%
CMYK40.00%0.00%25.38%
49.02%

Color #4E8261 in popluar number systems.

HEX4E8261
Decimal7813097
Binary1001110100000101100001
Octal116202141

Shades and tints

Shades of #4E8261

#4E8261
(78,130,97)
#477759
(71,119,89)
#406C51
(64,108,81)
#396149
(57,97,73)
#325641
(50,86,65)
#2B4B39
(43,75,57)
#244031
(36,64,49)
#1D3529
(29,53,41)
#162A21
(22,42,33)
#0F1F19
(15,31,25)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #4E8261

#4E8261
(78,130,97)
#5E8D6F
(94,141,111)
#6E987D
(110,152,125)
#7EA38B
(126,163,139)
#8EAE99
(142,174,153)
#9EB9A7
(158,185,167)
#AEC4B5
(174,196,181)
#BECFC3
(190,207,195)
#CEDAD1
(206,218,209)
#DEE5DF
(222,229,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8261; }

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

This text font color is #4E8261.


Background Color

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

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

This div background color is #4E8261.


Border color

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

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

This div border color is #4E8261.


Opacity

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

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

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

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

This text has shadow with #4E8261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8261 on black background.


Color preview on white background

This text has color #4E8261 on white background.



Black color preview on #4E8261 background

This text has black color on #4E8261 background.


White color preview on #4E8261 background

This text has white color on #4E8261 background.