COLOR #727150

HEX: #727150
RGB: (114,113,80)

Color info

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

RGB color model

#727150 color RGB value is (114,113,80).

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

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 80 of 255 = 31%

114
113
80

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 80 = 307 (100%)
R 114 of 307 ~ 37.13%
G 113 of 307 ~ 36.81%
B 80 of 307 ~ 26.06%

%37.13
%36.81
%26.06

CMYK color model

#727150 color CMYK value is (0,1,30,55).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 29.82%
  • key color value is 55.29%
CMYK:
(0,1,30,55)
C0M1Y30K55 
(0%,1%,30%,55%)
(0.00/0.01/0.30/0.55)	

CMYK percentages

%0
%0.88
%29.82
%55.29

Codes

Color #727150 in popluar color models

727150
RGB11411380
HSL58°17.53%38.04%
HSB/HSV58°29.82%44.71%
CMYK0.00%0.88%29.82%
55.29%

Color #727150 in popluar number systems.

HEX727150
Decimal11411380
Binary111001011100011010000
Octal162161120

Shades and tints

Shades of #727150

#727150
(114,113,80)
#686749
(104,103,73)
#5E5D42
(94,93,66)
#54533B
(84,83,59)
#4A4934
(74,73,52)
#403F2D
(64,63,45)
#363526
(54,53,38)
#2C2B1F
(44,43,31)
#222118
(34,33,24)
#181711
(24,23,17)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #727150

#727150
(114,113,80)
#7E7D5F
(126,125,95)
#8A896E
(138,137,110)
#96957D
(150,149,125)
#A2A18C
(162,161,140)
#AEAD9B
(174,173,155)
#BAB9AA
(186,185,170)
#C6C5B9
(198,197,185)
#D2D1C8
(210,209,200)
#DEDDD7
(222,221,215)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727150 color. Also use rgb(114,113,80) instead hex code.

Text Font Color

.myTextColor { color: #727150; }

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

This text font color is #727150.


Background Color

.myBgColor { background-color: #727150; }

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

This div background color is #727150.


Border color

.myBorderColor { border: 1px solid #727150; }

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

This div border color is #727150.


Opacity

.myOpacity80 { color: #727150; opacity: 0.8; }

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

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

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

This text has shadow with #727150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727150 on black background.


Color preview on white background

This text has color #727150 on white background.



Black color preview on #727150 background

This text has black color on #727150 background.


White color preview on #727150 background

This text has white color on #727150 background.