COLOR #727E4D

HEX: #727E4D
RGB: (114,126,77)

Color info

#727E4D contains red, green and blue colors in about the same proportion. Web safe color of #727E4D is #666633 (or #663).

RGB color model

#727E4D color RGB value is (114,126,77).

  • red value is 114;
  • green value is 126;
  • blue value is 77.
RGB:
(114,126,77)
(45%,49%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 77 of 255 = 30%

114
126
77

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

Portions of RGB colors in percentages

R + G + B =
114 + 126 + 77 = 317 (100%)
R 114 of 317 ~ 35.96%
G 126 of 317 ~ 39.75%
B 77 of 317 ~ 24.29%

%35.96
%39.75
%24.29

CMYK color model

#727E4D color CMYK value is (10,0,39,51).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK:
(10,0,39,51)
C10M0Y39K51 
(10%,0%,39%,51%)
(0.10/0.00/0.39/0.51)	

CMYK percentages

%9.52
%0
%38.89
%50.59

Codes

Color #727E4D in popluar color models

727E4D
RGB11412677
HSL75°24.14%39.80%
HSB/HSV75°38.89%49.41%
CMYK9.52%0.00%38.89%
50.59%

Color #727E4D in popluar number systems.

HEX727E4D
Decimal11412677
Binary111001011111101001101
Octal162176115

Shades and tints

Shades of #727E4D

#727E4D
(114,126,77)
#687346
(104,115,70)
#5E683F
(94,104,63)
#545D38
(84,93,56)
#4A5231
(74,82,49)
#40472A
(64,71,42)
#363C23
(54,60,35)
#2C311C
(44,49,28)
#222615
(34,38,21)
#181B0E
(24,27,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #727E4D

#727E4D
(114,126,77)
#7E895D
(126,137,93)
#8A946D
(138,148,109)
#969F7D
(150,159,125)
#A2AA8D
(162,170,141)
#AEB59D
(174,181,157)
#BAC0AD
(186,192,173)
#C6CBBD
(198,203,189)
#D2D6CD
(210,214,205)
#DEE1DD
(222,225,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727E4D color. Also use rgb(114,126,77) instead hex code.

Text Font Color

.myTextColor { color: #727E4D; }

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

This text font color is #727E4D.


Background Color

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

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

This div background color is #727E4D.


Border color

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

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

This div border color is #727E4D.


Opacity

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

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

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

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

This text has shadow with #727E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727E4D on black background.


Color preview on white background

This text has color #727E4D on white background.



Black color preview on #727E4D background

This text has black color on #727E4D background.


White color preview on #727E4D background

This text has white color on #727E4D background.