COLOR #4E8237

HEX: #4E8237 RGB: (78,130,55)

Color info

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

RGB color model

#4E8237 color RGB value is (78,130,55).

RGB: (78,130,55) (31%, 51%, 22%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 55 of 255 = 22%

78
130
55

R + G + B ~ 35%. #4E8237 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 130 + 55 = 263 (100%)
R 78 of 263 ~ 29.66%
G 130 of 263 ~ 49.43%
B 55 of 263 ~ 20.91'%

%29.66
%49.43
%20.91

CMYK color model

#4E8237 color CMYK value is (40,0,58,49).

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

CMYK: (40,0,58,49)
C40M0Y58K49 (40%, 0%, 58%, 49%)
(0.40 / 0.00 / 0.58 / 0.49)

CMYK percentages

%40
%0
%57.69
%49.02

Codes

Color #4E8237 in popluar color models

4E 82 37
RGB 78 130 55
HSL 102° 40.54% 36.27%
HSB/HSV 102° 57.69% 50.98%
CMYK 40.00% 0.00% 57.69%
49.02%

Color #4E8237 in popluar number systems.

HEX 4E 82 37
Decimal 78 130 55
Binary 1001110 10000010 110111
Octal 116 202 67

Shades and tints

Shades of #4E8237

#4E8237
(78,130,55)
#477732
(71,119,50)
#406C2D
(64,108,45)
#396128
(57,97,40)
#325623
(50,86,35)
#2B4B1E
(43,75,30)
#244019
(36,64,25)
#1D3514
(29,53,20)
#162A0F
(22,42,15)
#0F1F0A
(15,31,10)
#081405
(8,20,5)
#000000
(0,0,0)

Tints of #4E8237

#4E8237
(78,130,55)
#5E8D49
(94,141,73)
#6E985B
(110,152,91)
#7EA36D
(126,163,109)
#8EAE7F
(142,174,127)
#9EB991
(158,185,145)
#AEC4A3
(174,196,163)
#BECFB5
(190,207,181)
#CEDAC7
(206,218,199)
#DEE5D9
(222,229,217)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8237; }

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

This text font color is #4E8237.

Background Color

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

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

This div background color is #4E8237.

Border color

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

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

This div border color is #4E8237.

Opacity

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

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

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

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

This text has shadow with #4E8237 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8237.

Preview

Color preview on black background

This text has color #4E8237 on black background.


Color preview on white background

This text has color #4E8237 on white background.


Black color preview on #4E8237 background

This text has black color on #4E8237 background.


White color preview on #4E8237 background

This text has white color on #4E8237 background.


Related colors

Complementary color

Complementary color for #hex is #B17DC8.


I love getcolorcode.com

Triadic colors

1 #374E82 and #82374E with #4E8237 are triadic colors.

2 #37824E and #824E37 with #4E8237 are triadic colors.