COLOR #4E7D27

HEX: #4E7D27
RGB: (78,125,39)

Color info

#4E7D27 contains mainly red and green colors. Web safe color of #4E7D27 is #666633 (or #663).

RGB color model

#4E7D27 color RGB value is (78,125,39).

  • red value is 78;
  • green value is 125;
  • blue value is 39.
RGB:
(78,125,39)
(31%,49%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 125 of 255 = 49%
B 39 of 255 = 15%

78
125
39

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

Portions of RGB colors in percentages

R + G + B =
78 + 125 + 39 = 242 (100%)
R 78 of 242 ~ 32.23%
G 125 of 242 ~ 51.65%
B 39 of 242 ~ 16.12%

%32.23
%51.65
%16.12

CMYK color model

#4E7D27 color CMYK value is (38,0,69,51).

  • cyan value is 37.60%
  • magenta value is 0.00%
  • yellow value is 68.80%
  • key color value is 50.98%
CMYK:
(38,0,69,51)
C38M0Y69K51 
(38%,0%,69%,51%)
(0.38/0.00/0.69/0.51)	

CMYK percentages

%37.6
%0
%68.8
%50.98

Codes

Color #4E7D27 in popluar color models

4E7D27
RGB7812539
HSL93°52.44%32.16%
HSB/HSV93°68.80%49.02%
CMYK37.60%0.00%68.80%
50.98%

Color #4E7D27 in popluar number systems.

HEX4E7D27
Decimal7812539
Binary10011101111101100111
Octal11617547

Shades and tints

Shades of #4E7D27

#4E7D27
(78,125,39)
#477224
(71,114,36)
#406721
(64,103,33)
#395C1E
(57,92,30)
#32511B
(50,81,27)
#2B4618
(43,70,24)
#243B15
(36,59,21)
#1D3012
(29,48,18)
#16250F
(22,37,15)
#0F1A0C
(15,26,12)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #4E7D27

#4E7D27
(78,125,39)
#5E883A
(94,136,58)
#6E934D
(110,147,77)
#7E9E60
(126,158,96)
#8EA973
(142,169,115)
#9EB486
(158,180,134)
#AEBF99
(174,191,153)
#BECAAC
(190,202,172)
#CED5BF
(206,213,191)
#DEE0D2
(222,224,210)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7D27 color. Also use rgb(78,125,39) instead hex code.

Text Font Color

.myTextColor { color: #4E7D27; }

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

This text font color is #4E7D27.


Background Color

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

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

This div background color is #4E7D27.


Border color

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

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

This div border color is #4E7D27.


Opacity

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

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

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

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

This text has shadow with #4E7D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7D27 on black background.


Color preview on white background

This text has color #4E7D27 on white background.



Black color preview on #4E7D27 background

This text has black color on #4E7D27 background.


White color preview on #4E7D27 background

This text has white color on #4E7D27 background.