COLOR #4E661F

HEX: #4E661F RGB: (78,102,31)

Color info

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

RGB color model

#4E661F color RGB value is (78,102,31).

RGB: (78,102,31) (31%, 40%, 12%)

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 31 of 255 = 12%

78
102
31

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

Portions of RGB colors in percentages

R + G + B = 78 + 102 + 31 = 211 (100%)
R 78 of 211 ~ 36.97%
G 102 of 211 ~ 48.34%
B 31 of 211 ~ 14.69'%

%36.97
%48.34
%14.69

CMYK color model

#4E661F color CMYK value is (24,0,70,60).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 69.61%
  • key color value is 60.00%

CMYK: (24,0,70,60)
C24M0Y70K60 (24%, 0%, 70%, 60%)
(0.24 / 0.00 / 0.70 / 0.60)

CMYK percentages

%23.53
%0
%69.61
%60

Codes

Color #4E661F in popluar color models

4E 66 1F
RGB 78 102 31
HSL 80° 53.38% 26.08%
HSB/HSV 80° 69.61% 40.00%
CMYK 23.53% 0.00% 69.61%
60.00%

Color #4E661F in popluar number systems.

HEX 4E 66 1F
Decimal 78 102 31
Binary 1001110 1100110 11111
Octal 116 146 37

Shades and tints

Shades of #4E661F

#4E661F
(78,102,31)
#475D1D
(71,93,29)
#40541B
(64,84,27)
#394B19
(57,75,25)
#324217
(50,66,23)
#2B3915
(43,57,21)
#243013
(36,48,19)
#1D2711
(29,39,17)
#161E0F
(22,30,15)
#0F150D
(15,21,13)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E661F

#4E661F
(78,102,31)
#5E7333
(94,115,51)
#6E8047
(110,128,71)
#7E8D5B
(126,141,91)
#8E9A6F
(142,154,111)
#9EA783
(158,167,131)
#AEB497
(174,180,151)
#BEC1AB
(190,193,171)
#CECEBF
(206,206,191)
#DEDBD3
(222,219,211)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E661F; }

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

This text font color is #4E661F.

Background Color

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

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

This div background color is #4E661F.

Border color

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

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

This div border color is #4E661F.

Opacity

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

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

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

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

This text has shadow with #4E661F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E661F.

Preview

Color preview on black background

This text has color #4E661F on black background.


Color preview on white background

This text has color #4E661F on white background.


Black color preview on #4E661F background

This text has black color on #4E661F background.


White color preview on #4E661F background

This text has white color on #4E661F background.


Related colors

Complementary color

Complementary color for #hex is #B199E0.


I love getcolorcode.com

Triadic colors

1 #1F4E66 and #661F4E with #4E661F are triadic colors.

2 #1F664E and #664E1F with #4E661F are triadic colors.