COLOR #725465

HEX: #725465
RGB: (114,84,101)

Color info

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

RGB color model

#725465 color RGB value is (114,84,101).

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

RGB channels and saturation

R 114 of 255 = 45%
G 84 of 255 = 33%
B 101 of 255 = 40%

114
84
101

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

Portions of RGB colors in percentages

R + G + B =
114 + 84 + 101 = 299 (100%)
R 114 of 299 ~ 38.13%
G 84 of 299 ~ 28.09%
B 101 of 299 ~ 33.78%

%38.13
%28.09
%33.78

CMYK color model

#725465 color CMYK value is (0,26,11,55).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(0,26,11,55)
C0M26Y11K55 
(0%,26%,11%,55%)
(0.00/0.26/0.11/0.55)	

CMYK percentages

%0
%26.32
%11.4
%55.29

Codes

Color #725465 in popluar color models

725465
RGB11484101
HSL326°15.15%38.82%
HSB/HSV326°26.32%44.71%
CMYK0.00%26.32%11.40%
55.29%

Color #725465 in popluar number systems.

HEX725465
Decimal11484101
Binary111001010101001100101
Octal162124145

Shades and tints

Shades of #725465

#725465
(114,84,101)
#684D5C
(104,77,92)
#5E4653
(94,70,83)
#543F4A
(84,63,74)
#4A3841
(74,56,65)
#403138
(64,49,56)
#362A2F
(54,42,47)
#2C2326
(44,35,38)
#221C1D
(34,28,29)
#181514
(24,21,20)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #725465

#725465
(114,84,101)
#7E6373
(126,99,115)
#8A7281
(138,114,129)
#96818F
(150,129,143)
#A2909D
(162,144,157)
#AE9FAB
(174,159,171)
#BAAEB9
(186,174,185)
#C6BDC7
(198,189,199)
#D2CCD5
(210,204,213)
#DEDBE3
(222,219,227)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725465; }

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

This text font color is #725465.


Background Color

.myBgColor { background-color: #725465; }

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

This div background color is #725465.


Border color

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

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

This div border color is #725465.


Opacity

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

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

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

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

This text has shadow with #725465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725465 on black background.


Color preview on white background

This text has color #725465 on white background.



Black color preview on #725465 background

This text has black color on #725465 background.


White color preview on #725465 background

This text has white color on #725465 background.