COLOR #723A65

HEX: #723A65
RGB: (114,58,101)

Color info

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

RGB color model

#723A65 color RGB value is (114,58,101).

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

RGB channels and saturation

R 114 of 255 = 45%
G 58 of 255 = 23%
B 101 of 255 = 40%

114
58
101

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

Portions of RGB colors in percentages

R + G + B =
114 + 58 + 101 = 273 (100%)
R 114 of 273 ~ 41.76%
G 58 of 273 ~ 21.25%
B 101 of 273 ~ 37%

%41.76
%21.25
%37

CMYK color model

#723A65 color CMYK value is (0,49,11,55).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(0,49,11,55)
C0M49Y11K55 
(0%,49%,11%,55%)
(0.00/0.49/0.11/0.55)	

CMYK percentages

%0
%49.12
%11.4
%55.29

Codes

Color #723A65 in popluar color models

723A65
RGB11458101
HSL314°32.56%33.73%
HSB/HSV314°49.12%44.71%
CMYK0.00%49.12%11.40%
55.29%

Color #723A65 in popluar number systems.

HEX723A65
Decimal11458101
Binary11100101110101100101
Octal16272145

Shades and tints

Shades of #723A65

#723A65
(114,58,101)
#68355C
(104,53,92)
#5E3053
(94,48,83)
#542B4A
(84,43,74)
#4A2641
(74,38,65)
#402138
(64,33,56)
#361C2F
(54,28,47)
#2C1726
(44,23,38)
#22121D
(34,18,29)
#180D14
(24,13,20)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #723A65

#723A65
(114,58,101)
#7E4B73
(126,75,115)
#8A5C81
(138,92,129)
#966D8F
(150,109,143)
#A27E9D
(162,126,157)
#AE8FAB
(174,143,171)
#BAA0B9
(186,160,185)
#C6B1C7
(198,177,199)
#D2C2D5
(210,194,213)
#DED3E3
(222,211,227)
#EAE4F1
(234,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723A65 color. Also use rgb(114,58,101) instead hex code.

Text Font Color

.myTextColor { color: #723A65; }

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

This text font color is #723A65.


Background Color

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

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

This div background color is #723A65.


Border color

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

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

This div border color is #723A65.


Opacity

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

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

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

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

This text has shadow with #723A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723A65 on black background.


Color preview on white background

This text has color #723A65 on white background.



Black color preview on #723A65 background

This text has black color on #723A65 background.


White color preview on #723A65 background

This text has white color on #723A65 background.