COLOR #4E635C

HEX: #4E635C RGB: (78,99,92)

Color info

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

RGB color model

#4E635C color RGB value is (78,99,92).

RGB: (78,99,92) (31%, 39%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 92 of 255 = 36%

78
99
92

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

Portions of RGB colors in percentages

R + G + B = 78 + 99 + 92 = 269 (100%)
R 78 of 269 ~ 29%
G 99 of 269 ~ 36.8%
B 92 of 269 ~ 34.2'%

%29
%36.8
%34.2

CMYK color model

#4E635C color CMYK value is (21,0,7,61).

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

CMYK: (21,0,7,61)
C21M0Y7K61 (21%, 0%, 7%, 61%)
(0.21 / 0.00 / 0.07 / 0.61)

CMYK percentages

%21.21
%0
%7.07
%61.18

Codes

Color #4E635C in popluar color models

4E 63 5C
RGB 78 99 92
HSL 160° 11.86% 34.71%
HSB/HSV 160° 21.21% 38.82%
CMYK 21.21% 0.00% 7.07%
61.18%

Color #4E635C in popluar number systems.

HEX 4E 63 5C
Decimal 78 99 92
Binary 1001110 1100011 1011100
Octal 116 143 134

Shades and tints

Shades of #4E635C

#4E635C
(78,99,92)
#475A54
(71,90,84)
#40514C
(64,81,76)
#394844
(57,72,68)
#323F3C
(50,63,60)
#2B3634
(43,54,52)
#242D2C
(36,45,44)
#1D2424
(29,36,36)
#161B1C
(22,27,28)
#0F1214
(15,18,20)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #4E635C

#4E635C
(78,99,92)
#5E716A
(94,113,106)
#6E7F78
(110,127,120)
#7E8D86
(126,141,134)
#8E9B94
(142,155,148)
#9EA9A2
(158,169,162)
#AEB7B0
(174,183,176)
#BEC5BE
(190,197,190)
#CED3CC
(206,211,204)
#DEE1DA
(222,225,218)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E635C; }

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

This text font color is #4E635C.

Background Color

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

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

This div background color is #4E635C.

Border color

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

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

This div border color is #4E635C.

Opacity

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

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

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

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

This text has shadow with #4E635C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E635C.

Preview

Color preview on black background

This text has color #4E635C on black background.


Color preview on white background

This text has color #4E635C on white background.


Black color preview on #4E635C background

This text has black color on #4E635C background.


White color preview on #4E635C background

This text has white color on #4E635C background.


Related colors

Complementary color

Complementary color for #hex is #B19CA3.


I love getcolorcode.com

Triadic colors

1 #5C4E63 and #635C4E with #4E635C are triadic colors.

2 #5C634E and #634E5C with #4E635C are triadic colors.