COLOR #4E835A

HEX: #4E835A
RGB: (78,131,90)

Color info

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

RGB color model

#4E835A color RGB value is (78,131,90).

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

RGB channels and saturation

R 78 of 255 = 31%
G 131 of 255 = 51%
B 90 of 255 = 35%

78
131
90

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

Portions of RGB colors in percentages

R + G + B =
78 + 131 + 90 = 299 (100%)
R 78 of 299 ~ 26.09%
G 131 of 299 ~ 43.81%
B 90 of 299 ~ 30.1%

%26.09
%43.81
%30.1

CMYK color model

#4E835A color CMYK value is (40,0,31,49).

  • cyan value is 40.46%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(40,0,31,49)
C40M0Y31K49 
(40%,0%,31%,49%)
(0.40/0.00/0.31/0.49)	

CMYK percentages

%40.46
%0
%31.3
%48.63

Codes

Color #4E835A in popluar color models

4E835A
RGB7813190
HSL134°25.36%40.98%
HSB/HSV134°40.46%51.37%
CMYK40.46%0.00%31.30%
48.63%

Color #4E835A in popluar number systems.

HEX4E835A
Decimal7813190
Binary1001110100000111011010
Octal116203132

Shades and tints

Shades of #4E835A

#4E835A
(78,131,90)
#477852
(71,120,82)
#406D4A
(64,109,74)
#396242
(57,98,66)
#32573A
(50,87,58)
#2B4C32
(43,76,50)
#24412A
(36,65,42)
#1D3622
(29,54,34)
#162B1A
(22,43,26)
#0F2012
(15,32,18)
#08150A
(8,21,10)
#000000
(0,0,0)

Tints of #4E835A

#4E835A
(78,131,90)
#5E8E69
(94,142,105)
#6E9978
(110,153,120)
#7EA487
(126,164,135)
#8EAF96
(142,175,150)
#9EBAA5
(158,186,165)
#AEC5B4
(174,197,180)
#BED0C3
(190,208,195)
#CEDBD2
(206,219,210)
#DEE6E1
(222,230,225)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E835A; }

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

This text font color is #4E835A.


Background Color

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

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

This div background color is #4E835A.


Border color

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

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

This div border color is #4E835A.


Opacity

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

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

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

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

This text has shadow with #4E835A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E835A on black background.


Color preview on white background

This text has color #4E835A on white background.



Black color preview on #4E835A background

This text has black color on #4E835A background.


White color preview on #4E835A background

This text has white color on #4E835A background.