COLOR #4E3048

HEX: #4E3048
RGB: (78,48,72)

Color info

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

RGB color model

#4E3048 color RGB value is (78,48,72).

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

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 72 of 255 = 28%

78
48
72

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

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 72 = 198 (100%)
R 78 of 198 ~ 39.39%
G 48 of 198 ~ 24.24%
B 72 of 198 ~ 36.36%

%39.39
%24.24
%36.36

CMYK color model

#4E3048 color CMYK value is (0,38,8,69).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 7.69%
  • key color value is 69.41%
CMYK:
(0,38,8,69)
C0M38Y8K69 
(0%,38%,8%,69%)
(0.00/0.38/0.08/0.69)	

CMYK percentages

%0
%38.46
%7.69
%69.41

Codes

Color #4E3048 in popluar color models

4E3048
RGB784872
HSL312°23.81%24.71%
HSB/HSV312°38.46%30.59%
CMYK0.00%38.46%7.69%
69.41%

Color #4E3048 in popluar number systems.

HEX4E3048
Decimal784872
Binary10011101100001001000
Octal11660110

Shades and tints

Shades of #4E3048

#4E3048
(78,48,72)
#472C42
(71,44,66)
#40283C
(64,40,60)
#392436
(57,36,54)
#322030
(50,32,48)
#2B1C2A
(43,28,42)
#241824
(36,24,36)
#1D141E
(29,20,30)
#161018
(22,16,24)
#0F0C12
(15,12,18)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E3048

#4E3048
(78,48,72)
#5E4258
(94,66,88)
#6E5468
(110,84,104)
#7E6678
(126,102,120)
#8E7888
(142,120,136)
#9E8A98
(158,138,152)
#AE9CA8
(174,156,168)
#BEAEB8
(190,174,184)
#CEC0C8
(206,192,200)
#DED2D8
(222,210,216)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3048; }

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

This text font color is #4E3048.


Background Color

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

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

This div background color is #4E3048.


Border color

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

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

This div border color is #4E3048.


Opacity

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

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

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

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

This text has shadow with #4E3048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3048 on black background.


Color preview on white background

This text has color #4E3048 on white background.



Black color preview on #4E3048 background

This text has black color on #4E3048 background.


White color preview on #4E3048 background

This text has white color on #4E3048 background.