COLOR #4E662A

HEX: #4E662A RGB: (78,102,42)

Color info

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

RGB color model

#4E662A color RGB value is (78,102,42).

RGB: (78,102,42) (31%, 40%, 16%)

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 42 of 255 = 16%

78
102
42

R + G + B ~ 29%. #4E662A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 102 + 42 = 222 (100%)
R 78 of 222 ~ 35.14%
G 102 of 222 ~ 45.95%
B 42 of 222 ~ 18.92'%

%35.14
%45.95
%18.92

CMYK color model

#4E662A color CMYK value is (24,0,59,60).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 60.00%
CMYK: (24,0,59,60) C24M0Y59K60 (24%,0%,59%,60%) (0.24/0.00/0.59/0.60) 

CMYK percentages

%23.53
%0
%58.82
%60

Codes

Color #4E662A in popluar color models

4E 66 2A
RGB 78 102 42
HSL 84° 41.67% 28.24%
HSB/HSV 84° 58.82% 40.00%
CMYK 23.53% 0.00% 58.82%
60.00%

Color #4E662A in popluar number systems.

HEX 4E 66 2A
Decimal 78 102 42
Binary 1001110 1100110 101010
Octal 116 146 52

Shades and tints

Shades of #4E662A

#4E662A
(78,102,42)
#475D27
(71,93,39)
#405424
(64,84,36)
#394B21
(57,75,33)
#32421E
(50,66,30)
#2B391B
(43,57,27)
#243018
(36,48,24)
#1D2715
(29,39,21)
#161E12
(22,30,18)
#0F150F
(15,21,15)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #4E662A

#4E662A
(78,102,42)
#5E733D
(94,115,61)
#6E8050
(110,128,80)
#7E8D63
(126,141,99)
#8E9A76
(142,154,118)
#9EA789
(158,167,137)
#AEB49C
(174,180,156)
#BEC1AF
(190,193,175)
#CECEC2
(206,206,194)
#DEDBD5
(222,219,213)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E662A; }

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

This text font color is #4E662A.

Background Color

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

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

This div background color is #4E662A.

Border color

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

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

This div border color is #4E662A.

Opacity

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

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

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

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

This text has shadow with #4E662A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E662A.

Preview

Color preview on black background

This text has color #4E662A on black background.


Color preview on white background

This text has color #4E662A on white background.


Black color preview on #4E662A background

This text has black color on #4E662A background.


White color preview on #4E662A background

This text has white color on #4E662A background.


Related colors

Complementary color

Complementary color for #hex is #B199D5.


I love getcolorcode.com

Triadic colors

1 #2A4E66 and #662A4E with #4E662A are triadic colors.

2 #2A664E and #664E2A with #4E662A are triadic colors.