COLOR #4E6749

HEX: #4E6749 RGB: (78,103,73)

Color info

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

RGB color model

#4E6749 color RGB value is (78,103,73).

RGB: (78,103,73) (31%, 40%, 29%)

RGB channels and saturation

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

78
103
73

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

Portions of RGB colors in percentages

R + G + B = 78 + 103 + 73 = 254 (100%)
R 78 of 254 ~ 30.71%
G 103 of 254 ~ 40.55%
B 73 of 254 ~ 28.74'%

%30.71
%40.55
%28.74

CMYK color model

#4E6749 color CMYK value is (24,0,29,60).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 59.61%

CMYK: (24,0,29,60)
C24M0Y29K60 (24%, 0%, 29%, 60%)
(0.24 / 0.00 / 0.29 / 0.60)

CMYK percentages

%24.27
%0
%29.13
%59.61

Codes

Color #4E6749 in popluar color models

4E 67 49
RGB 78 103 73
HSL 110° 17.05% 34.51%
HSB/HSV 110° 29.13% 40.39%
CMYK 24.27% 0.00% 29.13%
59.61%

Color #4E6749 in popluar number systems.

HEX 4E 67 49
Decimal 78 103 73
Binary 1001110 1100111 1001001
Octal 116 147 111

Shades and tints

Shades of #4E6749

#4E6749
(78,103,73)
#475E43
(71,94,67)
#40553D
(64,85,61)
#394C37
(57,76,55)
#324331
(50,67,49)
#2B3A2B
(43,58,43)
#243125
(36,49,37)
#1D281F
(29,40,31)
#161F19
(22,31,25)
#0F1613
(15,22,19)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E6749

#4E6749
(78,103,73)
#5E7459
(94,116,89)
#6E8169
(110,129,105)
#7E8E79
(126,142,121)
#8E9B89
(142,155,137)
#9EA899
(158,168,153)
#AEB5A9
(174,181,169)
#BEC2B9
(190,194,185)
#CECFC9
(206,207,201)
#DEDCD9
(222,220,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6749; }

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

This text font color is #4E6749.

Background Color

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

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

This div background color is #4E6749.

Border color

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

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

This div border color is #4E6749.

Opacity

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

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

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

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

This text has shadow with #4E6749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6749.

Preview

Color preview on black background

This text has color #4E6749 on black background.


Color preview on white background

This text has color #4E6749 on white background.


Black color preview on #4E6749 background

This text has black color on #4E6749 background.


White color preview on #4E6749 background

This text has white color on #4E6749 background.


Related colors

Complementary color

Complementary color for #hex is #B198B6.


I love getcolorcode.com

Triadic colors

1 #494E67 and #67494E with #4E6749 are triadic colors.

2 #49674E and #674E49 with #4E6749 are triadic colors.