COLOR #723F5E

HEX: #723F5E
RGB: (114,63,94)

Color info

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

RGB color model

#723F5E color RGB value is (114,63,94).

  • red value is 114;
  • green value is 63;
  • blue value is 94.
RGB:
(114,63,94)
(45%,25%,37%)

RGB channels and saturation

R 114 of 255 = 45%
G 63 of 255 = 25%
B 94 of 255 = 37%

114
63
94

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

Portions of RGB colors in percentages

R + G + B =
114 + 63 + 94 = 271 (100%)
R 114 of 271 ~ 42.07%
G 63 of 271 ~ 23.25%
B 94 of 271 ~ 34.69%

%42.07
%23.25
%34.69

CMYK color model

#723F5E color CMYK value is (0,45,18,55).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK:
(0,45,18,55)
C0M45Y18K55 
(0%,45%,18%,55%)
(0.00/0.45/0.18/0.55)	

CMYK percentages

%0
%44.74
%17.54
%55.29

Codes

Color #723F5E in popluar color models

723F5E
RGB1146394
HSL324°28.81%34.71%
HSB/HSV324°44.74%44.71%
CMYK0.00%44.74%17.54%
55.29%

Color #723F5E in popluar number systems.

HEX723F5E
Decimal1146394
Binary11100101111111011110
Octal16277136

Shades and tints

Shades of #723F5E

#723F5E
(114,63,94)
#683A56
(104,58,86)
#5E354E
(94,53,78)
#543046
(84,48,70)
#4A2B3E
(74,43,62)
#402636
(64,38,54)
#36212E
(54,33,46)
#2C1C26
(44,28,38)
#22171E
(34,23,30)
#181216
(24,18,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #723F5E

#723F5E
(114,63,94)
#7E506C
(126,80,108)
#8A617A
(138,97,122)
#967288
(150,114,136)
#A28396
(162,131,150)
#AE94A4
(174,148,164)
#BAA5B2
(186,165,178)
#C6B6C0
(198,182,192)
#D2C7CE
(210,199,206)
#DED8DC
(222,216,220)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723F5E color. Also use rgb(114,63,94) instead hex code.

Text Font Color

.myTextColor { color: #723F5E; }

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

This text font color is #723F5E.


Background Color

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

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

This div background color is #723F5E.


Border color

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

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

This div border color is #723F5E.


Opacity

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

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

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

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

This text has shadow with #723F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723F5E on black background.


Color preview on white background

This text has color #723F5E on white background.



Black color preview on #723F5E background

This text has black color on #723F5E background.


White color preview on #723F5E background

This text has white color on #723F5E background.