COLOR #4E634C

HEX: #4E634C RGB: (78,99,76)

Color info

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

RGB color model

#4E634C color RGB value is (78,99,76).

RGB: (78,99,76) (31%, 39%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 76 of 255 = 30%

78
99
76

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

Portions of RGB colors in percentages

R + G + B = 78 + 99 + 76 = 253 (100%)
R 78 of 253 ~ 30.83%
G 99 of 253 ~ 39.13%
B 76 of 253 ~ 30.04'%

%30.83
%39.13
%30.04

CMYK color model

#4E634C color CMYK value is (21,0,23,61).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 61.18%

CMYK: (21,0,23,61)
C21M0Y23K61 (21%, 0%, 23%, 61%)
(0.21 / 0.00 / 0.23 / 0.61)

CMYK percentages

%21.21
%0
%23.23
%61.18

Codes

Color #4E634C in popluar color models

4E 63 4C
RGB 78 99 76
HSL 115° 13.14% 34.31%
HSB/HSV 115° 23.23% 38.82%
CMYK 21.21% 0.00% 23.23%
61.18%

Color #4E634C in popluar number systems.

HEX 4E 63 4C
Decimal 78 99 76
Binary 1001110 1100011 1001100
Octal 116 143 114

Shades and tints

Shades of #4E634C

#4E634C
(78,99,76)
#475A46
(71,90,70)
#405140
(64,81,64)
#39483A
(57,72,58)
#323F34
(50,63,52)
#2B362E
(43,54,46)
#242D28
(36,45,40)
#1D2422
(29,36,34)
#161B1C
(22,27,28)
#0F1216
(15,18,22)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #4E634C

#4E634C
(78,99,76)
#5E715C
(94,113,92)
#6E7F6C
(110,127,108)
#7E8D7C
(126,141,124)
#8E9B8C
(142,155,140)
#9EA99C
(158,169,156)
#AEB7AC
(174,183,172)
#BEC5BC
(190,197,188)
#CED3CC
(206,211,204)
#DEE1DC
(222,225,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E634C color. Also use rgb(78,99,76) instead hex code.

Text Font Color

.myTextColor { color: #4E634C; }

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

This text font color is #4E634C.

Background Color

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

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

This div background color is #4E634C.

Border color

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

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

This div border color is #4E634C.

Opacity

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

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

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

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

This text has shadow with #4E634C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E634C.

Preview

Color preview on black background

This text has color #4E634C on black background.


Color preview on white background

This text has color #4E634C on white background.


Black color preview on #4E634C background

This text has black color on #4E634C background.


White color preview on #4E634C background

This text has white color on #4E634C background.


Related colors

Complementary color

Complementary color for #hex is #B19CB3.


I love getcolorcode.com

Triadic colors

1 #4C4E63 and #634C4E with #4E634C are triadic colors.

2 #4C634E and #634E4C with #4E634C are triadic colors.