COLOR #4E6553

HEX: #4E6553 RGB: (78,101,83)

Color info

#4E6553 contains red, green and blue colors in about the same proportion. Web safe color of #4E6553 is #666666 (or #666).

RGB color model

#4E6553 color RGB value is (78,101,83).

RGB: (78,101,83) (31%, 40%, 33%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 83 of 255 = 33%

78
101
83

R + G + B ~ 35%. #4E6553 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 101 + 83 = 262 (100%)
R 78 of 262 ~ 29.77%
G 101 of 262 ~ 38.55%
B 83 of 262 ~ 31.68'%

%29.77
%38.55
%31.68

CMYK color model

#4E6553 color CMYK value is (23,0,18,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 60.39%

CMYK: (23,0,18,60)
C23M0Y18K60 (23%, 0%, 18%, 60%)
(0.23 / 0.00 / 0.18 / 0.60)

CMYK percentages

%22.77
%0
%17.82
%60.39

Codes

Color #4E6553 in popluar color models

4E 65 53
RGB 78 101 83
HSL 133° 12.85% 35.10%
HSB/HSV 133° 22.77% 39.61%
CMYK 22.77% 0.00% 17.82%
60.39%

Color #4E6553 in popluar number systems.

HEX 4E 65 53
Decimal 78 101 83
Binary 1001110 1100101 1010011
Octal 116 145 123

Shades and tints

Shades of #4E6553

#4E6553
(78,101,83)
#475C4C
(71,92,76)
#405345
(64,83,69)
#394A3E
(57,74,62)
#324137
(50,65,55)
#2B3830
(43,56,48)
#242F29
(36,47,41)
#1D2622
(29,38,34)
#161D1B
(22,29,27)
#0F1414
(15,20,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E6553

#4E6553
(78,101,83)
#5E7362
(94,115,98)
#6E8171
(110,129,113)
#7E8F80
(126,143,128)
#8E9D8F
(142,157,143)
#9EAB9E
(158,171,158)
#AEB9AD
(174,185,173)
#BEC7BC
(190,199,188)
#CED5CB
(206,213,203)
#DEE3DA
(222,227,218)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6553; }

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

This text font color is #4E6553.

Background Color

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

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

This div background color is #4E6553.

Border color

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

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

This div border color is #4E6553.

Opacity

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

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

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

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

This text has shadow with #4E6553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6553.

Preview

Color preview on black background

This text has color #4E6553 on black background.


Color preview on white background

This text has color #4E6553 on white background.


Black color preview on #4E6553 background

This text has black color on #4E6553 background.


White color preview on #4E6553 background

This text has white color on #4E6553 background.


Related colors

Complementary color

Complementary color for #hex is #B19AAC.


I love getcolorcode.com

Triadic colors

1 #534E65 and #65534E with #4E6553 are triadic colors.

2 #53654E and #654E53 with #4E6553 are triadic colors.