COLOR #4E643F

HEX: #4E643F RGB: (78,100,63)

Color info

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

RGB color model

#4E643F color RGB value is (78,100,63).

RGB: (78,100,63) (31%, 39%, 25%)

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 63 of 255 = 25%

78
100
63

R + G + B ~ 32%. #4E643F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 100 + 63 = 241 (100%)
R 78 of 241 ~ 32.37%
G 100 of 241 ~ 41.49%
B 63 of 241 ~ 26.14'%

%32.37
%41.49
%26.14

CMYK color model

#4E643F color CMYK value is (22,0,37,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 60.78%
CMYK: (22,0,37,61) C22M0Y37K61 (22%,0%,37%,61%) (0.22/0.00/0.37/0.61) 

CMYK percentages

%22
%0
%37
%60.78

Codes

Color #4E643F in popluar color models

4E 64 3F
RGB 78 100 63
HSL 96° 22.70% 31.96%
HSB/HSV 96° 37.00% 39.22%
CMYK 22.00% 0.00% 37.00%
60.78%

Color #4E643F in popluar number systems.

HEX 4E 64 3F
Decimal 78 100 63
Binary 1001110 1100100 111111
Octal 116 144 77

Shades and tints

Shades of #4E643F

#4E643F
(78,100,63)
#475B3A
(71,91,58)
#405235
(64,82,53)
#394930
(57,73,48)
#32402B
(50,64,43)
#2B3726
(43,55,38)
#242E21
(36,46,33)
#1D251C
(29,37,28)
#161C17
(22,28,23)
#0F1312
(15,19,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E643F

#4E643F
(78,100,63)
#5E7250
(94,114,80)
#6E8061
(110,128,97)
#7E8E72
(126,142,114)
#8E9C83
(142,156,131)
#9EAA94
(158,170,148)
#AEB8A5
(174,184,165)
#BEC6B6
(190,198,182)
#CED4C7
(206,212,199)
#DEE2D8
(222,226,216)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E643F color. Also use rgb(78,100,63) instead hex code.

Text Font Color

.myTextColor { color: #4E643F; }

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

This text font color is #4E643F.

Background Color

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

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

This div background color is #4E643F.

Border color

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

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

This div border color is #4E643F.

Opacity

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

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

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

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

This text has shadow with #4E643F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E643F.

Preview

Color preview on black background

This text has color #4E643F on black background.


Color preview on white background

This text has color #4E643F on white background.


Black color preview on #4E643F background

This text has black color on #4E643F background.


White color preview on #4E643F background

This text has white color on #4E643F background.


Related colors

Complementary color

Complementary color for #hex is #B19BC0.


I love getcolorcode.com

Triadic colors

1 #3F4E64 and #643F4E with #4E643F are triadic colors.

2 #3F644E and #644E3F with #4E643F are triadic colors.