COLOR #4E6548

HEX: #4E6548
RGB: (78,101,72)

Color info

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

RGB color model

#4E6548 color RGB value is (78,101,72).

  • red value is 78;
  • green value is 101;
  • blue value is 72.
RGB:
(78,101,72)
(31%,40%,28%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 72 of 255 = 28%

78
101
72

R + G + B ~ 33%. #4E6548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 101 + 72 = 251 (100%)
R 78 of 251 ~ 31.08%
G 101 of 251 ~ 40.24%
B 72 of 251 ~ 28.69%

%31.08
%40.24
%28.69

CMYK color model

#4E6548 color CMYK value is (23,0,29,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 60.39%
CMYK:
(23,0,29,60)
C23M0Y29K60 
(23%,0%,29%,60%)
(0.23/0.00/0.29/0.60)	

CMYK percentages

%22.77
%0
%28.71
%60.39

Codes

Color #4E6548 in popluar color models

4E6548
RGB7810172
HSL108°16.76%33.92%
HSB/HSV108°28.71%39.61%
CMYK22.77%0.00%28.71%
60.39%

Color #4E6548 in popluar number systems.

HEX4E6548
Decimal7810172
Binary100111011001011001000
Octal116145110

Shades and tints

Shades of #4E6548

#4E6548
(78,101,72)
#475C42
(71,92,66)
#40533C
(64,83,60)
#394A36
(57,74,54)
#324130
(50,65,48)
#2B382A
(43,56,42)
#242F24
(36,47,36)
#1D261E
(29,38,30)
#161D18
(22,29,24)
#0F1412
(15,20,18)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E6548

#4E6548
(78,101,72)
#5E7358
(94,115,88)
#6E8168
(110,129,104)
#7E8F78
(126,143,120)
#8E9D88
(142,157,136)
#9EAB98
(158,171,152)
#AEB9A8
(174,185,168)
#BEC7B8
(190,199,184)
#CED5C8
(206,213,200)
#DEE3D8
(222,227,216)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6548; }

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

This text font color is #4E6548.


Background Color

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

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

This div background color is #4E6548.


Border color

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

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

This div border color is #4E6548.


Opacity

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

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

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

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

This text has shadow with #4E6548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6548 on black background.


Color preview on white background

This text has color #4E6548 on white background.



Black color preview on #4E6548 background

This text has black color on #4E6548 background.


White color preview on #4E6548 background

This text has white color on #4E6548 background.