COLOR #4E4C2A

HEX: #4E4C2A
RGB: (78,76,42)

Color info

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

RGB color model

#4E4C2A color RGB value is (78,76,42).

  • red value is 78;
  • green value is 76;
  • blue value is 42.
RGB:
(78,76,42)
(31%,30%,16%)

RGB channels and saturation

R 78 of 255 = 31%
G 76 of 255 = 30%
B 42 of 255 = 16%

78
76
42

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

Portions of RGB colors in percentages

R + G + B =
78 + 76 + 42 = 196 (100%)
R 78 of 196 ~ 39.8%
G 76 of 196 ~ 38.78%
B 42 of 196 ~ 21.43%

%39.8
%38.78
%21.43

CMYK color model

#4E4C2A color CMYK value is (0,3,46,69).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 46.15%
  • key color value is 69.41%
CMYK:
(0,3,46,69)
C0M3Y46K69 
(0%,3%,46%,69%)
(0.00/0.03/0.46/0.69)	

CMYK percentages

%0
%2.56
%46.15
%69.41

Codes

Color #4E4C2A in popluar color models

4E4C2A
RGB787642
HSL57°30.00%23.53%
HSB/HSV57°46.15%30.59%
CMYK0.00%2.56%46.15%
69.41%

Color #4E4C2A in popluar number systems.

HEX4E4C2A
Decimal787642
Binary10011101001100101010
Octal11611452

Shades and tints

Shades of #4E4C2A

#4E4C2A
(78,76,42)
#474627
(71,70,39)
#404024
(64,64,36)
#393A21
(57,58,33)
#32341E
(50,52,30)
#2B2E1B
(43,46,27)
#242818
(36,40,24)
#1D2215
(29,34,21)
#161C12
(22,28,18)
#0F160F
(15,22,15)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #4E4C2A

#4E4C2A
(78,76,42)
#5E5C3D
(94,92,61)
#6E6C50
(110,108,80)
#7E7C63
(126,124,99)
#8E8C76
(142,140,118)
#9E9C89
(158,156,137)
#AEAC9C
(174,172,156)
#BEBCAF
(190,188,175)
#CECCC2
(206,204,194)
#DEDCD5
(222,220,213)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4C2A; }

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

This text font color is #4E4C2A.


Background Color

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

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

This div background color is #4E4C2A.


Border color

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

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

This div border color is #4E4C2A.


Opacity

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

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

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

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

This text has shadow with #4E4C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4C2A on black background.


Color preview on white background

This text has color #4E4C2A on white background.



Black color preview on #4E4C2A background

This text has black color on #4E4C2A background.


White color preview on #4E4C2A background

This text has white color on #4E4C2A background.