COLOR #4E6649

HEX: #4E6649
RGB: (78,102,73)

Color info

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

RGB color model

#4E6649 color RGB value is (78,102,73).

  • red value is 78;
  • green value is 102;
  • blue value is 73.
RGB:
(78,102,73)
(31%,40%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 73 of 255 = 29%

78
102
73

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

Portions of RGB colors in percentages

R + G + B =
78 + 102 + 73 = 253 (100%)
R 78 of 253 ~ 30.83%
G 102 of 253 ~ 40.32%
B 73 of 253 ~ 28.85%

%30.83
%40.32
%28.85

CMYK color model

#4E6649 color CMYK value is (24,0,28,60).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 60.00%
CMYK:
(24,0,28,60)
C24M0Y28K60 
(24%,0%,28%,60%)
(0.24/0.00/0.28/0.60)	

CMYK percentages

%23.53
%0
%28.43
%60

Codes

Color #4E6649 in popluar color models

4E6649
RGB7810273
HSL110°16.57%34.31%
HSB/HSV110°28.43%40.00%
CMYK23.53%0.00%28.43%
60.00%

Color #4E6649 in popluar number systems.

HEX4E6649
Decimal7810273
Binary100111011001101001001
Octal116146111

Shades and tints

Shades of #4E6649

#4E6649
(78,102,73)
#475D43
(71,93,67)
#40543D
(64,84,61)
#394B37
(57,75,55)
#324231
(50,66,49)
#2B392B
(43,57,43)
#243025
(36,48,37)
#1D271F
(29,39,31)
#161E19
(22,30,25)
#0F1513
(15,21,19)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #4E6649

#4E6649
(78,102,73)
#5E7359
(94,115,89)
#6E8069
(110,128,105)
#7E8D79
(126,141,121)
#8E9A89
(142,154,137)
#9EA799
(158,167,153)
#AEB4A9
(174,180,169)
#BEC1B9
(190,193,185)
#CECEC9
(206,206,201)
#DEDBD9
(222,219,217)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6649 color. Also use rgb(78,102,73) instead hex code.

Text Font Color

.myTextColor { color: #4E6649; }

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

This text font color is #4E6649.


Background Color

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

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

This div background color is #4E6649.


Border color

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

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

This div border color is #4E6649.


Opacity

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

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

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

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

This text has shadow with #4E6649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6649 on black background.


Color preview on white background

This text has color #4E6649 on white background.



Black color preview on #4E6649 background

This text has black color on #4E6649 background.


White color preview on #4E6649 background

This text has white color on #4E6649 background.