COLOR #723A5B

HEX: #723A5B RGB: (114,58,91)

Color info

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

RGB color model

#723A5B color RGB value is (114,58,91).

RGB: (114,58,91) (45%, 23%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 58 of 255 = 23%
B 91 of 255 = 36%

114
58
91

R + G + B ~ 35%. #723A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 58 + 91 = 263 (100%)
R 114 of 263 ~ 43.35%
G 58 of 263 ~ 22.05%
B 91 of 263 ~ 34.6'%

%43.35
%22.05
%34.6

CMYK color model

#723A5B color CMYK value is (0,49,20,55).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 20.18%
  • key color value is 55.29%
CMYK: (0,49,20,55) C0M49Y20K55 (0%,49%,20%,55%) (0.00/0.49/0.20/0.55) 

CMYK percentages

%0
%49.12
%20.18
%55.29

Codes

Color #723A5B in popluar color models

72 3A 5B
RGB 114 58 91
HSL 325° 32.56% 33.73%
HSB/HSV 325° 49.12% 44.71%
CMYK 0.00% 49.12% 20.18%
55.29%

Color #723A5B in popluar number systems.

HEX 72 3A 5B
Decimal 114 58 91
Binary 1110010 111010 1011011
Octal 162 72 133

Shades and tints

Shades of #723A5B

#723A5B
(114,58,91)
#683553
(104,53,83)
#5E304B
(94,48,75)
#542B43
(84,43,67)
#4A263B
(74,38,59)
#402133
(64,33,51)
#361C2B
(54,28,43)
#2C1723
(44,23,35)
#22121B
(34,18,27)
#180D13
(24,13,19)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #723A5B

#723A5B
(114,58,91)
#7E4B69
(126,75,105)
#8A5C77
(138,92,119)
#966D85
(150,109,133)
#A27E93
(162,126,147)
#AE8FA1
(174,143,161)
#BAA0AF
(186,160,175)
#C6B1BD
(198,177,189)
#D2C2CB
(210,194,203)
#DED3D9
(222,211,217)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723A5B; }

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

This text font color is #723A5B.

Background Color

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

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

This div background color is #723A5B.

Border color

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

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

This div border color is #723A5B.

Opacity

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

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

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

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

This text has shadow with #723A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #723A5B.

Preview

Color preview on black background

This text has color #723A5B on black background.


Color preview on white background

This text has color #723A5B on white background.


Black color preview on #723A5B background

This text has black color on #723A5B background.


White color preview on #723A5B background

This text has white color on #723A5B background.


Related colors

Complementary color

Complementary color for #hex is #8DC5A4.


I love getcolorcode.com

Triadic colors

1 #5B723A and #3A5B72 with #723A5B are triadic colors.

2 #5B3A72 and #3A725B with #723A5B are triadic colors.