COLOR #4E725B

HEX: #4E725B
RGB: (78,114,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
114
91

R + G + B ~ 37%. #4E725B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 114 + 91 = 283 (100%)
R 78 of 283 ~ 27.56%
G 114 of 283 ~ 40.28%
B 91 of 283 ~ 32.16%

%27.56
%40.28
%32.16

CMYK color model

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

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

CMYK percentages

%31.58
%0
%20.18
%55.29

Codes

Color #4E725B in popluar color models

4E725B
RGB7811491
HSL142°18.75%37.65%
HSB/HSV142°31.58%44.71%
CMYK31.58%0.00%20.18%
55.29%

Color #4E725B in popluar number systems.

HEX4E725B
Decimal7811491
Binary100111011100101011011
Octal116162133

Shades and tints

Shades of #4E725B

#4E725B
(78,114,91)
#476853
(71,104,83)
#405E4B
(64,94,75)
#395443
(57,84,67)
#324A3B
(50,74,59)
#2B4033
(43,64,51)
#24362B
(36,54,43)
#1D2C23
(29,44,35)
#16221B
(22,34,27)
#0F1813
(15,24,19)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E725B

#4E725B
(78,114,91)
#5E7E69
(94,126,105)
#6E8A77
(110,138,119)
#7E9685
(126,150,133)
#8EA293
(142,162,147)
#9EAEA1
(158,174,161)
#AEBAAF
(174,186,175)
#BEC6BD
(190,198,189)
#CED2CB
(206,210,203)
#DEDED9
(222,222,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E725B; }

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

This text font color is #4E725B.


Background Color

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

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

This div background color is #4E725B.


Border color

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

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

This div border color is #4E725B.


Opacity

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

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

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

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

This text has shadow with #4E725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E725B on black background.


Color preview on white background

This text has color #4E725B on white background.



Black color preview on #4E725B background

This text has black color on #4E725B background.


White color preview on #4E725B background

This text has white color on #4E725B background.