COLOR #723C6D

HEX: #723C6D
RGB: (114,60,109)

Color info

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

RGB color model

#723C6D color RGB value is (114,60,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 60 of 255 = 24%
B 109 of 255 = 43%

114
60
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 60 + 109 = 283 (100%)
R 114 of 283 ~ 40.28%
G 60 of 283 ~ 21.2%
B 109 of 283 ~ 38.52%

%40.28
%21.2
%38.52

CMYK color model

#723C6D color CMYK value is (0,47,4,55).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK:
(0,47,4,55)
C0M47Y4K55 
(0%,47%,4%,55%)
(0.00/0.47/0.04/0.55)	

CMYK percentages

%0
%47.37
%4.39
%55.29

Codes

Color #723C6D in popluar color models

723C6D
RGB11460109
HSL306°31.03%34.12%
HSB/HSV306°47.37%44.71%
CMYK0.00%47.37%4.39%
55.29%

Color #723C6D in popluar number systems.

HEX723C6D
Decimal11460109
Binary11100101111001101101
Octal16274155

Shades and tints

Shades of #723C6D

#723C6D
(114,60,109)
#683764
(104,55,100)
#5E325B
(94,50,91)
#542D52
(84,45,82)
#4A2849
(74,40,73)
#402340
(64,35,64)
#361E37
(54,30,55)
#2C192E
(44,25,46)
#221425
(34,20,37)
#180F1C
(24,15,28)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #723C6D

#723C6D
(114,60,109)
#7E4D7A
(126,77,122)
#8A5E87
(138,94,135)
#966F94
(150,111,148)
#A280A1
(162,128,161)
#AE91AE
(174,145,174)
#BAA2BB
(186,162,187)
#C6B3C8
(198,179,200)
#D2C4D5
(210,196,213)
#DED5E2
(222,213,226)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723C6D; }

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

This text font color is #723C6D.


Background Color

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

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

This div background color is #723C6D.


Border color

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

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

This div border color is #723C6D.


Opacity

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

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

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

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

This text has shadow with #723C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723C6D on black background.


Color preview on white background

This text has color #723C6D on white background.



Black color preview on #723C6D background

This text has black color on #723C6D background.


White color preview on #723C6D background

This text has white color on #723C6D background.