COLOR #4E4631

HEX: #4E4631 RGB: (78,70,49)

Color info

#4E4631 contains red, green and blue colors in about the same proportion. Web safe color of #4E4631 is #663333 (or #633).

RGB color model

#4E4631 color RGB value is (78,70,49).

RGB: (78,70,49) (31%, 27%, 19%)

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 49 of 255 = 19%

78
70
49

R + G + B ~ 26%. #4E4631 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 70 + 49 = 197 (100%)
R 78 of 197 ~ 39.59%
G 70 of 197 ~ 35.53%
B 49 of 197 ~ 24.87'%

%39.59
%35.53
%24.87

CMYK color model

#4E4631 color CMYK value is (0,10,37,69).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 37.18%
  • key color value is 69.41%

CMYK: (0,10,37,69)
C0M10Y37K69 (0%, 10%, 37%, 69%)
(0.00 / 0.10 / 0.37 / 0.69)

CMYK percentages

%0
%10.26
%37.18
%69.41

Codes

Color #4E4631 in popluar color models

4E 46 31
RGB 78 70 49
HSL 43° 22.83% 24.90%
HSB/HSV 43° 37.18% 30.59%
CMYK 0.00% 10.26% 37.18%
69.41%

Color #4E4631 in popluar number systems.

HEX 4E 46 31
Decimal 78 70 49
Binary 1001110 1000110 110001
Octal 116 106 61

Shades and tints

Shades of #4E4631

#4E4631
(78,70,49)
#47402D
(71,64,45)
#403A29
(64,58,41)
#393425
(57,52,37)
#322E21
(50,46,33)
#2B281D
(43,40,29)
#242219
(36,34,25)
#1D1C15
(29,28,21)
#161611
(22,22,17)
#0F100D
(15,16,13)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #4E4631

#4E4631
(78,70,49)
#5E5643
(94,86,67)
#6E6655
(110,102,85)
#7E7667
(126,118,103)
#8E8679
(142,134,121)
#9E968B
(158,150,139)
#AEA69D
(174,166,157)
#BEB6AF
(190,182,175)
#CEC6C1
(206,198,193)
#DED6D3
(222,214,211)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4631 color. Also use rgb(78,70,49) instead hex code.

Text Font Color

.myTextColor { color: #4E4631; }

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

This text font color is #4E4631.

Background Color

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

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

This div background color is #4E4631.

Border color

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

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

This div border color is #4E4631.

Opacity

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

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

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

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

This text has shadow with #4E4631 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4631.

Preview

Color preview on black background

This text has color #4E4631 on black background.


Color preview on white background

This text has color #4E4631 on white background.


Black color preview on #4E4631 background

This text has black color on #4E4631 background.


White color preview on #4E4631 background

This text has white color on #4E4631 background.


Related colors

Complementary color

Complementary color for #hex is #B1B9CE.


I love getcolorcode.com

Triadic colors

1 #314E46 and #46314E with #4E4631 are triadic colors.

2 #31464E and #464E31 with #4E4631 are triadic colors.