COLOR #723C57

HEX: #723C57
RGB: (114,60,87)

Color info

#723C57 contains red, green and blue colors in about the same proportion. Web safe color of #723C57 is #663366 (or #636).

RGB color model

#723C57 color RGB value is (114,60,87).

  • red value is 114;
  • green value is 60;
  • blue value is 87.
RGB:
(114,60,87)
(45%,24%,34%)

RGB channels and saturation

R 114 of 255 = 45%
G 60 of 255 = 24%
B 87 of 255 = 34%

114
60
87

R + G + B ~ 34%. #723C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 60 + 87 = 261 (100%)
R 114 of 261 ~ 43.68%
G 60 of 261 ~ 22.99%
B 87 of 261 ~ 33.33%

%43.68
%22.99
%33.33

CMYK color model

#723C57 color CMYK value is (0,47,24,55).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(0,47,24,55)
C0M47Y24K55 
(0%,47%,24%,55%)
(0.00/0.47/0.24/0.55)	

CMYK percentages

%0
%47.37
%23.68
%55.29

Codes

Color #723C57 in popluar color models

723C57
RGB1146087
HSL330°31.03%34.12%
HSB/HSV330°47.37%44.71%
CMYK0.00%47.37%23.68%
55.29%

Color #723C57 in popluar number systems.

HEX723C57
Decimal1146087
Binary11100101111001010111
Octal16274127

Shades and tints

Shades of #723C57

#723C57
(114,60,87)
#683750
(104,55,80)
#5E3249
(94,50,73)
#542D42
(84,45,66)
#4A283B
(74,40,59)
#402334
(64,35,52)
#361E2D
(54,30,45)
#2C1926
(44,25,38)
#22141F
(34,20,31)
#180F18
(24,15,24)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #723C57

#723C57
(114,60,87)
#7E4D66
(126,77,102)
#8A5E75
(138,94,117)
#966F84
(150,111,132)
#A28093
(162,128,147)
#AE91A2
(174,145,162)
#BAA2B1
(186,162,177)
#C6B3C0
(198,179,192)
#D2C4CF
(210,196,207)
#DED5DE
(222,213,222)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723C57 color. Also use rgb(114,60,87) instead hex code.

Text Font Color

.myTextColor { color: #723C57; }

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

This text font color is #723C57.


Background Color

.myBgColor { background-color: #723C57; }

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

This div background color is #723C57.


Border color

.myBorderColor { border: 1px solid #723C57; }

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

This div border color is #723C57.


Opacity

.myOpacity80 { color: #723C57; opacity: 0.8; }

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

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

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

This text has shadow with #723C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723C57 on black background.


Color preview on white background

This text has color #723C57 on white background.



Black color preview on #723C57 background

This text has black color on #723C57 background.


White color preview on #723C57 background

This text has white color on #723C57 background.