COLOR #4E4C3D

HEX: #4E4C3D
RGB: (78,76,61)

Color info

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

RGB color model

#4E4C3D color RGB value is (78,76,61).

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

RGB channels and saturation

R 78 of 255 = 31%
G 76 of 255 = 30%
B 61 of 255 = 24%

78
76
61

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

Portions of RGB colors in percentages

R + G + B =
78 + 76 + 61 = 215 (100%)
R 78 of 215 ~ 36.28%
G 76 of 215 ~ 35.35%
B 61 of 215 ~ 28.37%

%36.28
%35.35
%28.37

CMYK color model

#4E4C3D color CMYK value is (0,3,22,69).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 21.79%
  • key color value is 69.41%
CMYK:
(0,3,22,69)
C0M3Y22K69 
(0%,3%,22%,69%)
(0.00/0.03/0.22/0.69)	

CMYK percentages

%0
%2.56
%21.79
%69.41

Codes

Color #4E4C3D in popluar color models

4E4C3D
RGB787661
HSL53°12.23%27.25%
HSB/HSV53°21.79%30.59%
CMYK0.00%2.56%21.79%
69.41%

Color #4E4C3D in popluar number systems.

HEX4E4C3D
Decimal787661
Binary10011101001100111101
Octal11611475

Shades and tints

Shades of #4E4C3D

#4E4C3D
(78,76,61)
#474638
(71,70,56)
#404033
(64,64,51)
#393A2E
(57,58,46)
#323429
(50,52,41)
#2B2E24
(43,46,36)
#24281F
(36,40,31)
#1D221A
(29,34,26)
#161C15
(22,28,21)
#0F1610
(15,22,16)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #4E4C3D

#4E4C3D
(78,76,61)
#5E5C4E
(94,92,78)
#6E6C5F
(110,108,95)
#7E7C70
(126,124,112)
#8E8C81
(142,140,129)
#9E9C92
(158,156,146)
#AEACA3
(174,172,163)
#BEBCB4
(190,188,180)
#CECCC5
(206,204,197)
#DEDCD6
(222,220,214)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4C3D; }

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

This text font color is #4E4C3D.


Background Color

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

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

This div background color is #4E4C3D.


Border color

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

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

This div border color is #4E4C3D.


Opacity

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

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

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

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

This text has shadow with #4E4C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4C3D on black background.


Color preview on white background

This text has color #4E4C3D on white background.



Black color preview on #4E4C3D background

This text has black color on #4E4C3D background.


White color preview on #4E4C3D background

This text has white color on #4E4C3D background.