COLOR #4E5A3C

HEX: #4E5A3C RGB: (78,90,60)

Color info

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

RGB color model

#4E5A3C color RGB value is (78,90,60).

RGB: (78,90,60) (31%, 35%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 60 of 255 = 24%

78
90
60

R + G + B ~ 30%. #4E5A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 90 + 60 = 228 (100%)
R 78 of 228 ~ 34.21%
G 90 of 228 ~ 39.47%
B 60 of 228 ~ 26.32'%

%34.21
%39.47
%26.32

CMYK color model

#4E5A3C color CMYK value is (13,0,33,65).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 64.71%

CMYK: (13,0,33,65)
C13M0Y33K65 (13%, 0%, 33%, 65%)
(0.13 / 0.00 / 0.33 / 0.65)

CMYK percentages

%13.33
%0
%33.33
%64.71

Codes

Color #4E5A3C in popluar color models

4E 5A 3C
RGB 78 90 60
HSL 84° 20.00% 29.41%
HSB/HSV 84° 33.33% 35.29%
CMYK 13.33% 0.00% 33.33%
64.71%

Color #4E5A3C in popluar number systems.

HEX 4E 5A 3C
Decimal 78 90 60
Binary 1001110 1011010 111100
Octal 116 132 74

Shades and tints

Shades of #4E5A3C

#4E5A3C
(78,90,60)
#475237
(71,82,55)
#404A32
(64,74,50)
#39422D
(57,66,45)
#323A28
(50,58,40)
#2B3223
(43,50,35)
#242A1E
(36,42,30)
#1D2219
(29,34,25)
#161A14
(22,26,20)
#0F120F
(15,18,15)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #4E5A3C

#4E5A3C
(78,90,60)
#5E694D
(94,105,77)
#6E785E
(110,120,94)
#7E876F
(126,135,111)
#8E9680
(142,150,128)
#9EA591
(158,165,145)
#AEB4A2
(174,180,162)
#BEC3B3
(190,195,179)
#CED2C4
(206,210,196)
#DEE1D5
(222,225,213)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5A3C; }

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

This text font color is #4E5A3C.

Background Color

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

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

This div background color is #4E5A3C.

Border color

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

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

This div border color is #4E5A3C.

Opacity

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

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

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

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

This text has shadow with #4E5A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5A3C.

Preview

Color preview on black background

This text has color #4E5A3C on black background.


Color preview on white background

This text has color #4E5A3C on white background.


Black color preview on #4E5A3C background

This text has black color on #4E5A3C background.


White color preview on #4E5A3C background

This text has white color on #4E5A3C background.


Related colors

Complementary color

Complementary color for #hex is #B1A5C3.


I love getcolorcode.com

Triadic colors

1 #3C4E5A and #5A3C4E with #4E5A3C are triadic colors.

2 #3C5A4E and #5A4E3C with #4E5A3C are triadic colors.