COLOR #724453

HEX: #724453
RGB: (114,68,83)

Color info

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

RGB color model

#724453 color RGB value is (114,68,83).

  • red value is 114;
  • green value is 68;
  • blue value is 83.
RGB:
(114,68,83)
(45%,27%,33%)

RGB channels and saturation

R 114 of 255 = 45%
G 68 of 255 = 27%
B 83 of 255 = 33%

114
68
83

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

Portions of RGB colors in percentages

R + G + B =
114 + 68 + 83 = 265 (100%)
R 114 of 265 ~ 43.02%
G 68 of 265 ~ 25.66%
B 83 of 265 ~ 31.32%

%43.02
%25.66
%31.32

CMYK color model

#724453 color CMYK value is (0,40,27,55).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 27.19%
  • key color value is 55.29%
CMYK:
(0,40,27,55)
C0M40Y27K55 
(0%,40%,27%,55%)
(0.00/0.40/0.27/0.55)	

CMYK percentages

%0
%40.35
%27.19
%55.29

Codes

Color #724453 in popluar color models

724453
RGB1146883
HSL340°25.27%35.69%
HSB/HSV340°40.35%44.71%
CMYK0.00%40.35%27.19%
55.29%

Color #724453 in popluar number systems.

HEX724453
Decimal1146883
Binary111001010001001010011
Octal162104123

Shades and tints

Shades of #724453

#724453
(114,68,83)
#683E4C
(104,62,76)
#5E3845
(94,56,69)
#54323E
(84,50,62)
#4A2C37
(74,44,55)
#402630
(64,38,48)
#362029
(54,32,41)
#2C1A22
(44,26,34)
#22141B
(34,20,27)
#180E14
(24,14,20)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #724453

#724453
(114,68,83)
#7E5562
(126,85,98)
#8A6671
(138,102,113)
#967780
(150,119,128)
#A2888F
(162,136,143)
#AE999E
(174,153,158)
#BAAAAD
(186,170,173)
#C6BBBC
(198,187,188)
#D2CCCB
(210,204,203)
#DEDDDA
(222,221,218)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724453 color. Also use rgb(114,68,83) instead hex code.

Text Font Color

.myTextColor { color: #724453; }

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

This text font color is #724453.


Background Color

.myBgColor { background-color: #724453; }

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

This div background color is #724453.


Border color

.myBorderColor { border: 1px solid #724453; }

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

This div border color is #724453.


Opacity

.myOpacity80 { color: #724453; opacity: 0.8; }

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

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

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

This text has shadow with #724453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724453 on black background.


Color preview on white background

This text has color #724453 on white background.



Black color preview on #724453 background

This text has black color on #724453 background.


White color preview on #724453 background

This text has white color on #724453 background.