COLOR #723D5F

HEX: #723D5F
RGB: (114,61,95)

Color info

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

RGB color model

#723D5F color RGB value is (114,61,95).

  • red value is 114;
  • green value is 61;
  • blue value is 95.
RGB:
(114,61,95)
(45%,24%,37%)

RGB channels and saturation

R 114 of 255 = 45%
G 61 of 255 = 24%
B 95 of 255 = 37%

114
61
95

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

Portions of RGB colors in percentages

R + G + B =
114 + 61 + 95 = 270 (100%)
R 114 of 270 ~ 42.22%
G 61 of 270 ~ 22.59%
B 95 of 270 ~ 35.19%

%42.22
%22.59
%35.19

CMYK color model

#723D5F color CMYK value is (0,46,17,55).

  • cyan value is 0.00%
  • magenta value is 46.49%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK:
(0,46,17,55)
C0M46Y17K55 
(0%,46%,17%,55%)
(0.00/0.46/0.17/0.55)	

CMYK percentages

%0
%46.49
%16.67
%55.29

Codes

Color #723D5F in popluar color models

723D5F
RGB1146195
HSL322°30.29%34.31%
HSB/HSV322°46.49%44.71%
CMYK0.00%46.49%16.67%
55.29%

Color #723D5F in popluar number systems.

HEX723D5F
Decimal1146195
Binary11100101111011011111
Octal16275137

Shades and tints

Shades of #723D5F

#723D5F
(114,61,95)
#683857
(104,56,87)
#5E334F
(94,51,79)
#542E47
(84,46,71)
#4A293F
(74,41,63)
#402437
(64,36,55)
#361F2F
(54,31,47)
#2C1A27
(44,26,39)
#22151F
(34,21,31)
#181017
(24,16,23)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #723D5F

#723D5F
(114,61,95)
#7E4E6D
(126,78,109)
#8A5F7B
(138,95,123)
#967089
(150,112,137)
#A28197
(162,129,151)
#AE92A5
(174,146,165)
#BAA3B3
(186,163,179)
#C6B4C1
(198,180,193)
#D2C5CF
(210,197,207)
#DED6DD
(222,214,221)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723D5F color. Also use rgb(114,61,95) instead hex code.

Text Font Color

.myTextColor { color: #723D5F; }

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

This text font color is #723D5F.


Background Color

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

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

This div background color is #723D5F.


Border color

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

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

This div border color is #723D5F.


Opacity

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

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

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

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

This text has shadow with #723D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723D5F on black background.


Color preview on white background

This text has color #723D5F on white background.



Black color preview on #723D5F background

This text has black color on #723D5F background.


White color preview on #723D5F background

This text has white color on #723D5F background.