COLOR #724266

HEX: #724266
RGB: (114,66,102)

Color info

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

RGB color model

#724266 color RGB value is (114,66,102).

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

RGB channels and saturation

R 114 of 255 = 45%
G 66 of 255 = 26%
B 102 of 255 = 40%

114
66
102

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

Portions of RGB colors in percentages

R + G + B =
114 + 66 + 102 = 282 (100%)
R 114 of 282 ~ 40.43%
G 66 of 282 ~ 23.4%
B 102 of 282 ~ 36.17%

%40.43
%23.4
%36.17

CMYK color model

#724266 color CMYK value is (0,42,11,55).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(0,42,11,55)
C0M42Y11K55 
(0%,42%,11%,55%)
(0.00/0.42/0.11/0.55)	

CMYK percentages

%0
%42.11
%10.53
%55.29

Codes

Color #724266 in popluar color models

724266
RGB11466102
HSL315°26.67%35.29%
HSB/HSV315°42.11%44.71%
CMYK0.00%42.11%10.53%
55.29%

Color #724266 in popluar number systems.

HEX724266
Decimal11466102
Binary111001010000101100110
Octal162102146

Shades and tints

Shades of #724266

#724266
(114,66,102)
#683C5D
(104,60,93)
#5E3654
(94,54,84)
#54304B
(84,48,75)
#4A2A42
(74,42,66)
#402439
(64,36,57)
#361E30
(54,30,48)
#2C1827
(44,24,39)
#22121E
(34,18,30)
#180C15
(24,12,21)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #724266

#724266
(114,66,102)
#7E5373
(126,83,115)
#8A6480
(138,100,128)
#96758D
(150,117,141)
#A2869A
(162,134,154)
#AE97A7
(174,151,167)
#BAA8B4
(186,168,180)
#C6B9C1
(198,185,193)
#D2CACE
(210,202,206)
#DEDBDB
(222,219,219)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724266; }

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

This text font color is #724266.


Background Color

.myBgColor { background-color: #724266; }

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

This div background color is #724266.


Border color

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

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

This div border color is #724266.


Opacity

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

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

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

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

This text has shadow with #724266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724266 on black background.


Color preview on white background

This text has color #724266 on white background.



Black color preview on #724266 background

This text has black color on #724266 background.


White color preview on #724266 background

This text has white color on #724266 background.