COLOR #4E6261

HEX: #4E6261 RGB: (78,98,97)

Color info

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

RGB color model

#4E6261 color RGB value is (78,98,97).

RGB: (78,98,97) (31%, 38%, 38%)

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 97 of 255 = 38%

78
98
97

R + G + B ~ 36%. #4E6261 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 98 + 97 = 273 (100%)
R 78 of 273 ~ 28.57%
G 98 of 273 ~ 35.9%
B 97 of 273 ~ 35.53'%

%28.57
%35.9
%35.53

CMYK color model

#4E6261 color CMYK value is (20,0,1,62).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 61.57%

CMYK: (20,0,1,62)
C20M0Y1K62 (20%, 0%, 1%, 62%)
(0.20 / 0.00 / 0.01 / 0.62)

CMYK percentages

%20.41
%0
%1.02
%61.57

Codes

Color #4E6261 in popluar color models

4E 62 61
RGB 78 98 97
HSL 177° 11.36% 34.51%
HSB/HSV 177° 20.41% 38.43%
CMYK 20.41% 0.00% 1.02%
61.57%

Color #4E6261 in popluar number systems.

HEX 4E 62 61
Decimal 78 98 97
Binary 1001110 1100010 1100001
Octal 116 142 141

Shades and tints

Shades of #4E6261

#4E6261
(78,98,97)
#475A59
(71,90,89)
#405251
(64,82,81)
#394A49
(57,74,73)
#324241
(50,66,65)
#2B3A39
(43,58,57)
#243231
(36,50,49)
#1D2A29
(29,42,41)
#162221
(22,34,33)
#0F1A19
(15,26,25)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #4E6261

#4E6261
(78,98,97)
#5E706F
(94,112,111)
#6E7E7D
(110,126,125)
#7E8C8B
(126,140,139)
#8E9A99
(142,154,153)
#9EA8A7
(158,168,167)
#AEB6B5
(174,182,181)
#BEC4C3
(190,196,195)
#CED2D1
(206,210,209)
#DEE0DF
(222,224,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6261 color. Also use rgb(78,98,97) instead hex code.

Text Font Color

.myTextColor { color: #4E6261; }

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

This text font color is #4E6261.

Background Color

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

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

This div background color is #4E6261.

Border color

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

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

This div border color is #4E6261.

Opacity

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

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

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

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

This text has shadow with #4E6261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6261.

Preview

Color preview on black background

This text has color #4E6261 on black background.


Color preview on white background

This text has color #4E6261 on white background.


Black color preview on #4E6261 background

This text has black color on #4E6261 background.


White color preview on #4E6261 background

This text has white color on #4E6261 background.


Related colors

Complementary color

Complementary color for #hex is #B19D9E.


I love getcolorcode.com

Triadic colors

1 #614E62 and #62614E with #4E6261 are triadic colors.

2 #61624E and #624E61 with #4E6261 are triadic colors.