COLOR #723A4C

HEX: #723A4C
RGB: (114,58,76)

Color info

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

RGB color model

#723A4C color RGB value is (114,58,76).

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

RGB channels and saturation

R 114 of 255 = 45%
G 58 of 255 = 23%
B 76 of 255 = 30%

114
58
76

R + G + B ~ 33%. #723A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 58 + 76 = 248 (100%)
R 114 of 248 ~ 45.97%
G 58 of 248 ~ 23.39%
B 76 of 248 ~ 30.65%

%45.97
%23.39
%30.65

CMYK color model

#723A4C color CMYK value is (0,49,33,55).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(0,49,33,55)
C0M49Y33K55 
(0%,49%,33%,55%)
(0.00/0.49/0.33/0.55)	

CMYK percentages

%0
%49.12
%33.33
%55.29

Codes

Color #723A4C in popluar color models

723A4C
RGB1145876
HSL341°32.56%33.73%
HSB/HSV341°49.12%44.71%
CMYK0.00%49.12%33.33%
55.29%

Color #723A4C in popluar number systems.

HEX723A4C
Decimal1145876
Binary11100101110101001100
Octal16272114

Shades and tints

Shades of #723A4C

#723A4C
(114,58,76)
#683546
(104,53,70)
#5E3040
(94,48,64)
#542B3A
(84,43,58)
#4A2634
(74,38,52)
#40212E
(64,33,46)
#361C28
(54,28,40)
#2C1722
(44,23,34)
#22121C
(34,18,28)
#180D16
(24,13,22)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #723A4C

#723A4C
(114,58,76)
#7E4B5C
(126,75,92)
#8A5C6C
(138,92,108)
#966D7C
(150,109,124)
#A27E8C
(162,126,140)
#AE8F9C
(174,143,156)
#BAA0AC
(186,160,172)
#C6B1BC
(198,177,188)
#D2C2CC
(210,194,204)
#DED3DC
(222,211,220)
#EAE4EC
(234,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #723A4C; }

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

This text font color is #723A4C.


Background Color

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

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

This div background color is #723A4C.


Border color

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

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

This div border color is #723A4C.


Opacity

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

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

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

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

This text has shadow with #723A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723A4C on black background.


Color preview on white background

This text has color #723A4C on white background.



Black color preview on #723A4C background

This text has black color on #723A4C background.


White color preview on #723A4C background

This text has white color on #723A4C background.