COLOR #4E4434

HEX: #4E4434
RGB: (78,68,52)

Color info

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

RGB color model

#4E4434 color RGB value is (78,68,52).

  • red value is 78;
  • green value is 68;
  • blue value is 52.
RGB:
(78,68,52)
(31%,27%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 52 of 255 = 20%

78
68
52

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

Portions of RGB colors in percentages

R + G + B =
78 + 68 + 52 = 198 (100%)
R 78 of 198 ~ 39.39%
G 68 of 198 ~ 34.34%
B 52 of 198 ~ 26.26%

%39.39
%34.34
%26.26

CMYK color model

#4E4434 color CMYK value is (0,13,33,69).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 33.33%
  • key color value is 69.41%
CMYK:
(0,13,33,69)
C0M13Y33K69 
(0%,13%,33%,69%)
(0.00/0.13/0.33/0.69)	

CMYK percentages

%0
%12.82
%33.33
%69.41

Codes

Color #4E4434 in popluar color models

4E4434
RGB786852
HSL37°20.00%25.49%
HSB/HSV37°33.33%30.59%
CMYK0.00%12.82%33.33%
69.41%

Color #4E4434 in popluar number systems.

HEX4E4434
Decimal786852
Binary10011101000100110100
Octal11610464

Shades and tints

Shades of #4E4434

#4E4434
(78,68,52)
#473E30
(71,62,48)
#40382C
(64,56,44)
#393228
(57,50,40)
#322C24
(50,44,36)
#2B2620
(43,38,32)
#24201C
(36,32,28)
#1D1A18
(29,26,24)
#161414
(22,20,20)
#0F0E10
(15,14,16)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E4434

#4E4434
(78,68,52)
#5E5546
(94,85,70)
#6E6658
(110,102,88)
#7E776A
(126,119,106)
#8E887C
(142,136,124)
#9E998E
(158,153,142)
#AEAAA0
(174,170,160)
#BEBBB2
(190,187,178)
#CECCC4
(206,204,196)
#DEDDD6
(222,221,214)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4434 color. Also use rgb(78,68,52) instead hex code.

Text Font Color

.myTextColor { color: #4E4434; }

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

This text font color is #4E4434.


Background Color

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

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

This div background color is #4E4434.


Border color

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

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

This div border color is #4E4434.


Opacity

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

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

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

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

This text has shadow with #4E4434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4434 on black background.


Color preview on white background

This text has color #4E4434 on white background.



Black color preview on #4E4434 background

This text has black color on #4E4434 background.


White color preview on #4E4434 background

This text has white color on #4E4434 background.