COLOR #4E5545

HEX: #4E5545
RGB: (78,85,69)

Color info

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

RGB color model

#4E5545 color RGB value is (78,85,69).

  • red value is 78;
  • green value is 85;
  • blue value is 69.
RGB:
(78,85,69)
(31%,33%,27%)

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 69 of 255 = 27%

78
85
69

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

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 69 = 232 (100%)
R 78 of 232 ~ 33.62%
G 85 of 232 ~ 36.64%
B 69 of 232 ~ 29.74%

%33.62
%36.64
%29.74

CMYK color model

#4E5545 color CMYK value is (8,0,19,67).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 66.67%
CMYK:
(8,0,19,67)
C8M0Y19K67 
(8%,0%,19%,67%)
(0.08/0.00/0.19/0.67)	

CMYK percentages

%8.24
%0
%18.82
%66.67

Codes

Color #4E5545 in popluar color models

4E5545
RGB788569
HSL86°10.39%30.20%
HSB/HSV86°18.82%33.33%
CMYK8.24%0.00%18.82%
66.67%

Color #4E5545 in popluar number systems.

HEX4E5545
Decimal788569
Binary100111010101011000101
Octal116125105

Shades and tints

Shades of #4E5545

#4E5545
(78,85,69)
#474E3F
(71,78,63)
#404739
(64,71,57)
#394033
(57,64,51)
#32392D
(50,57,45)
#2B3227
(43,50,39)
#242B21
(36,43,33)
#1D241B
(29,36,27)
#161D15
(22,29,21)
#0F160F
(15,22,15)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #4E5545

#4E5545
(78,85,69)
#5E6455
(94,100,85)
#6E7365
(110,115,101)
#7E8275
(126,130,117)
#8E9185
(142,145,133)
#9EA095
(158,160,149)
#AEAFA5
(174,175,165)
#BEBEB5
(190,190,181)
#CECDC5
(206,205,197)
#DEDCD5
(222,220,213)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5545; }

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

This text font color is #4E5545.


Background Color

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

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

This div background color is #4E5545.


Border color

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

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

This div border color is #4E5545.


Opacity

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

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

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

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

This text has shadow with #4E5545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5545 on black background.


Color preview on white background

This text has color #4E5545 on white background.



Black color preview on #4E5545 background

This text has black color on #4E5545 background.


White color preview on #4E5545 background

This text has white color on #4E5545 background.