COLOR #724655

HEX: #724655
RGB: (114,70,85)

Color info

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

RGB color model

#724655 color RGB value is (114,70,85).

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

RGB channels and saturation

R 114 of 255 = 45%
G 70 of 255 = 27%
B 85 of 255 = 33%

114
70
85

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

Portions of RGB colors in percentages

R + G + B =
114 + 70 + 85 = 269 (100%)
R 114 of 269 ~ 42.38%
G 70 of 269 ~ 26.02%
B 85 of 269 ~ 31.6%

%42.38
%26.02
%31.6

CMYK color model

#724655 color CMYK value is (0,39,25,55).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(0,39,25,55)
C0M39Y25K55 
(0%,39%,25%,55%)
(0.00/0.39/0.25/0.55)	

CMYK percentages

%0
%38.6
%25.44
%55.29

Codes

Color #724655 in popluar color models

724655
RGB1147085
HSL340°23.91%36.08%
HSB/HSV340°38.60%44.71%
CMYK0.00%38.60%25.44%
55.29%

Color #724655 in popluar number systems.

HEX724655
Decimal1147085
Binary111001010001101010101
Octal162106125

Shades and tints

Shades of #724655

#724655
(114,70,85)
#68404E
(104,64,78)
#5E3A47
(94,58,71)
#543440
(84,52,64)
#4A2E39
(74,46,57)
#402832
(64,40,50)
#36222B
(54,34,43)
#2C1C24
(44,28,36)
#22161D
(34,22,29)
#181016
(24,16,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #724655

#724655
(114,70,85)
#7E5664
(126,86,100)
#8A6673
(138,102,115)
#967682
(150,118,130)
#A28691
(162,134,145)
#AE96A0
(174,150,160)
#BAA6AF
(186,166,175)
#C6B6BE
(198,182,190)
#D2C6CD
(210,198,205)
#DED6DC
(222,214,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724655; }

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

This text font color is #724655.


Background Color

.myBgColor { background-color: #724655; }

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

This div background color is #724655.


Border color

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

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

This div border color is #724655.


Opacity

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

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

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

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

This text has shadow with #724655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724655 on black background.


Color preview on white background

This text has color #724655 on white background.



Black color preview on #724655 background

This text has black color on #724655 background.


White color preview on #724655 background

This text has white color on #724655 background.