COLOR #4E726A

HEX: #4E726A
RGB: (78,114,106)

Color info

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

RGB color model

#4E726A color RGB value is (78,114,106).

  • red value is 78;
  • green value is 114;
  • blue value is 106.
RGB:
(78,114,106)
(31%,45%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 114 of 255 = 45%
B 106 of 255 = 42%

78
114
106

R + G + B ~ 39%. #4E726A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 114 + 106 = 298 (100%)
R 78 of 298 ~ 26.17%
G 114 of 298 ~ 38.26%
B 106 of 298 ~ 35.57%

%26.17
%38.26
%35.57

CMYK color model

#4E726A color CMYK value is (32,0,7,55).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(32,0,7,55)
C32M0Y7K55 
(32%,0%,7%,55%)
(0.32/0.00/0.07/0.55)	

CMYK percentages

%31.58
%0
%7.02
%55.29

Codes

Color #4E726A in popluar color models

4E726A
RGB78114106
HSL167°18.75%37.65%
HSB/HSV167°31.58%44.71%
CMYK31.58%0.00%7.02%
55.29%

Color #4E726A in popluar number systems.

HEX4E726A
Decimal78114106
Binary100111011100101101010
Octal116162152

Shades and tints

Shades of #4E726A

#4E726A
(78,114,106)
#476861
(71,104,97)
#405E58
(64,94,88)
#39544F
(57,84,79)
#324A46
(50,74,70)
#2B403D
(43,64,61)
#243634
(36,54,52)
#1D2C2B
(29,44,43)
#162222
(22,34,34)
#0F1819
(15,24,25)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #4E726A

#4E726A
(78,114,106)
#5E7E77
(94,126,119)
#6E8A84
(110,138,132)
#7E9691
(126,150,145)
#8EA29E
(142,162,158)
#9EAEAB
(158,174,171)
#AEBAB8
(174,186,184)
#BEC6C5
(190,198,197)
#CED2D2
(206,210,210)
#DEDEDF
(222,222,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E726A color. Also use rgb(78,114,106) instead hex code.

Text Font Color

.myTextColor { color: #4E726A; }

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

This text font color is #4E726A.


Background Color

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

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

This div background color is #4E726A.


Border color

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

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

This div border color is #4E726A.


Opacity

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

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

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

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

This text has shadow with #4E726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E726A on black background.


Color preview on white background

This text has color #4E726A on white background.



Black color preview on #4E726A background

This text has black color on #4E726A background.


White color preview on #4E726A background

This text has white color on #4E726A background.