COLOR #4E472C

HEX: #4E472C RGB: (78,71,44)

Color info

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

RGB color model

#4E472C color RGB value is (78,71,44).

RGB: (78,71,44) (31%, 28%, 17%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 44 of 255 = 17%

78
71
44

R + G + B ~ 25%. #4E472C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 71 + 44 = 193 (100%)
R 78 of 193 ~ 40.41%
G 71 of 193 ~ 36.79%
B 44 of 193 ~ 22.8'%

%40.41
%36.79
%22.8

CMYK color model

#4E472C color CMYK value is (0,9,44,69).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 43.59%
  • key color value is 69.41%
CMYK: (0,9,44,69) C0M9Y44K69 (0%,9%,44%,69%) (0.00/0.09/0.44/0.69) 

CMYK percentages

%0
%8.97
%43.59
%69.41

Codes

Color #4E472C in popluar color models

4E 47 2C
RGB 78 71 44
HSL 48° 27.87% 23.92%
HSB/HSV 48° 43.59% 30.59%
CMYK 0.00% 8.97% 43.59%
69.41%

Color #4E472C in popluar number systems.

HEX 4E 47 2C
Decimal 78 71 44
Binary 1001110 1000111 101100
Octal 116 107 54

Shades and tints

Shades of #4E472C

#4E472C
(78,71,44)
#474128
(71,65,40)
#403B24
(64,59,36)
#393520
(57,53,32)
#322F1C
(50,47,28)
#2B2918
(43,41,24)
#242314
(36,35,20)
#1D1D10
(29,29,16)
#16170C
(22,23,12)
#0F1108
(15,17,8)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #4E472C

#4E472C
(78,71,44)
#5E573F
(94,87,63)
#6E6752
(110,103,82)
#7E7765
(126,119,101)
#8E8778
(142,135,120)
#9E978B
(158,151,139)
#AEA79E
(174,167,158)
#BEB7B1
(190,183,177)
#CEC7C4
(206,199,196)
#DED7D7
(222,215,215)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E472C color. Also use rgb(78,71,44) instead hex code.

Text Font Color

.myTextColor { color: #4E472C; }

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

This text font color is #4E472C.

Background Color

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

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

This div background color is #4E472C.

Border color

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

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

This div border color is #4E472C.

Opacity

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

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

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

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

This text has shadow with #4E472C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E472C.

Preview

Color preview on black background

This text has color #4E472C on black background.


Color preview on white background

This text has color #4E472C on white background.


Black color preview on #4E472C background

This text has black color on #4E472C background.


White color preview on #4E472C background

This text has white color on #4E472C background.


Related colors

Complementary color

Complementary color for #hex is #B1B8D3.


I love getcolorcode.com

Triadic colors

1 #2C4E47 and #472C4E with #4E472C are triadic colors.

2 #2C474E and #474E2C with #4E472C are triadic colors.