COLOR #725958

HEX: #725958
RGB: (114,89,88)

Color info

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

RGB color model

#725958 color RGB value is (114,89,88).

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

RGB channels and saturation

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

114
89
88

R + G + B ~ 38%. #725958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 88 = 291 (100%)
R 114 of 291 ~ 39.18%
G 89 of 291 ~ 30.58%
B 88 of 291 ~ 30.24%

%39.18
%30.58
%30.24

CMYK color model

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

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

CMYK percentages

%0
%21.93
%22.81
%55.29

Codes

Color #725958 in popluar color models

725958
RGB1148988
HSL12.87%39.61%
HSB/HSV22.81%44.71%
CMYK0.00%21.93%22.81%
55.29%

Color #725958 in popluar number systems.

HEX725958
Decimal1148988
Binary111001010110011011000
Octal162131130

Shades and tints

Shades of #725958

#725958
(114,89,88)
#685150
(104,81,80)
#5E4948
(94,73,72)
#544140
(84,65,64)
#4A3938
(74,57,56)
#403130
(64,49,48)
#362928
(54,41,40)
#2C2120
(44,33,32)
#221918
(34,25,24)
#181110
(24,17,16)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #725958

#725958
(114,89,88)
#7E6867
(126,104,103)
#8A7776
(138,119,118)
#968685
(150,134,133)
#A29594
(162,149,148)
#AEA4A3
(174,164,163)
#BAB3B2
(186,179,178)
#C6C2C1
(198,194,193)
#D2D1D0
(210,209,208)
#DEE0DF
(222,224,223)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725958; }

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

This text font color is #725958.


Background Color

.myBgColor { background-color: #725958; }

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

This div background color is #725958.


Border color

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

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

This div border color is #725958.


Opacity

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

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

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

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

This text has shadow with #725958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725958 on black background.


Color preview on white background

This text has color #725958 on white background.



Black color preview on #725958 background

This text has black color on #725958 background.


White color preview on #725958 background

This text has white color on #725958 background.