COLOR #723F65

HEX: #723F65
RGB: (114,63,101)

Color info

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

RGB color model

#723F65 color RGB value is (114,63,101).

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

RGB channels and saturation

R 114 of 255 = 45%
G 63 of 255 = 25%
B 101 of 255 = 40%

114
63
101

R + G + B ~ 37%. #723F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 63 + 101 = 278 (100%)
R 114 of 278 ~ 41.01%
G 63 of 278 ~ 22.66%
B 101 of 278 ~ 36.33%

%41.01
%22.66
%36.33

CMYK color model

#723F65 color CMYK value is (0,45,11,55).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(0,45,11,55)
C0M45Y11K55 
(0%,45%,11%,55%)
(0.00/0.45/0.11/0.55)	

CMYK percentages

%0
%44.74
%11.4
%55.29

Codes

Color #723F65 in popluar color models

723F65
RGB11463101
HSL315°28.81%34.71%
HSB/HSV315°44.74%44.71%
CMYK0.00%44.74%11.40%
55.29%

Color #723F65 in popluar number systems.

HEX723F65
Decimal11463101
Binary11100101111111100101
Octal16277145

Shades and tints

Shades of #723F65

#723F65
(114,63,101)
#683A5C
(104,58,92)
#5E3553
(94,53,83)
#54304A
(84,48,74)
#4A2B41
(74,43,65)
#402638
(64,38,56)
#36212F
(54,33,47)
#2C1C26
(44,28,38)
#22171D
(34,23,29)
#181214
(24,18,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #723F65

#723F65
(114,63,101)
#7E5073
(126,80,115)
#8A6181
(138,97,129)
#96728F
(150,114,143)
#A2839D
(162,131,157)
#AE94AB
(174,148,171)
#BAA5B9
(186,165,185)
#C6B6C7
(198,182,199)
#D2C7D5
(210,199,213)
#DED8E3
(222,216,227)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723F65; }

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

This text font color is #723F65.


Background Color

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

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

This div background color is #723F65.


Border color

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

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

This div border color is #723F65.


Opacity

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

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

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

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

This text has shadow with #723F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723F65 on black background.


Color preview on white background

This text has color #723F65 on white background.



Black color preview on #723F65 background

This text has black color on #723F65 background.


White color preview on #723F65 background

This text has white color on #723F65 background.