COLOR #725B65

HEX: #725B65
RGB: (114,91,101)

Color info

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

RGB color model

#725B65 color RGB value is (114,91,101).

  • red value is 114;
  • green value is 91;
  • blue value is 101.
RGB:
(114,91,101)
(45%,36%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 101 of 255 = 40%

114
91
101

R + G + B ~ 40%. #725B65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 91 + 101 = 306 (100%)
R 114 of 306 ~ 37.25%
G 91 of 306 ~ 29.74%
B 101 of 306 ~ 33.01%

%37.25
%29.74
%33.01

CMYK color model

#725B65 color CMYK value is (0,20,11,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(0,20,11,55)
C0M20Y11K55 
(0%,20%,11%,55%)
(0.00/0.20/0.11/0.55)	

CMYK percentages

%0
%20.18
%11.4
%55.29

Codes

Color #725B65 in popluar color models

725B65
RGB11491101
HSL334°11.22%40.20%
HSB/HSV334°20.18%44.71%
CMYK0.00%20.18%11.40%
55.29%

Color #725B65 in popluar number systems.

HEX725B65
Decimal11491101
Binary111001010110111100101
Octal162133145

Shades and tints

Shades of #725B65

#725B65
(114,91,101)
#68535C
(104,83,92)
#5E4B53
(94,75,83)
#54434A
(84,67,74)
#4A3B41
(74,59,65)
#403338
(64,51,56)
#362B2F
(54,43,47)
#2C2326
(44,35,38)
#221B1D
(34,27,29)
#181314
(24,19,20)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #725B65

#725B65
(114,91,101)
#7E6973
(126,105,115)
#8A7781
(138,119,129)
#96858F
(150,133,143)
#A2939D
(162,147,157)
#AEA1AB
(174,161,171)
#BAAFB9
(186,175,185)
#C6BDC7
(198,189,199)
#D2CBD5
(210,203,213)
#DED9E3
(222,217,227)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725B65 color. Also use rgb(114,91,101) instead hex code.

Text Font Color

.myTextColor { color: #725B65; }

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

This text font color is #725B65.


Background Color

.myBgColor { background-color: #725B65; }

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

This div background color is #725B65.


Border color

.myBorderColor { border: 1px solid #725B65; }

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

This div border color is #725B65.


Opacity

.myOpacity80 { color: #725B65; opacity: 0.8; }

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

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

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

This text has shadow with #725B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725B65 on black background.


Color preview on white background

This text has color #725B65 on white background.



Black color preview on #725B65 background

This text has black color on #725B65 background.


White color preview on #725B65 background

This text has white color on #725B65 background.