COLOR #4E481A

HEX: #4E481A RGB: (78,72,26)

Color info

#4E481A contains red, green and blue colors in about the same proportion. Web safe color of #4E481A is #663300 (or #630).

RGB color model

#4E481A color RGB value is (78,72,26).

RGB: (78,72,26) (31%, 28%, 10%)

RGB channels and saturation

R 78 of 255 = 31%
G 72 of 255 = 28%
B 26 of 255 = 10%

78
72
26

R + G + B ~ 23%. #4E481A is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 72 + 26 = 176 (100%)
R 78 of 176 ~ 44.32%
G 72 of 176 ~ 40.91%
B 26 of 176 ~ 14.77'%

%44.32
%40.91
%14.77

CMYK color model

#4E481A color CMYK value is (0,8,67,69).

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

CMYK: (0,8,67,69)
C0M8Y67K69 (0%, 8%, 67%, 69%)
(0.00 / 0.08 / 0.67 / 0.69)

CMYK percentages

%0
%7.69
%66.67
%69.41

Codes

Color #4E481A in popluar color models

4E 48 1A
RGB 78 72 26
HSL 53° 50.00% 20.39%
HSB/HSV 53° 66.67% 30.59%
CMYK 0.00% 7.69% 66.67%
69.41%

Color #4E481A in popluar number systems.

HEX 4E 48 1A
Decimal 78 72 26
Binary 1001110 1001000 11010
Octal 116 110 32

Shades and tints

Shades of #4E481A

#4E481A
(78,72,26)
#474218
(71,66,24)
#403C16
(64,60,22)
#393614
(57,54,20)
#323012
(50,48,18)
#2B2A10
(43,42,16)
#24240E
(36,36,14)
#1D1E0C
(29,30,12)
#16180A
(22,24,10)
#0F1208
(15,18,8)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #4E481A

#4E481A
(78,72,26)
#5E582E
(94,88,46)
#6E6842
(110,104,66)
#7E7856
(126,120,86)
#8E886A
(142,136,106)
#9E987E
(158,152,126)
#AEA892
(174,168,146)
#BEB8A6
(190,184,166)
#CEC8BA
(206,200,186)
#DED8CE
(222,216,206)
#EEE8E2
(238,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E481A; }

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

This text font color is #4E481A.

Background Color

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

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

This div background color is #4E481A.

Border color

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

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

This div border color is #4E481A.

Opacity

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

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

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

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

This text has shadow with #4E481A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E481A.

Preview

Color preview on black background

This text has color #4E481A on black background.


Color preview on white background

This text has color #4E481A on white background.


Black color preview on #4E481A background

This text has black color on #4E481A background.


White color preview on #4E481A background

This text has white color on #4E481A background.


Related colors

Complementary color

Complementary color for #hex is #B1B7E5.


I love getcolorcode.com

Triadic colors

1 #1A4E48 and #481A4E with #4E481A are triadic colors.

2 #1A484E and #484E1A with #4E481A are triadic colors.