COLOR #4E032F

HEX: #4E032F RGB: (78,3,47)

Color info

#4E032F contains mainly red and blue colors. Web safe color of #4E032F is #660033 (or #603).

RGB color model

#4E032F color RGB value is (78,3,47).

RGB: (78,3,47) (31%, 1%, 18%)

RGB channels and saturation

R 78 of 255 = 31%
G 3 of 255 = 1%
B 47 of 255 = 18%

78
3
47

R + G + B ~ 17%. #4E032F is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 3 + 47 = 128 (100%)
R 78 of 128 ~ 60.94%
G 3 of 128 ~ 2.34%
B 47 of 128 ~ 36.72'%

%60.94
%36.72

CMYK color model

#4E032F color CMYK value is (0,96,40,69).

  • cyan value is 0.00%
  • magenta value is 96.15%
  • yellow value is 39.74%
  • key color value is 69.41%

CMYK: (0,96,40,69)
C0M96Y40K69 (0%, 96%, 40%, 69%)
(0.00 / 0.96 / 0.40 / 0.69)

CMYK percentages

%0
%96.15
%39.74
%69.41

Codes

Color #4E032F in popluar color models

4E 03 2F
RGB 78 3 47
HSL 325° 92.59% 15.88%
HSB/HSV 325° 96.15% 30.59%
CMYK 0.00% 96.15% 39.74%
69.41%

Color #4E032F in popluar number systems.

HEX 4E 03 2F
Decimal 78 3 47
Binary 1001110 11 101111
Octal 116 3 57

Shades and tints

Shades of #4E032F

#4E032F
(78,3,47)
#47032B
(71,3,43)
#400327
(64,3,39)
#390323
(57,3,35)
#32031F
(50,3,31)
#2B031B
(43,3,27)
#240317
(36,3,23)
#1D0313
(29,3,19)
#16030F
(22,3,15)
#0F030B
(15,3,11)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #4E032F

#4E032F
(78,3,47)
#5E1941
(94,25,65)
#6E2F53
(110,47,83)
#7E4565
(126,69,101)
#8E5B77
(142,91,119)
#9E7189
(158,113,137)
#AE879B
(174,135,155)
#BE9DAD
(190,157,173)
#CEB3BF
(206,179,191)
#DEC9D1
(222,201,209)
#EEDFE3
(238,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E032F; }

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

This text font color is #4E032F.

Background Color

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

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

This div background color is #4E032F.

Border color

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

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

This div border color is #4E032F.

Opacity

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

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

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

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

This text has shadow with #4E032F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E032F.

Preview

Color preview on black background

This text has color #4E032F on black background.


Color preview on white background

This text has color #4E032F on white background.


Black color preview on #4E032F background

This text has black color on #4E032F background.


White color preview on #4E032F background

This text has white color on #4E032F background.


Related colors

Complementary color

Complementary color for #hex is #B1FCD0.


I love getcolorcode.com

Triadic colors

1 #2F4E03 and #032F4E with #4E032F are triadic colors.

2 #2F034E and #034E2F with #4E032F are triadic colors.