COLOR #727258

HEX: #727258
RGB: (114,114,88)

Color info

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

RGB color model

#727258 color RGB value is (114,114,88).

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

RGB channels and saturation

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

114
114
88

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 88 = 316 (100%)
R 114 of 316 ~ 36.08%
G 114 of 316 ~ 36.08%
B 88 of 316 ~ 27.85%

%36.08
%36.08
%27.85

CMYK color model

#727258 color CMYK value is (0,0,23,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(0,0,23,55)
C0M0Y23K55 
(0%,0%,23%,55%)
(0.00/0.00/0.23/0.55)	

CMYK percentages

%0
%0
%22.81
%55.29

Codes

Color #727258 in popluar color models

727258
RGB11411488
HSL60°12.87%39.61%
HSB/HSV60°22.81%44.71%
CMYK0.00%0.00%22.81%
55.29%

Color #727258 in popluar number systems.

HEX727258
Decimal11411488
Binary111001011100101011000
Octal162162130

Shades and tints

Shades of #727258

#727258
(114,114,88)
#686850
(104,104,80)
#5E5E48
(94,94,72)
#545440
(84,84,64)
#4A4A38
(74,74,56)
#404030
(64,64,48)
#363628
(54,54,40)
#2C2C20
(44,44,32)
#222218
(34,34,24)
#181810
(24,24,16)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #727258

#727258
(114,114,88)
#7E7E67
(126,126,103)
#8A8A76
(138,138,118)
#969685
(150,150,133)
#A2A294
(162,162,148)
#AEAEA3
(174,174,163)
#BABAB2
(186,186,178)
#C6C6C1
(198,198,193)
#D2D2D0
(210,210,208)
#DEDEDF
(222,222,223)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727258; }

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

This text font color is #727258.


Background Color

.myBgColor { background-color: #727258; }

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

This div background color is #727258.


Border color

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

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

This div border color is #727258.


Opacity

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

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

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

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

This text has shadow with #727258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727258 on black background.


Color preview on white background

This text has color #727258 on white background.



Black color preview on #727258 background

This text has black color on #727258 background.


White color preview on #727258 background

This text has white color on #727258 background.