COLOR #4E824A

HEX: #4E824A
RGB: (78,130,74)

Color info

#4E824A contains red, green and blue colors in about the same proportion. Web safe color of #4E824A is #669933 (or #693).

RGB color model

#4E824A color RGB value is (78,130,74).

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

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 74 of 255 = 29%

78
130
74

R + G + B ~ 37%. #4E824A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 74 = 282 (100%)
R 78 of 282 ~ 27.66%
G 130 of 282 ~ 46.1%
B 74 of 282 ~ 26.24%

%27.66
%46.1
%26.24

CMYK color model

#4E824A color CMYK value is (40,0,43,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 49.02%
CMYK:
(40,0,43,49)
C40M0Y43K49 
(40%,0%,43%,49%)
(0.40/0.00/0.43/0.49)	

CMYK percentages

%40
%0
%43.08
%49.02

Codes

Color #4E824A in popluar color models

4E824A
RGB7813074
HSL116°27.45%40.00%
HSB/HSV116°43.08%50.98%
CMYK40.00%0.00%43.08%
49.02%

Color #4E824A in popluar number systems.

HEX4E824A
Decimal7813074
Binary1001110100000101001010
Octal116202112

Shades and tints

Shades of #4E824A

#4E824A
(78,130,74)
#477744
(71,119,68)
#406C3E
(64,108,62)
#396138
(57,97,56)
#325632
(50,86,50)
#2B4B2C
(43,75,44)
#244026
(36,64,38)
#1D3520
(29,53,32)
#162A1A
(22,42,26)
#0F1F14
(15,31,20)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #4E824A

#4E824A
(78,130,74)
#5E8D5A
(94,141,90)
#6E986A
(110,152,106)
#7EA37A
(126,163,122)
#8EAE8A
(142,174,138)
#9EB99A
(158,185,154)
#AEC4AA
(174,196,170)
#BECFBA
(190,207,186)
#CEDACA
(206,218,202)
#DEE5DA
(222,229,218)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E824A; }

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

This text font color is #4E824A.


Background Color

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

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

This div background color is #4E824A.


Border color

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

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

This div border color is #4E824A.


Opacity

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

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

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

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

This text has shadow with #4E824A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E824A on black background.


Color preview on white background

This text has color #4E824A on white background.



Black color preview on #4E824A background

This text has black color on #4E824A background.


White color preview on #4E824A background

This text has white color on #4E824A background.