COLOR #724055

HEX: #724055
RGB: (114,64,85)

Color info

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

RGB color model

#724055 color RGB value is (114,64,85).

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

RGB channels and saturation

R 114 of 255 = 45%
G 64 of 255 = 25%
B 85 of 255 = 33%

114
64
85

R + G + B ~ 34%. #724055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 64 + 85 = 263 (100%)
R 114 of 263 ~ 43.35%
G 64 of 263 ~ 24.33%
B 85 of 263 ~ 32.32%

%43.35
%24.33
%32.32

CMYK color model

#724055 color CMYK value is (0,44,25,55).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(0,44,25,55)
C0M44Y25K55 
(0%,44%,25%,55%)
(0.00/0.44/0.25/0.55)	

CMYK percentages

%0
%43.86
%25.44
%55.29

Codes

Color #724055 in popluar color models

724055
RGB1146485
HSL335°28.09%34.90%
HSB/HSV335°43.86%44.71%
CMYK0.00%43.86%25.44%
55.29%

Color #724055 in popluar number systems.

HEX724055
Decimal1146485
Binary111001010000001010101
Octal162100125

Shades and tints

Shades of #724055

#724055
(114,64,85)
#683B4E
(104,59,78)
#5E3647
(94,54,71)
#543140
(84,49,64)
#4A2C39
(74,44,57)
#402732
(64,39,50)
#36222B
(54,34,43)
#2C1D24
(44,29,36)
#22181D
(34,24,29)
#181316
(24,19,22)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #724055

#724055
(114,64,85)
#7E5164
(126,81,100)
#8A6273
(138,98,115)
#967382
(150,115,130)
#A28491
(162,132,145)
#AE95A0
(174,149,160)
#BAA6AF
(186,166,175)
#C6B7BE
(198,183,190)
#D2C8CD
(210,200,205)
#DED9DC
(222,217,220)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724055; }

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

This text font color is #724055.


Background Color

.myBgColor { background-color: #724055; }

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

This div background color is #724055.


Border color

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

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

This div border color is #724055.


Opacity

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

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

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

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

This text has shadow with #724055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724055 on black background.


Color preview on white background

This text has color #724055 on white background.



Black color preview on #724055 background

This text has black color on #724055 background.


White color preview on #724055 background

This text has white color on #724055 background.