COLOR #4E8225

HEX: #4E8225 RGB: (78,130,37)

Color info

#4E8225 contains mainly red and green colors. Web safe color of #4E8225 is #669933 (or #693).

RGB color model

#4E8225 color RGB value is (78,130,37).

RGB: (78,130,37) (31%, 51%, 15%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 37 of 255 = 15%

78
130
37

R + G + B ~ 32%. #4E8225 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 130 + 37 = 245 (100%)
R 78 of 245 ~ 31.84%
G 130 of 245 ~ 53.06%
B 37 of 245 ~ 15.1'%

%31.84
%53.06
%15.1

CMYK color model

#4E8225 color CMYK value is (40,0,72,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 71.54%
  • key color value is 49.02%

CMYK: (40,0,72,49)
C40M0Y72K49 (40%, 0%, 72%, 49%)
(0.40 / 0.00 / 0.72 / 0.49)

CMYK percentages

%40
%0
%71.54
%49.02

Codes

Color #4E8225 in popluar color models

4E 82 25
RGB 78 130 37
HSL 94° 55.69% 32.75%
HSB/HSV 94° 71.54% 50.98%
CMYK 40.00% 0.00% 71.54%
49.02%

Color #4E8225 in popluar number systems.

HEX 4E 82 25
Decimal 78 130 37
Binary 1001110 10000010 100101
Octal 116 202 45

Shades and tints

Shades of #4E8225

#4E8225
(78,130,37)
#477722
(71,119,34)
#406C1F
(64,108,31)
#39611C
(57,97,28)
#325619
(50,86,25)
#2B4B16
(43,75,22)
#244013
(36,64,19)
#1D3510
(29,53,16)
#162A0D
(22,42,13)
#0F1F0A
(15,31,10)
#081407
(8,20,7)
#000000
(0,0,0)

Tints of #4E8225

#4E8225
(78,130,37)
#5E8D38
(94,141,56)
#6E984B
(110,152,75)
#7EA35E
(126,163,94)
#8EAE71
(142,174,113)
#9EB984
(158,185,132)
#AEC497
(174,196,151)
#BECFAA
(190,207,170)
#CEDABD
(206,218,189)
#DEE5D0
(222,229,208)
#EEF0E3
(238,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8225; }

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

This text font color is #4E8225.

Background Color

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

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

This div background color is #4E8225.

Border color

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

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

This div border color is #4E8225.

Opacity

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

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

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

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

This text has shadow with #4E8225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8225.

Preview

Color preview on black background

This text has color #4E8225 on black background.


Color preview on white background

This text has color #4E8225 on white background.


Black color preview on #4E8225 background

This text has black color on #4E8225 background.


White color preview on #4E8225 background

This text has white color on #4E8225 background.


Related colors

Complementary color

Complementary color for #hex is #B17DDA.


I love getcolorcode.com

Triadic colors

1 #254E82 and #82254E with #4E8225 are triadic colors.

2 #25824E and #824E25 with #4E8225 are triadic colors.