COLOR #4E682D

HEX: #4E682D RGB: (78,104,45)

Color info

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

RGB color model

#4E682D color RGB value is (78,104,45).

RGB: (78,104,45) (31%, 41%, 18%)

RGB channels and saturation

R 78 of 255 = 31%
G 104 of 255 = 41%
B 45 of 255 = 18%

78
104
45

R + G + B ~ 30%. #4E682D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 104 + 45 = 227 (100%)
R 78 of 227 ~ 34.36%
G 104 of 227 ~ 45.81%
B 45 of 227 ~ 19.82'%

%34.36
%45.81
%19.82

CMYK color model

#4E682D color CMYK value is (25,0,57,59).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 56.73%
  • key color value is 59.22%

CMYK: (25,0,57,59)
C25M0Y57K59 (25%, 0%, 57%, 59%)
(0.25 / 0.00 / 0.57 / 0.59)

CMYK percentages

%25
%0
%56.73
%59.22

Codes

Color #4E682D in popluar color models

4E 68 2D
RGB 78 104 45
HSL 86° 39.60% 29.22%
HSB/HSV 86° 56.73% 40.78%
CMYK 25.00% 0.00% 56.73%
59.22%

Color #4E682D in popluar number systems.

HEX 4E 68 2D
Decimal 78 104 45
Binary 1001110 1101000 101101
Octal 116 150 55

Shades and tints

Shades of #4E682D

#4E682D
(78,104,45)
#475F29
(71,95,41)
#405625
(64,86,37)
#394D21
(57,77,33)
#32441D
(50,68,29)
#2B3B19
(43,59,25)
#243215
(36,50,21)
#1D2911
(29,41,17)
#16200D
(22,32,13)
#0F1709
(15,23,9)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #4E682D

#4E682D
(78,104,45)
#5E7540
(94,117,64)
#6E8253
(110,130,83)
#7E8F66
(126,143,102)
#8E9C79
(142,156,121)
#9EA98C
(158,169,140)
#AEB69F
(174,182,159)
#BEC3B2
(190,195,178)
#CED0C5
(206,208,197)
#DEDDD8
(222,221,216)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E682D color. Also use rgb(78,104,45) instead hex code.

Text Font Color

.myTextColor { color: #4E682D; }

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

This text font color is #4E682D.

Background Color

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

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

This div background color is #4E682D.

Border color

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

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

This div border color is #4E682D.

Opacity

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

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

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

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

This text has shadow with #4E682D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E682D.

Preview

Color preview on black background

This text has color #4E682D on black background.


Color preview on white background

This text has color #4E682D on white background.


Black color preview on #4E682D background

This text has black color on #4E682D background.


White color preview on #4E682D background

This text has white color on #4E682D background.


Related colors

Complementary color

Complementary color for #hex is #B197D2.


I love getcolorcode.com

Triadic colors

1 #2D4E68 and #682D4E with #4E682D are triadic colors.

2 #2D684E and #684E2D with #4E682D are triadic colors.