COLOR #4E4E27

HEX: #4E4E27
RGB: (78,78,39)

Color info

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

RGB color model

#4E4E27 color RGB value is (78,78,39).

  • red value is 78;
  • green value is 78;
  • blue value is 39.
RGB:
(78,78,39)
(31%,31%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 78 of 255 = 31%
B 39 of 255 = 15%

78
78
39

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

Portions of RGB colors in percentages

R + G + B =
78 + 78 + 39 = 195 (100%)
R 78 of 195 ~ 40%
G 78 of 195 ~ 40%
B 39 of 195 ~ 20%

%40
%40
%20

CMYK color model

#4E4E27 color CMYK value is (0,0,50,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(0,0,50,69)
C0M0Y50K69 
(0%,0%,50%,69%)
(0.00/0.00/0.50/0.69)	

CMYK percentages

%0
%0
%50
%69.41

Codes

Color #4E4E27 in popluar color models

4E4E27
RGB787839
HSL60°33.33%22.94%
HSB/HSV60°50.00%30.59%
CMYK0.00%0.00%50.00%
69.41%

Color #4E4E27 in popluar number systems.

HEX4E4E27
Decimal787839
Binary10011101001110100111
Octal11611647

Shades and tints

Shades of #4E4E27

#4E4E27
(78,78,39)
#474724
(71,71,36)
#404021
(64,64,33)
#39391E
(57,57,30)
#32321B
(50,50,27)
#2B2B18
(43,43,24)
#242415
(36,36,21)
#1D1D12
(29,29,18)
#16160F
(22,22,15)
#0F0F0C
(15,15,12)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #4E4E27

#4E4E27
(78,78,39)
#5E5E3A
(94,94,58)
#6E6E4D
(110,110,77)
#7E7E60
(126,126,96)
#8E8E73
(142,142,115)
#9E9E86
(158,158,134)
#AEAE99
(174,174,153)
#BEBEAC
(190,190,172)
#CECEBF
(206,206,191)
#DEDED2
(222,222,210)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E27; }

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

This text font color is #4E4E27.


Background Color

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

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

This div background color is #4E4E27.


Border color

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

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

This div border color is #4E4E27.


Opacity

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

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

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

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

This text has shadow with #4E4E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E27 on black background.


Color preview on white background

This text has color #4E4E27 on white background.



Black color preview on #4E4E27 background

This text has black color on #4E4E27 background.


White color preview on #4E4E27 background

This text has white color on #4E4E27 background.