COLOR #4E2F4F

HEX: #4E2F4F RGB: (78,47,79)

Color info

#4E2F4F contains red, green and blue colors in about the same proportion. Web safe color of #4E2F4F is #663366 (or #636).

RGB color model

#4E2F4F color RGB value is (78,47,79).

RGB: (78,47,79) (31%, 18%, 31%)

RGB channels and saturation

R 78 of 255 = 31%
G 47 of 255 = 18%
B 79 of 255 = 31%

78
47
79

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

Portions of RGB colors in percentages

R + G + B = 78 + 47 + 79 = 204 (100%)
R 78 of 204 ~ 38.24%
G 47 of 204 ~ 23.04%
B 79 of 204 ~ 38.73'%

%38.24
%23.04
%38.73

CMYK color model

#4E2F4F color CMYK value is (1,41,0,69).

  • cyan value is 1.27%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (1,41,0,69) C1M41Y0K69 (1%,41%,0%,69%) (0.01/0.41/0.00/0.69) 

CMYK percentages

%1.27
%40.51
%0
%69.02

Codes

Color #4E2F4F in popluar color models

4E 2F 4F
RGB 78 47 79
HSL 298° 25.40% 24.71%
HSB/HSV 298° 40.51% 30.98%
CMYK 1.27% 40.51% 0.00%
69.02%

Color #4E2F4F in popluar number systems.

HEX 4E 2F 4F
Decimal 78 47 79
Binary 1001110 101111 1001111
Octal 116 57 117

Shades and tints

Shades of #4E2F4F

#4E2F4F
(78,47,79)
#472B48
(71,43,72)
#402741
(64,39,65)
#39233A
(57,35,58)
#321F33
(50,31,51)
#2B1B2C
(43,27,44)
#241725
(36,23,37)
#1D131E
(29,19,30)
#160F17
(22,15,23)
#0F0B10
(15,11,16)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #4E2F4F

#4E2F4F
(78,47,79)
#5E415F
(94,65,95)
#6E536F
(110,83,111)
#7E657F
(126,101,127)
#8E778F
(142,119,143)
#9E899F
(158,137,159)
#AE9BAF
(174,155,175)
#BEADBF
(190,173,191)
#CEBFCF
(206,191,207)
#DED1DF
(222,209,223)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2F4F color. Also use rgb(78,47,79) instead hex code.

Text Font Color

.myTextColor { color: #4E2F4F; }

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

This text font color is #4E2F4F.

Background Color

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

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

This div background color is #4E2F4F.

Border color

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

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

This div border color is #4E2F4F.

Opacity

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

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

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

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

This text has shadow with #4E2F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2F4F.

Preview

Color preview on black background

This text has color #4E2F4F on black background.


Color preview on white background

This text has color #4E2F4F on white background.


Black color preview on #4E2F4F background

This text has black color on #4E2F4F background.


White color preview on #4E2F4F background

This text has white color on #4E2F4F background.


Related colors

Complementary color

Complementary color for #hex is #B1D0B0.


I love getcolorcode.com

Triadic colors

1 #4F4E2F and #2F4F4E with #4E2F4F are triadic colors.

2 #4F2F4E and #2F4E4F with #4E2F4F are triadic colors.