COLOR #723C59

HEX: #723C59 RGB: (114,60,89)

Color info

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

RGB color model

#723C59 color RGB value is (114,60,89).

RGB: (114,60,89) (45%, 24%, 35%)

RGB channels and saturation

R 114 of 255 = 45%
G 60 of 255 = 24%
B 89 of 255 = 35%

114
60
89

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

Portions of RGB colors in percentages

R + G + B = 114 + 60 + 89 = 263 (100%)
R 114 of 263 ~ 43.35%
G 60 of 263 ~ 22.81%
B 89 of 263 ~ 33.84'%

%43.35
%22.81
%33.84

CMYK color model

#723C59 color CMYK value is (0,47,22,55).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 21.93%
  • key color value is 55.29%

CMYK: (0,47,22,55)
C0M47Y22K55 (0%, 47%, 22%, 55%)
(0.00 / 0.47 / 0.22 / 0.55)

CMYK percentages

%0
%47.37
%21.93
%55.29

Codes

Color #723C59 in popluar color models

72 3C 59
RGB 114 60 89
HSL 328° 31.03% 34.12%
HSB/HSV 328° 47.37% 44.71%
CMYK 0.00% 47.37% 21.93%
55.29%

Color #723C59 in popluar number systems.

HEX 72 3C 59
Decimal 114 60 89
Binary 1110010 111100 1011001
Octal 162 74 131

Shades and tints

Shades of #723C59

#723C59
(114,60,89)
#683751
(104,55,81)
#5E3249
(94,50,73)
#542D41
(84,45,65)
#4A2839
(74,40,57)
#402331
(64,35,49)
#361E29
(54,30,41)
#2C1921
(44,25,33)
#221419
(34,20,25)
#180F11
(24,15,17)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #723C59

#723C59
(114,60,89)
#7E4D68
(126,77,104)
#8A5E77
(138,94,119)
#966F86
(150,111,134)
#A28095
(162,128,149)
#AE91A4
(174,145,164)
#BAA2B3
(186,162,179)
#C6B3C2
(198,179,194)
#D2C4D1
(210,196,209)
#DED5E0
(222,213,224)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723C59; }

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

This text font color is #723C59.

Background Color

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

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

This div background color is #723C59.

Border color

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

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

This div border color is #723C59.

Opacity

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

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

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

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

This text has shadow with #723C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #723C59.

Preview

Color preview on black background

This text has color #723C59 on black background.


Color preview on white background

This text has color #723C59 on white background.


Black color preview on #723C59 background

This text has black color on #723C59 background.


White color preview on #723C59 background

This text has white color on #723C59 background.


Related colors

Complementary color

Complementary color for #hex is #8DC3A6.


I love getcolorcode.com

Triadic colors

1 #59723C and #3C5972 with #723C59 are triadic colors.

2 #593C72 and #3C7259 with #723C59 are triadic colors.