COLOR #724656

HEX: #724656
RGB: (114,70,86)

Color info

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

RGB color model

#724656 color RGB value is (114,70,86).

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

RGB channels and saturation

R 114 of 255 = 45%
G 70 of 255 = 27%
B 86 of 255 = 34%

114
70
86

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

Portions of RGB colors in percentages

R + G + B =
114 + 70 + 86 = 270 (100%)
R 114 of 270 ~ 42.22%
G 70 of 270 ~ 25.93%
B 86 of 270 ~ 31.85%

%42.22
%25.93
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 24.56%
  • 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
%24.56
%55.29

Codes

Color #724656 in popluar color models

724656
RGB1147086
HSL338°23.91%36.08%
HSB/HSV338°38.60%44.71%
CMYK0.00%38.60%24.56%
55.29%

Color #724656 in popluar number systems.

HEX724656
Decimal1147086
Binary111001010001101010110
Octal162106126

Shades and tints

Shades of #724656

#724656
(114,70,86)
#68404F
(104,64,79)
#5E3A48
(94,58,72)
#543441
(84,52,65)
#4A2E3A
(74,46,58)
#402833
(64,40,51)
#36222C
(54,34,44)
#2C1C25
(44,28,37)
#22161E
(34,22,30)
#181017
(24,16,23)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #724656

#724656
(114,70,86)
#7E5665
(126,86,101)
#8A6674
(138,102,116)
#967683
(150,118,131)
#A28692
(162,134,146)
#AE96A1
(174,150,161)
#BAA6B0
(186,166,176)
#C6B6BF
(198,182,191)
#D2C6CE
(210,198,206)
#DED6DD
(222,214,221)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724656; }

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

This text font color is #724656.


Background Color

.myBgColor { background-color: #724656; }

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

This div background color is #724656.


Border color

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

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

This div border color is #724656.


Opacity

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

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

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

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

This text has shadow with #724656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724656 on black background.


Color preview on white background

This text has color #724656 on white background.



Black color preview on #724656 background

This text has black color on #724656 background.


White color preview on #724656 background

This text has white color on #724656 background.