COLOR #723B6D

HEX: #723B6D
RGB: (114,59,109)

Color info

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

RGB color model

#723B6D color RGB value is (114,59,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 59 of 255 = 23%
B 109 of 255 = 43%

114
59
109

R + G + B ~ 37%. #723B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 59 + 109 = 282 (100%)
R 114 of 282 ~ 40.43%
G 59 of 282 ~ 20.92%
B 109 of 282 ~ 38.65%

%40.43
%20.92
%38.65

CMYK color model

#723B6D color CMYK value is (0,48,4,55).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK:
(0,48,4,55)
C0M48Y4K55 
(0%,48%,4%,55%)
(0.00/0.48/0.04/0.55)	

CMYK percentages

%0
%48.25
%4.39
%55.29

Codes

Color #723B6D in popluar color models

723B6D
RGB11459109
HSL305°31.79%33.92%
HSB/HSV305°48.25%44.71%
CMYK0.00%48.25%4.39%
55.29%

Color #723B6D in popluar number systems.

HEX723B6D
Decimal11459109
Binary11100101110111101101
Octal16273155

Shades and tints

Shades of #723B6D

#723B6D
(114,59,109)
#683664
(104,54,100)
#5E315B
(94,49,91)
#542C52
(84,44,82)
#4A2749
(74,39,73)
#402240
(64,34,64)
#361D37
(54,29,55)
#2C182E
(44,24,46)
#221325
(34,19,37)
#180E1C
(24,14,28)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #723B6D

#723B6D
(114,59,109)
#7E4C7A
(126,76,122)
#8A5D87
(138,93,135)
#966E94
(150,110,148)
#A27FA1
(162,127,161)
#AE90AE
(174,144,174)
#BAA1BB
(186,161,187)
#C6B2C8
(198,178,200)
#D2C3D5
(210,195,213)
#DED4E2
(222,212,226)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723B6D; }

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

This text font color is #723B6D.


Background Color

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

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

This div background color is #723B6D.


Border color

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

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

This div border color is #723B6D.


Opacity

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

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

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

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

This text has shadow with #723B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723B6D on black background.


Color preview on white background

This text has color #723B6D on white background.



Black color preview on #723B6D background

This text has black color on #723B6D background.


White color preview on #723B6D background

This text has white color on #723B6D background.