COLOR #4E3130

HEX: #4E3130
RGB: (78,49,48)

Color info

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

RGB color model

#4E3130 color RGB value is (78,49,48).

  • red value is 78;
  • green value is 49;
  • blue value is 48.
RGB:
(78,49,48)
(31%,19%,19%)

RGB channels and saturation

R 78 of 255 = 31%
G 49 of 255 = 19%
B 48 of 255 = 19%

78
49
48

R + G + B ~ 23%. #4E3130 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 49 + 48 = 175 (100%)
R 78 of 175 ~ 44.57%
G 49 of 175 ~ 28%
B 48 of 175 ~ 27.43%

%44.57
%28
%27.43

CMYK color model

#4E3130 color CMYK value is (0,37,38,69).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 38.46%
  • key color value is 69.41%
CMYK:
(0,37,38,69)
C0M37Y38K69 
(0%,37%,38%,69%)
(0.00/0.37/0.38/0.69)	

CMYK percentages

%0
%37.18
%38.46
%69.41

Codes

Color #4E3130 in popluar color models

4E3130
RGB784948
HSL23.81%24.71%
HSB/HSV38.46%30.59%
CMYK0.00%37.18%38.46%
69.41%

Color #4E3130 in popluar number systems.

HEX4E3130
Decimal784948
Binary1001110110001110000
Octal1166160

Shades and tints

Shades of #4E3130

#4E3130
(78,49,48)
#472D2C
(71,45,44)
#402928
(64,41,40)
#392524
(57,37,36)
#322120
(50,33,32)
#2B1D1C
(43,29,28)
#241918
(36,25,24)
#1D1514
(29,21,20)
#161110
(22,17,16)
#0F0D0C
(15,13,12)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #4E3130

#4E3130
(78,49,48)
#5E4342
(94,67,66)
#6E5554
(110,85,84)
#7E6766
(126,103,102)
#8E7978
(142,121,120)
#9E8B8A
(158,139,138)
#AE9D9C
(174,157,156)
#BEAFAE
(190,175,174)
#CEC1C0
(206,193,192)
#DED3D2
(222,211,210)
#EEE5E4
(238,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3130 color. Also use rgb(78,49,48) instead hex code.

Text Font Color

.myTextColor { color: #4E3130; }

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

This text font color is #4E3130.


Background Color

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

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

This div background color is #4E3130.


Border color

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

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

This div border color is #4E3130.


Opacity

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

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

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

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

This text has shadow with #4E3130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3130 on black background.


Color preview on white background

This text has color #4E3130 on white background.



Black color preview on #4E3130 background

This text has black color on #4E3130 background.


White color preview on #4E3130 background

This text has white color on #4E3130 background.