COLOR #4E5645

HEX: #4E5645
RGB: (78,86,69)

Color info

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

RGB color model

#4E5645 color RGB value is (78,86,69).

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

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 69 of 255 = 27%

78
86
69

R + G + B ~ 31%. #4E5645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 86 + 69 = 233 (100%)
R 78 of 233 ~ 33.48%
G 86 of 233 ~ 36.91%
B 69 of 233 ~ 29.61%

%33.48
%36.91
%29.61

CMYK color model

#4E5645 color CMYK value is (9,0,20,66).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 66.27%
CMYK:
(9,0,20,66)
C9M0Y20K66 
(9%,0%,20%,66%)
(0.09/0.00/0.20/0.66)	

CMYK percentages

%9.3
%0
%19.77
%66.27

Codes

Color #4E5645 in popluar color models

4E5645
RGB788669
HSL88°10.97%30.39%
HSB/HSV88°19.77%33.73%
CMYK9.30%0.00%19.77%
66.27%

Color #4E5645 in popluar number systems.

HEX4E5645
Decimal788669
Binary100111010101101000101
Octal116126105

Shades and tints

Shades of #4E5645

#4E5645
(78,86,69)
#474F3F
(71,79,63)
#404839
(64,72,57)
#394133
(57,65,51)
#323A2D
(50,58,45)
#2B3327
(43,51,39)
#242C21
(36,44,33)
#1D251B
(29,37,27)
#161E15
(22,30,21)
#0F170F
(15,23,15)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #4E5645

#4E5645
(78,86,69)
#5E6555
(94,101,85)
#6E7465
(110,116,101)
#7E8375
(126,131,117)
#8E9285
(142,146,133)
#9EA195
(158,161,149)
#AEB0A5
(174,176,165)
#BEBFB5
(190,191,181)
#CECEC5
(206,206,197)
#DEDDD5
(222,221,213)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5645; }

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

This text font color is #4E5645.


Background Color

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

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

This div background color is #4E5645.


Border color

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

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

This div border color is #4E5645.


Opacity

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

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

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

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

This text has shadow with #4E5645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5645 on black background.


Color preview on white background

This text has color #4E5645 on white background.



Black color preview on #4E5645 background

This text has black color on #4E5645 background.


White color preview on #4E5645 background

This text has white color on #4E5645 background.