COLOR #727357

HEX: #727357
RGB: (114,115,87)

Color info

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

RGB color model

#727357 color RGB value is (114,115,87).

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

RGB channels and saturation

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

114
115
87

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 87 = 316 (100%)
R 114 of 316 ~ 36.08%
G 115 of 316 ~ 36.39%
B 87 of 316 ~ 27.53%

%36.08
%36.39
%27.53

CMYK color model

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

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 54.90%
CMYK:
(1,0,24,55)
C1M0Y24K55 
(1%,0%,24%,55%)
(0.01/0.00/0.24/0.55)	

CMYK percentages

%0.87
%0
%24.35
%54.9

Codes

Color #727357 in popluar color models

727357
RGB11411587
HSL62°13.86%39.61%
HSB/HSV62°24.35%45.10%
CMYK0.87%0.00%24.35%
54.90%

Color #727357 in popluar number systems.

HEX727357
Decimal11411587
Binary111001011100111010111
Octal162163127

Shades and tints

Shades of #727357

#727357
(114,115,87)
#686950
(104,105,80)
#5E5F49
(94,95,73)
#545542
(84,85,66)
#4A4B3B
(74,75,59)
#404134
(64,65,52)
#36372D
(54,55,45)
#2C2D26
(44,45,38)
#22231F
(34,35,31)
#181918
(24,25,24)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #727357

#727357
(114,115,87)
#7E7F66
(126,127,102)
#8A8B75
(138,139,117)
#969784
(150,151,132)
#A2A393
(162,163,147)
#AEAFA2
(174,175,162)
#BABBB1
(186,187,177)
#C6C7C0
(198,199,192)
#D2D3CF
(210,211,207)
#DEDFDE
(222,223,222)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727357; }

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

This text font color is #727357.


Background Color

.myBgColor { background-color: #727357; }

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

This div background color is #727357.


Border color

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

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

This div border color is #727357.


Opacity

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

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

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

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

This text has shadow with #727357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727357 on black background.


Color preview on white background

This text has color #727357 on white background.



Black color preview on #727357 background

This text has black color on #727357 background.


White color preview on #727357 background

This text has white color on #727357 background.