COLOR #724476

HEX: #724476
RGB: (114,68,118)

Color info

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

RGB color model

#724476 color RGB value is (114,68,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 68 of 255 = 27%
B 118 of 255 = 46%

114
68
118

R + G + B ~ 39%. #724476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 68 + 118 = 300 (100%)
R 114 of 300 ~ 38%
G 68 of 300 ~ 22.67%
B 118 of 300 ~ 39.33%

%38
%22.67
%39.33

CMYK color model

#724476 color CMYK value is (3,42,0,54).

  • cyan value is 3.39%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,42,0,54)
C3M42Y0K54 
(3%,42%,0%,54%)
(0.03/0.42/0.00/0.54)	

CMYK percentages

%3.39
%42.37
%0
%53.73

Codes

Color #724476 in popluar color models

724476
RGB11468118
HSL295°26.88%36.47%
HSB/HSV295°42.37%46.27%
CMYK3.39%42.37%0.00%
53.73%

Color #724476 in popluar number systems.

HEX724476
Decimal11468118
Binary111001010001001110110
Octal162104166

Shades and tints

Shades of #724476

#724476
(114,68,118)
#683E6C
(104,62,108)
#5E3862
(94,56,98)
#543258
(84,50,88)
#4A2C4E
(74,44,78)
#402644
(64,38,68)
#36203A
(54,32,58)
#2C1A30
(44,26,48)
#221426
(34,20,38)
#180E1C
(24,14,28)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #724476

#724476
(114,68,118)
#7E5582
(126,85,130)
#8A668E
(138,102,142)
#96779A
(150,119,154)
#A288A6
(162,136,166)
#AE99B2
(174,153,178)
#BAAABE
(186,170,190)
#C6BBCA
(198,187,202)
#D2CCD6
(210,204,214)
#DEDDE2
(222,221,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724476; }

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

This text font color is #724476.


Background Color

.myBgColor { background-color: #724476; }

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

This div background color is #724476.


Border color

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

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

This div border color is #724476.


Opacity

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

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

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

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

This text has shadow with #724476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724476 on black background.


Color preview on white background

This text has color #724476 on white background.



Black color preview on #724476 background

This text has black color on #724476 background.


White color preview on #724476 background

This text has white color on #724476 background.