COLOR #4E7A2C

HEX: #4E7A2C
RGB: (78,122,44)

Color info

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

RGB color model

#4E7A2C color RGB value is (78,122,44).

  • red value is 78;
  • green value is 122;
  • blue value is 44.
RGB:
(78,122,44)
(31%,48%,17%)

RGB channels and saturation

R 78 of 255 = 31%
G 122 of 255 = 48%
B 44 of 255 = 17%

78
122
44

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

Portions of RGB colors in percentages

R + G + B =
78 + 122 + 44 = 244 (100%)
R 78 of 244 ~ 31.97%
G 122 of 244 ~ 50%
B 44 of 244 ~ 18.03%

%31.97
%50
%18.03

CMYK color model

#4E7A2C color CMYK value is (36,0,64,52).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 63.93%
  • key color value is 52.16%
CMYK:
(36,0,64,52)
C36M0Y64K52 
(36%,0%,64%,52%)
(0.36/0.00/0.64/0.52)	

CMYK percentages

%36.07
%0
%63.93
%52.16

Codes

Color #4E7A2C in popluar color models

4E7A2C
RGB7812244
HSL94°46.99%32.55%
HSB/HSV94°63.93%47.84%
CMYK36.07%0.00%63.93%
52.16%

Color #4E7A2C in popluar number systems.

HEX4E7A2C
Decimal7812244
Binary10011101111010101100
Octal11617254

Shades and tints

Shades of #4E7A2C

#4E7A2C
(78,122,44)
#476F28
(71,111,40)
#406424
(64,100,36)
#395920
(57,89,32)
#324E1C
(50,78,28)
#2B4318
(43,67,24)
#243814
(36,56,20)
#1D2D10
(29,45,16)
#16220C
(22,34,12)
#0F1708
(15,23,8)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #4E7A2C

#4E7A2C
(78,122,44)
#5E863F
(94,134,63)
#6E9252
(110,146,82)
#7E9E65
(126,158,101)
#8EAA78
(142,170,120)
#9EB68B
(158,182,139)
#AEC29E
(174,194,158)
#BECEB1
(190,206,177)
#CEDAC4
(206,218,196)
#DEE6D7
(222,230,215)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7A2C color. Also use rgb(78,122,44) instead hex code.

Text Font Color

.myTextColor { color: #4E7A2C; }

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

This text font color is #4E7A2C.


Background Color

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

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

This div background color is #4E7A2C.


Border color

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

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

This div border color is #4E7A2C.


Opacity

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

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

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

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

This text has shadow with #4E7A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7A2C on black background.


Color preview on white background

This text has color #4E7A2C on white background.



Black color preview on #4E7A2C background

This text has black color on #4E7A2C background.


White color preview on #4E7A2C background

This text has white color on #4E7A2C background.