COLOR #724466

HEX: #724466
RGB: (114,68,102)

Color info

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

RGB color model

#724466 color RGB value is (114,68,102).

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

RGB channels and saturation

R 114 of 255 = 45%
G 68 of 255 = 27%
B 102 of 255 = 40%

114
68
102

R + G + B ~ 37%. #724466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 68 + 102 = 284 (100%)
R 114 of 284 ~ 40.14%
G 68 of 284 ~ 23.94%
B 102 of 284 ~ 35.92%

%40.14
%23.94
%35.92

CMYK color model

#724466 color CMYK value is (0,40,11,55).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(0,40,11,55)
C0M40Y11K55 
(0%,40%,11%,55%)
(0.00/0.40/0.11/0.55)	

CMYK percentages

%0
%40.35
%10.53
%55.29

Codes

Color #724466 in popluar color models

724466
RGB11468102
HSL316°25.27%35.69%
HSB/HSV316°40.35%44.71%
CMYK0.00%40.35%10.53%
55.29%

Color #724466 in popluar number systems.

HEX724466
Decimal11468102
Binary111001010001001100110
Octal162104146

Shades and tints

Shades of #724466

#724466
(114,68,102)
#683E5D
(104,62,93)
#5E3854
(94,56,84)
#54324B
(84,50,75)
#4A2C42
(74,44,66)
#402639
(64,38,57)
#362030
(54,32,48)
#2C1A27
(44,26,39)
#22141E
(34,20,30)
#180E15
(24,14,21)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #724466

#724466
(114,68,102)
#7E5573
(126,85,115)
#8A6680
(138,102,128)
#96778D
(150,119,141)
#A2889A
(162,136,154)
#AE99A7
(174,153,167)
#BAAAB4
(186,170,180)
#C6BBC1
(198,187,193)
#D2CCCE
(210,204,206)
#DEDDDB
(222,221,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724466; }

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

This text font color is #724466.


Background Color

.myBgColor { background-color: #724466; }

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

This div background color is #724466.


Border color

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

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

This div border color is #724466.


Opacity

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

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

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

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

This text has shadow with #724466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724466 on black background.


Color preview on white background

This text has color #724466 on white background.



Black color preview on #724466 background

This text has black color on #724466 background.


White color preview on #724466 background

This text has white color on #724466 background.