COLOR #4E835F

HEX: #4E835F
RGB: (78,131,95)

Color info

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

RGB color model

#4E835F color RGB value is (78,131,95).

  • red value is 78;
  • green value is 131;
  • blue value is 95.
RGB:
(78,131,95)
(31%,51%,37%)

RGB channels and saturation

R 78 of 255 = 31%
G 131 of 255 = 51%
B 95 of 255 = 37%

78
131
95

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

Portions of RGB colors in percentages

R + G + B =
78 + 131 + 95 = 304 (100%)
R 78 of 304 ~ 25.66%
G 131 of 304 ~ 43.09%
B 95 of 304 ~ 31.25%

%25.66
%43.09
%31.25

CMYK color model

#4E835F color CMYK value is (40,0,27,49).

  • cyan value is 40.46%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK:
(40,0,27,49)
C40M0Y27K49 
(40%,0%,27%,49%)
(0.40/0.00/0.27/0.49)	

CMYK percentages

%40.46
%0
%27.48
%48.63

Codes

Color #4E835F in popluar color models

4E835F
RGB7813195
HSL139°25.36%40.98%
HSB/HSV139°40.46%51.37%
CMYK40.46%0.00%27.48%
48.63%

Color #4E835F in popluar number systems.

HEX4E835F
Decimal7813195
Binary1001110100000111011111
Octal116203137

Shades and tints

Shades of #4E835F

#4E835F
(78,131,95)
#477857
(71,120,87)
#406D4F
(64,109,79)
#396247
(57,98,71)
#32573F
(50,87,63)
#2B4C37
(43,76,55)
#24412F
(36,65,47)
#1D3627
(29,54,39)
#162B1F
(22,43,31)
#0F2017
(15,32,23)
#08150F
(8,21,15)
#000000
(0,0,0)

Tints of #4E835F

#4E835F
(78,131,95)
#5E8E6D
(94,142,109)
#6E997B
(110,153,123)
#7EA489
(126,164,137)
#8EAF97
(142,175,151)
#9EBAA5
(158,186,165)
#AEC5B3
(174,197,179)
#BED0C1
(190,208,193)
#CEDBCF
(206,219,207)
#DEE6DD
(222,230,221)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E835F color. Also use rgb(78,131,95) instead hex code.

Text Font Color

.myTextColor { color: #4E835F; }

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

This text font color is #4E835F.


Background Color

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

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

This div background color is #4E835F.


Border color

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

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

This div border color is #4E835F.


Opacity

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

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

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

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

This text has shadow with #4E835F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E835F on black background.


Color preview on white background

This text has color #4E835F on white background.



Black color preview on #4E835F background

This text has black color on #4E835F background.


White color preview on #4E835F background

This text has white color on #4E835F background.