COLOR #4E532D

HEX: #4E532D
RGB: (78,83,45)

Color info

#4E532D contains red, green and blue colors in about the same proportion. Web safe color of #4E532D is #666633 (or #663).

RGB color model

#4E532D color RGB value is (78,83,45).

  • red value is 78;
  • green value is 83;
  • blue value is 45.
RGB:
(78,83,45)
(31%,33%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 83 of 255 = 33%
B 45 of 255 = 18%

78
83
45

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

Portions of RGB colors in percentages

R + G + B =
78 + 83 + 45 = 206 (100%)
R 78 of 206 ~ 37.86%
G 83 of 206 ~ 40.29%
B 45 of 206 ~ 21.84%

%37.86
%40.29
%21.84

CMYK color model

#4E532D color CMYK value is (6,0,46,67).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(6,0,46,67)
C6M0Y46K67 
(6%,0%,46%,67%)
(0.06/0.00/0.46/0.67)	

CMYK percentages

%6.02
%0
%45.78
%67.45

Codes

Color #4E532D in popluar color models

4E532D
RGB788345
HSL68°29.69%25.10%
HSB/HSV68°45.78%32.55%
CMYK6.02%0.00%45.78%
67.45%

Color #4E532D in popluar number systems.

HEX4E532D
Decimal788345
Binary10011101010011101101
Octal11612355

Shades and tints

Shades of #4E532D

#4E532D
(78,83,45)
#474C29
(71,76,41)
#404525
(64,69,37)
#393E21
(57,62,33)
#32371D
(50,55,29)
#2B3019
(43,48,25)
#242915
(36,41,21)
#1D2211
(29,34,17)
#161B0D
(22,27,13)
#0F1409
(15,20,9)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #4E532D

#4E532D
(78,83,45)
#5E6240
(94,98,64)
#6E7153
(110,113,83)
#7E8066
(126,128,102)
#8E8F79
(142,143,121)
#9E9E8C
(158,158,140)
#AEAD9F
(174,173,159)
#BEBCB2
(190,188,178)
#CECBC5
(206,203,197)
#DEDAD8
(222,218,216)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E532D color. Also use rgb(78,83,45) instead hex code.

Text Font Color

.myTextColor { color: #4E532D; }

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

This text font color is #4E532D.


Background Color

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

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

This div background color is #4E532D.


Border color

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

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

This div border color is #4E532D.


Opacity

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

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

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

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

This text has shadow with #4E532D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E532D on black background.


Color preview on white background

This text has color #4E532D on white background.



Black color preview on #4E532D background

This text has black color on #4E532D background.


White color preview on #4E532D background

This text has white color on #4E532D background.