COLOR #723A40

HEX: #723A40
RGB: (114,58,64)

Color info

#723A40 contains red, green and blue colors in about the same proportion. Web safe color of #723A40 is #663333 (or #633).

RGB color model

#723A40 color RGB value is (114,58,64).

  • red value is 114;
  • green value is 58;
  • blue value is 64.
RGB:
(114,58,64)
(45%,23%,25%)

RGB channels and saturation

R 114 of 255 = 45%
G 58 of 255 = 23%
B 64 of 255 = 25%

114
58
64

R + G + B ~ 31%. #723A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 58 + 64 = 236 (100%)
R 114 of 236 ~ 48.31%
G 58 of 236 ~ 24.58%
B 64 of 236 ~ 27.12%

%48.31
%24.58
%27.12

CMYK color model

#723A40 color CMYK value is (0,49,44,55).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 43.86%
  • key color value is 55.29%
CMYK:
(0,49,44,55)
C0M49Y44K55 
(0%,49%,44%,55%)
(0.00/0.49/0.44/0.55)	

CMYK percentages

%0
%49.12
%43.86
%55.29

Codes

Color #723A40 in popluar color models

723A40
RGB1145864
HSL354°32.56%33.73%
HSB/HSV354°49.12%44.71%
CMYK0.00%49.12%43.86%
55.29%

Color #723A40 in popluar number systems.

HEX723A40
Decimal1145864
Binary11100101110101000000
Octal16272100

Shades and tints

Shades of #723A40

#723A40
(114,58,64)
#68353B
(104,53,59)
#5E3036
(94,48,54)
#542B31
(84,43,49)
#4A262C
(74,38,44)
#402127
(64,33,39)
#361C22
(54,28,34)
#2C171D
(44,23,29)
#221218
(34,18,24)
#180D13
(24,13,19)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #723A40

#723A40
(114,58,64)
#7E4B51
(126,75,81)
#8A5C62
(138,92,98)
#966D73
(150,109,115)
#A27E84
(162,126,132)
#AE8F95
(174,143,149)
#BAA0A6
(186,160,166)
#C6B1B7
(198,177,183)
#D2C2C8
(210,194,200)
#DED3D9
(222,211,217)
#EAE4EA
(234,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723A40; }

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

This text font color is #723A40.


Background Color

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

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

This div background color is #723A40.


Border color

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

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

This div border color is #723A40.


Opacity

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

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

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

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

This text has shadow with #723A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723A40 on black background.


Color preview on white background

This text has color #723A40 on white background.



Black color preview on #723A40 background

This text has black color on #723A40 background.


White color preview on #723A40 background

This text has white color on #723A40 background.