COLOR #4E602A

HEX: #4E602A RGB: (78,96,42)

Color info

#4E602A contains red, green and blue colors in about the same proportion. Web safe color of #4E602A is #666633 (or #663).

RGB color model

#4E602A color RGB value is (78,96,42).

RGB: (78,96,42) (31%, 38%, 16%)

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 42 of 255 = 16%

78
96
42

R + G + B ~ 28%. #4E602A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 96 + 42 = 216 (100%)
R 78 of 216 ~ 36.11%
G 96 of 216 ~ 44.44%
B 42 of 216 ~ 19.44'%

%36.11
%44.44
%19.44

CMYK color model

#4E602A color CMYK value is (19,0,56,62).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 62.35%

CMYK: (19,0,56,62)
C19M0Y56K62 (19%, 0%, 56%, 62%)
(0.19 / 0.00 / 0.56 / 0.62)

CMYK percentages

%18.75
%0
%56.25
%62.35

Codes

Color #4E602A in popluar color models

4E 60 2A
RGB 78 96 42
HSL 80° 39.13% 27.06%
HSB/HSV 80° 56.25% 37.65%
CMYK 18.75% 0.00% 56.25%
62.35%

Color #4E602A in popluar number systems.

HEX 4E 60 2A
Decimal 78 96 42
Binary 1001110 1100000 101010
Octal 116 140 52

Shades and tints

Shades of #4E602A

#4E602A
(78,96,42)
#475827
(71,88,39)
#405024
(64,80,36)
#394821
(57,72,33)
#32401E
(50,64,30)
#2B381B
(43,56,27)
#243018
(36,48,24)
#1D2815
(29,40,21)
#162012
(22,32,18)
#0F180F
(15,24,15)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #4E602A

#4E602A
(78,96,42)
#5E6E3D
(94,110,61)
#6E7C50
(110,124,80)
#7E8A63
(126,138,99)
#8E9876
(142,152,118)
#9EA689
(158,166,137)
#AEB49C
(174,180,156)
#BEC2AF
(190,194,175)
#CED0C2
(206,208,194)
#DEDED5
(222,222,213)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E602A color. Also use rgb(78,96,42) instead hex code.

Text Font Color

.myTextColor { color: #4E602A; }

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

This text font color is #4E602A.

Background Color

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

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

This div background color is #4E602A.

Border color

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

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

This div border color is #4E602A.

Opacity

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

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

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

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

This text has shadow with #4E602A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E602A.

Preview

Color preview on black background

This text has color #4E602A on black background.


Color preview on white background

This text has color #4E602A on white background.


Black color preview on #4E602A background

This text has black color on #4E602A background.


White color preview on #4E602A background

This text has white color on #4E602A background.


Related colors

Complementary color

Complementary color for #hex is #B19FD5.


I love getcolorcode.com

Triadic colors

1 #2A4E60 and #602A4E with #4E602A are triadic colors.

2 #2A604E and #604E2A with #4E602A are triadic colors.