COLOR #723B66

HEX: #723B66
RGB: (114,59,102)

Color info

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

RGB color model

#723B66 color RGB value is (114,59,102).

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

RGB channels and saturation

R 114 of 255 = 45%
G 59 of 255 = 23%
B 102 of 255 = 40%

114
59
102

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

Portions of RGB colors in percentages

R + G + B =
114 + 59 + 102 = 275 (100%)
R 114 of 275 ~ 41.45%
G 59 of 275 ~ 21.45%
B 102 of 275 ~ 37.09%

%41.45
%21.45
%37.09

CMYK color model

#723B66 color CMYK value is (0,48,11,55).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(0,48,11,55)
C0M48Y11K55 
(0%,48%,11%,55%)
(0.00/0.48/0.11/0.55)	

CMYK percentages

%0
%48.25
%10.53
%55.29

Codes

Color #723B66 in popluar color models

723B66
RGB11459102
HSL313°31.79%33.92%
HSB/HSV313°48.25%44.71%
CMYK0.00%48.25%10.53%
55.29%

Color #723B66 in popluar number systems.

HEX723B66
Decimal11459102
Binary11100101110111100110
Octal16273146

Shades and tints

Shades of #723B66

#723B66
(114,59,102)
#68365D
(104,54,93)
#5E3154
(94,49,84)
#542C4B
(84,44,75)
#4A2742
(74,39,66)
#402239
(64,34,57)
#361D30
(54,29,48)
#2C1827
(44,24,39)
#22131E
(34,19,30)
#180E15
(24,14,21)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #723B66

#723B66
(114,59,102)
#7E4C73
(126,76,115)
#8A5D80
(138,93,128)
#966E8D
(150,110,141)
#A27F9A
(162,127,154)
#AE90A7
(174,144,167)
#BAA1B4
(186,161,180)
#C6B2C1
(198,178,193)
#D2C3CE
(210,195,206)
#DED4DB
(222,212,219)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723B66; }

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

This text font color is #723B66.


Background Color

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

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

This div background color is #723B66.


Border color

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

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

This div border color is #723B66.


Opacity

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

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

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

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

This text has shadow with #723B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723B66 on black background.


Color preview on white background

This text has color #723B66 on white background.



Black color preview on #723B66 background

This text has black color on #723B66 background.


White color preview on #723B66 background

This text has white color on #723B66 background.