COLOR #727958

HEX: #727958
RGB: (114,121,88)

Color info

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

RGB color model

#727958 color RGB value is (114,121,88).

  • red value is 114;
  • green value is 121;
  • blue value is 88.
RGB:
(114,121,88)
(45%,47%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 88 of 255 = 35%

114
121
88

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

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 88 = 323 (100%)
R 114 of 323 ~ 35.29%
G 121 of 323 ~ 37.46%
B 88 of 323 ~ 27.24%

%35.29
%37.46
%27.24

CMYK color model

#727958 color CMYK value is (6,0,27,53).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(6,0,27,53)
C6M0Y27K53 
(6%,0%,27%,53%)
(0.06/0.00/0.27/0.53)	

CMYK percentages

%5.79
%0
%27.27
%52.55

Codes

Color #727958 in popluar color models

727958
RGB11412188
HSL73°15.79%40.98%
HSB/HSV73°27.27%47.45%
CMYK5.79%0.00%27.27%
52.55%

Color #727958 in popluar number systems.

HEX727958
Decimal11412188
Binary111001011110011011000
Octal162171130

Shades and tints

Shades of #727958

#727958
(114,121,88)
#686E50
(104,110,80)
#5E6348
(94,99,72)
#545840
(84,88,64)
#4A4D38
(74,77,56)
#404230
(64,66,48)
#363728
(54,55,40)
#2C2C20
(44,44,32)
#222118
(34,33,24)
#181610
(24,22,16)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #727958

#727958
(114,121,88)
#7E8567
(126,133,103)
#8A9176
(138,145,118)
#969D85
(150,157,133)
#A2A994
(162,169,148)
#AEB5A3
(174,181,163)
#BAC1B2
(186,193,178)
#C6CDC1
(198,205,193)
#D2D9D0
(210,217,208)
#DEE5DF
(222,229,223)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727958; }

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

This text font color is #727958.


Background Color

.myBgColor { background-color: #727958; }

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

This div background color is #727958.


Border color

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

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

This div border color is #727958.


Opacity

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

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

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

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

This text has shadow with #727958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727958 on black background.


Color preview on white background

This text has color #727958 on white background.



Black color preview on #727958 background

This text has black color on #727958 background.


White color preview on #727958 background

This text has white color on #727958 background.