COLOR #4E482F

HEX: #4E482F RGB: (78,72,47)

Color info

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

RGB color model

#4E482F color RGB value is (78,72,47).

RGB: (78,72,47) (31%, 28%, 18%)

RGB channels and saturation

R 78 of 255 = 31%
G 72 of 255 = 28%
B 47 of 255 = 18%

78
72
47

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

Portions of RGB colors in percentages

R + G + B = 78 + 72 + 47 = 197 (100%)
R 78 of 197 ~ 39.59%
G 72 of 197 ~ 36.55%
B 47 of 197 ~ 23.86'%

%39.59
%36.55
%23.86

CMYK color model

#4E482F color CMYK value is (0,8,40,69).

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

CMYK: (0,8,40,69)
C0M8Y40K69 (0%, 8%, 40%, 69%)
(0.00 / 0.08 / 0.40 / 0.69)

CMYK percentages

%0
%7.69
%39.74
%69.41

Codes

Color #4E482F in popluar color models

4E 48 2F
RGB 78 72 47
HSL 48° 24.80% 24.51%
HSB/HSV 48° 39.74% 30.59%
CMYK 0.00% 7.69% 39.74%
69.41%

Color #4E482F in popluar number systems.

HEX 4E 48 2F
Decimal 78 72 47
Binary 1001110 1001000 101111
Octal 116 110 57

Shades and tints

Shades of #4E482F

#4E482F
(78,72,47)
#47422B
(71,66,43)
#403C27
(64,60,39)
#393623
(57,54,35)
#32301F
(50,48,31)
#2B2A1B
(43,42,27)
#242417
(36,36,23)
#1D1E13
(29,30,19)
#16180F
(22,24,15)
#0F120B
(15,18,11)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #4E482F

#4E482F
(78,72,47)
#5E5841
(94,88,65)
#6E6853
(110,104,83)
#7E7865
(126,120,101)
#8E8877
(142,136,119)
#9E9889
(158,152,137)
#AEA89B
(174,168,155)
#BEB8AD
(190,184,173)
#CEC8BF
(206,200,191)
#DED8D1
(222,216,209)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E482F; }

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

This text font color is #4E482F.

Background Color

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

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

This div background color is #4E482F.

Border color

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

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

This div border color is #4E482F.

Opacity

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

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

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

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

This text has shadow with #4E482F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E482F.

Preview

Color preview on black background

This text has color #4E482F on black background.


Color preview on white background

This text has color #4E482F on white background.


Black color preview on #4E482F background

This text has black color on #4E482F background.


White color preview on #4E482F background

This text has white color on #4E482F background.


Related colors

Complementary color

Complementary color for #hex is #B1B7D0.


I love getcolorcode.com

Triadic colors

1 #2F4E48 and #482F4E with #4E482F are triadic colors.

2 #2F484E and #484E2F with #4E482F are triadic colors.