COLOR #723C66

HEX: #723C66
RGB: (114,60,102)

Color info

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

RGB color model

#723C66 color RGB value is (114,60,102).

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

RGB channels and saturation

R 114 of 255 = 45%
G 60 of 255 = 24%
B 102 of 255 = 40%

114
60
102

R + G + B ~ 36%. #723C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 60 + 102 = 276 (100%)
R 114 of 276 ~ 41.3%
G 60 of 276 ~ 21.74%
B 102 of 276 ~ 36.96%

%41.3
%21.74
%36.96

CMYK color model

#723C66 color CMYK value is (0,47,11,55).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(0,47,11,55)
C0M47Y11K55 
(0%,47%,11%,55%)
(0.00/0.47/0.11/0.55)	

CMYK percentages

%0
%47.37
%10.53
%55.29

Codes

Color #723C66 in popluar color models

723C66
RGB11460102
HSL313°31.03%34.12%
HSB/HSV313°47.37%44.71%
CMYK0.00%47.37%10.53%
55.29%

Color #723C66 in popluar number systems.

HEX723C66
Decimal11460102
Binary11100101111001100110
Octal16274146

Shades and tints

Shades of #723C66

#723C66
(114,60,102)
#68375D
(104,55,93)
#5E3254
(94,50,84)
#542D4B
(84,45,75)
#4A2842
(74,40,66)
#402339
(64,35,57)
#361E30
(54,30,48)
#2C1927
(44,25,39)
#22141E
(34,20,30)
#180F15
(24,15,21)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #723C66

#723C66
(114,60,102)
#7E4D73
(126,77,115)
#8A5E80
(138,94,128)
#966F8D
(150,111,141)
#A2809A
(162,128,154)
#AE91A7
(174,145,167)
#BAA2B4
(186,162,180)
#C6B3C1
(198,179,193)
#D2C4CE
(210,196,206)
#DED5DB
(222,213,219)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723C66; }

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

This text font color is #723C66.


Background Color

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

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

This div background color is #723C66.


Border color

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

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

This div border color is #723C66.


Opacity

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

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

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

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

This text has shadow with #723C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723C66 on black background.


Color preview on white background

This text has color #723C66 on white background.



Black color preview on #723C66 background

This text has black color on #723C66 background.


White color preview on #723C66 background

This text has white color on #723C66 background.