COLOR #725567

HEX: #725567
RGB: (114,85,103)

Color info

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

RGB color model

#725567 color RGB value is (114,85,103).

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

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 103 of 255 = 40%

114
85
103

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

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 103 = 302 (100%)
R 114 of 302 ~ 37.75%
G 85 of 302 ~ 28.15%
B 103 of 302 ~ 34.11%

%37.75
%28.15
%34.11

CMYK color model

#725567 color CMYK value is (0,25,10,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 9.65%
  • key color value is 55.29%
CMYK:
(0,25,10,55)
C0M25Y10K55 
(0%,25%,10%,55%)
(0.00/0.25/0.10/0.55)	

CMYK percentages

%0
%25.44
%9.65
%55.29

Codes

Color #725567 in popluar color models

725567
RGB11485103
HSL323°14.57%39.02%
HSB/HSV323°25.44%44.71%
CMYK0.00%25.44%9.65%
55.29%

Color #725567 in popluar number systems.

HEX725567
Decimal11485103
Binary111001010101011100111
Octal162125147

Shades and tints

Shades of #725567

#725567
(114,85,103)
#684E5E
(104,78,94)
#5E4755
(94,71,85)
#54404C
(84,64,76)
#4A3943
(74,57,67)
#40323A
(64,50,58)
#362B31
(54,43,49)
#2C2428
(44,36,40)
#221D1F
(34,29,31)
#181616
(24,22,22)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #725567

#725567
(114,85,103)
#7E6474
(126,100,116)
#8A7381
(138,115,129)
#96828E
(150,130,142)
#A2919B
(162,145,155)
#AEA0A8
(174,160,168)
#BAAFB5
(186,175,181)
#C6BEC2
(198,190,194)
#D2CDCF
(210,205,207)
#DEDCDC
(222,220,220)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725567 color. Also use rgb(114,85,103) instead hex code.

Text Font Color

.myTextColor { color: #725567; }

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

This text font color is #725567.


Background Color

.myBgColor { background-color: #725567; }

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

This div background color is #725567.


Border color

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

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

This div border color is #725567.


Opacity

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

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

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

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

This text has shadow with #725567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725567 on black background.


Color preview on white background

This text has color #725567 on white background.



Black color preview on #725567 background

This text has black color on #725567 background.


White color preview on #725567 background

This text has white color on #725567 background.