COLOR #4E4E1B

HEX: #4E4E1B RGB: (78,78,27)

Color info

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

RGB color model

#4E4E1B color RGB value is (78,78,27).

RGB: (78,78,27) (31%, 31%, 11%)

RGB channels and saturation

R 78 of 255 = 31%
G 78 of 255 = 31%
B 27 of 255 = 11%

78
78
27

R + G + B ~ 24%. #4E4E1B is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 78 + 27 = 183 (100%)
R 78 of 183 ~ 42.62%
G 78 of 183 ~ 42.62%
B 27 of 183 ~ 14.75'%

%42.62
%42.62
%14.75

CMYK color model

#4E4E1B color CMYK value is (0,0,65,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 69.41%

CMYK: (0,0,65,69)
C0M0Y65K69 (0%, 0%, 65%, 69%)
(0.00 / 0.00 / 0.65 / 0.69)

CMYK percentages

%0
%0
%65.38
%69.41

Codes

Color #4E4E1B in popluar color models

4E 4E 1B
RGB 78 78 27
HSL 60° 48.57% 20.59%
HSB/HSV 60° 65.38% 30.59%
CMYK 0.00% 0.00% 65.38%
69.41%

Color #4E4E1B in popluar number systems.

HEX 4E 4E 1B
Decimal 78 78 27
Binary 1001110 1001110 11011
Octal 116 116 33

Shades and tints

Shades of #4E4E1B

#4E4E1B
(78,78,27)
#474719
(71,71,25)
#404017
(64,64,23)
#393915
(57,57,21)
#323213
(50,50,19)
#2B2B11
(43,43,17)
#24240F
(36,36,15)
#1D1D0D
(29,29,13)
#16160B
(22,22,11)
#0F0F09
(15,15,9)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #4E4E1B

#4E4E1B
(78,78,27)
#5E5E2F
(94,94,47)
#6E6E43
(110,110,67)
#7E7E57
(126,126,87)
#8E8E6B
(142,142,107)
#9E9E7F
(158,158,127)
#AEAE93
(174,174,147)
#BEBEA7
(190,190,167)
#CECEBB
(206,206,187)
#DEDECF
(222,222,207)
#EEEEE3
(238,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E1B; }

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

This text font color is #4E4E1B.

Background Color

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

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

This div background color is #4E4E1B.

Border color

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

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

This div border color is #4E4E1B.

Opacity

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

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

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

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

This text has shadow with #4E4E1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4E1B.

Preview

Color preview on black background

This text has color #4E4E1B on black background.


Color preview on white background

This text has color #4E4E1B on white background.


Black color preview on #4E4E1B background

This text has black color on #4E4E1B background.


White color preview on #4E4E1B background

This text has white color on #4E4E1B background.


Related colors

Complementary color

Complementary color for #hex is #B1B1E4.


I love getcolorcode.com