COLOR #4E6654

HEX: #4E6654 RGB: (78,102,84)

Color info

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

RGB color model

#4E6654 color RGB value is (78,102,84).

RGB: (78,102,84) (31%, 40%, 33%)

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 84 of 255 = 33%

78
102
84

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

Portions of RGB colors in percentages

R + G + B = 78 + 102 + 84 = 264 (100%)
R 78 of 264 ~ 29.55%
G 102 of 264 ~ 38.64%
B 84 of 264 ~ 31.82'%

%29.55
%38.64
%31.82

CMYK color model

#4E6654 color CMYK value is (24,0,18,60).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 60.00%

CMYK: (24,0,18,60)
C24M0Y18K60 (24%, 0%, 18%, 60%)
(0.24 / 0.00 / 0.18 / 0.60)

CMYK percentages

%23.53
%0
%17.65
%60

Codes

Color #4E6654 in popluar color models

4E 66 54
RGB 78 102 84
HSL 135° 13.33% 35.29%
HSB/HSV 135° 23.53% 40.00%
CMYK 23.53% 0.00% 17.65%
60.00%

Color #4E6654 in popluar number systems.

HEX 4E 66 54
Decimal 78 102 84
Binary 1001110 1100110 1010100
Octal 116 146 124

Shades and tints

Shades of #4E6654

#4E6654
(78,102,84)
#475D4D
(71,93,77)
#405446
(64,84,70)
#394B3F
(57,75,63)
#324238
(50,66,56)
#2B3931
(43,57,49)
#24302A
(36,48,42)
#1D2723
(29,39,35)
#161E1C
(22,30,28)
#0F1515
(15,21,21)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #4E6654

#4E6654
(78,102,84)
#5E7363
(94,115,99)
#6E8072
(110,128,114)
#7E8D81
(126,141,129)
#8E9A90
(142,154,144)
#9EA79F
(158,167,159)
#AEB4AE
(174,180,174)
#BEC1BD
(190,193,189)
#CECECC
(206,206,204)
#DEDBDB
(222,219,219)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6654; }

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

This text font color is #4E6654.

Background Color

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

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

This div background color is #4E6654.

Border color

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

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

This div border color is #4E6654.

Opacity

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

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

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

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

This text has shadow with #4E6654 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6654.

Preview

Color preview on black background

This text has color #4E6654 on black background.


Color preview on white background

This text has color #4E6654 on white background.


Black color preview on #4E6654 background

This text has black color on #4E6654 background.


White color preview on #4E6654 background

This text has white color on #4E6654 background.


Related colors

Complementary color

Complementary color for #hex is #B199AB.


I love getcolorcode.com

Triadic colors

1 #544E66 and #66544E with #4E6654 are triadic colors.

2 #54664E and #664E54 with #4E6654 are triadic colors.