COLOR #725862

HEX: #725862
RGB: (114,88,98)

Color info

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

RGB color model

#725862 color RGB value is (114,88,98).

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

RGB channels and saturation

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

114
88
98

R + G + B ~ 39%. #725862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 98 = 300 (100%)
R 114 of 300 ~ 38%
G 88 of 300 ~ 29.33%
B 98 of 300 ~ 32.67%

%38
%29.33
%32.67

CMYK color model

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

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

CMYK percentages

%0
%22.81
%14.04
%55.29

Codes

Color #725862 in popluar color models

725862
RGB1148898
HSL337°12.87%39.61%
HSB/HSV337°22.81%44.71%
CMYK0.00%22.81%14.04%
55.29%

Color #725862 in popluar number systems.

HEX725862
Decimal1148898
Binary111001010110001100010
Octal162130142

Shades and tints

Shades of #725862

#725862
(114,88,98)
#68505A
(104,80,90)
#5E4852
(94,72,82)
#54404A
(84,64,74)
#4A3842
(74,56,66)
#40303A
(64,48,58)
#362832
(54,40,50)
#2C202A
(44,32,42)
#221822
(34,24,34)
#18101A
(24,16,26)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #725862

#725862
(114,88,98)
#7E6770
(126,103,112)
#8A767E
(138,118,126)
#96858C
(150,133,140)
#A2949A
(162,148,154)
#AEA3A8
(174,163,168)
#BAB2B6
(186,178,182)
#C6C1C4
(198,193,196)
#D2D0D2
(210,208,210)
#DEDFE0
(222,223,224)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725862; }

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

This text font color is #725862.


Background Color

.myBgColor { background-color: #725862; }

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

This div background color is #725862.


Border color

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

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

This div border color is #725862.


Opacity

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

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

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

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

This text has shadow with #725862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725862 on black background.


Color preview on white background

This text has color #725862 on white background.



Black color preview on #725862 background

This text has black color on #725862 background.


White color preview on #725862 background

This text has white color on #725862 background.