COLOR #725856

HEX: #725856
RGB: (114,88,86)

Color info

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

RGB color model

#725856 color RGB value is (114,88,86).

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

RGB channels and saturation

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

114
88
86

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

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 86 = 288 (100%)
R 114 of 288 ~ 39.58%
G 88 of 288 ~ 30.56%
B 86 of 288 ~ 29.86%

%39.58
%30.56
%29.86

CMYK color model

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

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

CMYK percentages

%0
%22.81
%24.56
%55.29

Codes

Color #725856 in popluar color models

725856
RGB1148886
HSL14.00%39.22%
HSB/HSV24.56%44.71%
CMYK0.00%22.81%24.56%
55.29%

Color #725856 in popluar number systems.

HEX725856
Decimal1148886
Binary111001010110001010110
Octal162130126

Shades and tints

Shades of #725856

#725856
(114,88,86)
#68504F
(104,80,79)
#5E4848
(94,72,72)
#544041
(84,64,65)
#4A383A
(74,56,58)
#403033
(64,48,51)
#36282C
(54,40,44)
#2C2025
(44,32,37)
#22181E
(34,24,30)
#181017
(24,16,23)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #725856

#725856
(114,88,86)
#7E6765
(126,103,101)
#8A7674
(138,118,116)
#968583
(150,133,131)
#A29492
(162,148,146)
#AEA3A1
(174,163,161)
#BAB2B0
(186,178,176)
#C6C1BF
(198,193,191)
#D2D0CE
(210,208,206)
#DEDFDD
(222,223,221)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725856; }

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

This text font color is #725856.


Background Color

.myBgColor { background-color: #725856; }

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

This div background color is #725856.


Border color

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

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

This div border color is #725856.


Opacity

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

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

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

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

This text has shadow with #725856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725856 on black background.


Color preview on white background

This text has color #725856 on white background.



Black color preview on #725856 background

This text has black color on #725856 background.


White color preview on #725856 background

This text has white color on #725856 background.