COLOR #727257

HEX: #727257
RGB: (114,114,87)

Color info

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

RGB color model

#727257 color RGB value is (114,114,87).

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

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 87 of 255 = 34%

114
114
87

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 87 = 315 (100%)
R 114 of 315 ~ 36.19%
G 114 of 315 ~ 36.19%
B 87 of 315 ~ 27.62%

%36.19
%36.19
%27.62

CMYK color model

#727257 color CMYK value is (0,0,24,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(0,0,24,55)
C0M0Y24K55 
(0%,0%,24%,55%)
(0.00/0.00/0.24/0.55)	

CMYK percentages

%0
%0
%23.68
%55.29

Codes

Color #727257 in popluar color models

727257
RGB11411487
HSL60°13.43%39.41%
HSB/HSV60°23.68%44.71%
CMYK0.00%0.00%23.68%
55.29%

Color #727257 in popluar number systems.

HEX727257
Decimal11411487
Binary111001011100101010111
Octal162162127

Shades and tints

Shades of #727257

#727257
(114,114,87)
#686850
(104,104,80)
#5E5E49
(94,94,73)
#545442
(84,84,66)
#4A4A3B
(74,74,59)
#404034
(64,64,52)
#36362D
(54,54,45)
#2C2C26
(44,44,38)
#22221F
(34,34,31)
#181818
(24,24,24)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #727257

#727257
(114,114,87)
#7E7E66
(126,126,102)
#8A8A75
(138,138,117)
#969684
(150,150,132)
#A2A293
(162,162,147)
#AEAEA2
(174,174,162)
#BABAB1
(186,186,177)
#C6C6C0
(198,198,192)
#D2D2CF
(210,210,207)
#DEDEDE
(222,222,222)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727257; }

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

This text font color is #727257.


Background Color

.myBgColor { background-color: #727257; }

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

This div background color is #727257.


Border color

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

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

This div border color is #727257.


Opacity

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

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

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

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

This text has shadow with #727257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727257 on black background.


Color preview on white background

This text has color #727257 on white background.



Black color preview on #727257 background

This text has black color on #727257 background.


White color preview on #727257 background

This text has white color on #727257 background.