COLOR #4E4939

HEX: #4E4939
RGB: (78,73,57)

Color info

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

RGB color model

#4E4939 color RGB value is (78,73,57).

  • red value is 78;
  • green value is 73;
  • blue value is 57.
RGB:
(78,73,57)
(31%,29%,22%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 57 of 255 = 22%

78
73
57

R + G + B ~ 27%. #4E4939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 57 = 208 (100%)
R 78 of 208 ~ 37.5%
G 73 of 208 ~ 35.1%
B 57 of 208 ~ 27.4%

%37.5
%35.1
%27.4

CMYK color model

#4E4939 color CMYK value is (0,6,27,69).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 26.92%
  • key color value is 69.41%
CMYK:
(0,6,27,69)
C0M6Y27K69 
(0%,6%,27%,69%)
(0.00/0.06/0.27/0.69)	

CMYK percentages

%0
%6.41
%26.92
%69.41

Codes

Color #4E4939 in popluar color models

4E4939
RGB787357
HSL46°15.56%26.47%
HSB/HSV46°26.92%30.59%
CMYK0.00%6.41%26.92%
69.41%

Color #4E4939 in popluar number systems.

HEX4E4939
Decimal787357
Binary10011101001001111001
Octal11611171

Shades and tints

Shades of #4E4939

#4E4939
(78,73,57)
#474334
(71,67,52)
#403D2F
(64,61,47)
#39372A
(57,55,42)
#323125
(50,49,37)
#2B2B20
(43,43,32)
#24251B
(36,37,27)
#1D1F16
(29,31,22)
#161911
(22,25,17)
#0F130C
(15,19,12)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #4E4939

#4E4939
(78,73,57)
#5E594B
(94,89,75)
#6E695D
(110,105,93)
#7E796F
(126,121,111)
#8E8981
(142,137,129)
#9E9993
(158,153,147)
#AEA9A5
(174,169,165)
#BEB9B7
(190,185,183)
#CEC9C9
(206,201,201)
#DED9DB
(222,217,219)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4939 color. Also use rgb(78,73,57) instead hex code.

Text Font Color

.myTextColor { color: #4E4939; }

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

This text font color is #4E4939.


Background Color

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

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

This div background color is #4E4939.


Border color

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

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

This div border color is #4E4939.


Opacity

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

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

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

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

This text has shadow with #4E4939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4939 on black background.


Color preview on white background

This text has color #4E4939 on white background.



Black color preview on #4E4939 background

This text has black color on #4E4939 background.


White color preview on #4E4939 background

This text has white color on #4E4939 background.