COLOR #727F5D

HEX: #727F5D
RGB: (114,127,93)

Color info

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

RGB color model

#727F5D color RGB value is (114,127,93).

  • red value is 114;
  • green value is 127;
  • blue value is 93.
RGB:
(114,127,93)
(45%,50%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 127 of 255 = 50%
B 93 of 255 = 36%

114
127
93

R + G + B ~ 44%. #727F5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 127 + 93 = 334 (100%)
R 114 of 334 ~ 34.13%
G 127 of 334 ~ 38.02%
B 93 of 334 ~ 27.84%

%34.13
%38.02
%27.84

CMYK color model

#727F5D color CMYK value is (10,0,27,50).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 26.77%
  • key color value is 50.20%
CMYK:
(10,0,27,50)
C10M0Y27K50 
(10%,0%,27%,50%)
(0.10/0.00/0.27/0.50)	

CMYK percentages

%10.24
%0
%26.77
%50.2

Codes

Color #727F5D in popluar color models

727F5D
RGB11412793
HSL83°15.45%43.14%
HSB/HSV83°26.77%49.80%
CMYK10.24%0.00%26.77%
50.20%

Color #727F5D in popluar number systems.

HEX727F5D
Decimal11412793
Binary111001011111111011101
Octal162177135

Shades and tints

Shades of #727F5D

#727F5D
(114,127,93)
#687455
(104,116,85)
#5E694D
(94,105,77)
#545E45
(84,94,69)
#4A533D
(74,83,61)
#404835
(64,72,53)
#363D2D
(54,61,45)
#2C3225
(44,50,37)
#22271D
(34,39,29)
#181C15
(24,28,21)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #727F5D

#727F5D
(114,127,93)
#7E8A6B
(126,138,107)
#8A9579
(138,149,121)
#96A087
(150,160,135)
#A2AB95
(162,171,149)
#AEB6A3
(174,182,163)
#BAC1B1
(186,193,177)
#C6CCBF
(198,204,191)
#D2D7CD
(210,215,205)
#DEE2DB
(222,226,219)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727F5D color. Also use rgb(114,127,93) instead hex code.

Text Font Color

.myTextColor { color: #727F5D; }

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

This text font color is #727F5D.


Background Color

.myBgColor { background-color: #727F5D; }

<div style="background-color:#727F5D">Inner text</div>

This div background color is #727F5D.


Border color

.myBorderColor { border: 1px solid #727F5D; }

<div style="border:3px solid #727F5D">Div</div>

This div border color is #727F5D.


Opacity

.myOpacity80 { color: #727F5D; opacity: 0.8; }

<p style="color:#727F5D;opacity:0.8;">80%</p>

Text with #727F5D 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 #727F5D;}

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

This text has shadow with #727F5D color.

.textShadow {text-shadow: 3px 3px 1px #727F5D, 3px 3px 1px red;}

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

This text has shadow with #727F5D primary color and red secondary color.


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

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

This text has shadow with #727F5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727F5D on black background.


Color preview on white background

This text has color #727F5D on white background.



Black color preview on #727F5D background

This text has black color on #727F5D background.


White color preview on #727F5D background

This text has white color on #727F5D background.