COLOR #4E7272

HEX: #4E7272
RGB: (78,114,114)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
114
114

R + G + B ~ 40%. #4E7272 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 114 + 114 = 306 (100%)
R 78 of 306 ~ 25.49%
G 114 of 306 ~ 37.25%
B 114 of 306 ~ 37.25%

%25.49
%37.25
%37.25

CMYK color model

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

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

CMYK percentages

%31.58
%0
%0
%55.29

Codes

Color #4E7272 in popluar color models

4E7272
RGB78114114
HSL180°18.75%37.65%
HSB/HSV180°31.58%44.71%
CMYK31.58%0.00%0.00%
55.29%

Color #4E7272 in popluar number systems.

HEX4E7272
Decimal78114114
Binary100111011100101110010
Octal116162162

Shades and tints

Shades of #4E7272

#4E7272
(78,114,114)
#476868
(71,104,104)
#405E5E
(64,94,94)
#395454
(57,84,84)
#324A4A
(50,74,74)
#2B4040
(43,64,64)
#243636
(36,54,54)
#1D2C2C
(29,44,44)
#162222
(22,34,34)
#0F1818
(15,24,24)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E7272

#4E7272
(78,114,114)
#5E7E7E
(94,126,126)
#6E8A8A
(110,138,138)
#7E9696
(126,150,150)
#8EA2A2
(142,162,162)
#9EAEAE
(158,174,174)
#AEBABA
(174,186,186)
#BEC6C6
(190,198,198)
#CED2D2
(206,210,210)
#DEDEDE
(222,222,222)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7272; }

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

This text font color is #4E7272.


Background Color

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

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

This div background color is #4E7272.


Border color

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

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

This div border color is #4E7272.


Opacity

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

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

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

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

This text has shadow with #4E7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7272 on black background.


Color preview on white background

This text has color #4E7272 on white background.



Black color preview on #4E7272 background

This text has black color on #4E7272 background.


White color preview on #4E7272 background

This text has white color on #4E7272 background.