COLOR #724A63

HEX: #724A63
RGB: (114,74,99)

Color info

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

RGB color model

#724A63 color RGB value is (114,74,99).

  • red value is 114;
  • green value is 74;
  • blue value is 99.
RGB:
(114,74,99)
(45%,29%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 99 of 255 = 39%

114
74
99

R + G + B ~ 38%. #724A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 99 = 287 (100%)
R 114 of 287 ~ 39.72%
G 74 of 287 ~ 25.78%
B 99 of 287 ~ 34.49%

%39.72
%25.78
%34.49

CMYK color model

#724A63 color CMYK value is (0,35,13,55).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(0,35,13,55)
C0M35Y13K55 
(0%,35%,13%,55%)
(0.00/0.35/0.13/0.55)	

CMYK percentages

%0
%35.09
%13.16
%55.29

Codes

Color #724A63 in popluar color models

724A63
RGB1147499
HSL323°21.28%36.86%
HSB/HSV323°35.09%44.71%
CMYK0.00%35.09%13.16%
55.29%

Color #724A63 in popluar number systems.

HEX724A63
Decimal1147499
Binary111001010010101100011
Octal162112143

Shades and tints

Shades of #724A63

#724A63
(114,74,99)
#68445A
(104,68,90)
#5E3E51
(94,62,81)
#543848
(84,56,72)
#4A323F
(74,50,63)
#402C36
(64,44,54)
#36262D
(54,38,45)
#2C2024
(44,32,36)
#221A1B
(34,26,27)
#181412
(24,20,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #724A63

#724A63
(114,74,99)
#7E5A71
(126,90,113)
#8A6A7F
(138,106,127)
#967A8D
(150,122,141)
#A28A9B
(162,138,155)
#AE9AA9
(174,154,169)
#BAAAB7
(186,170,183)
#C6BAC5
(198,186,197)
#D2CAD3
(210,202,211)
#DEDAE1
(222,218,225)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724A63 color. Also use rgb(114,74,99) instead hex code.

Text Font Color

.myTextColor { color: #724A63; }

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

This text font color is #724A63.


Background Color

.myBgColor { background-color: #724A63; }

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

This div background color is #724A63.


Border color

.myBorderColor { border: 1px solid #724A63; }

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

This div border color is #724A63.


Opacity

.myOpacity80 { color: #724A63; opacity: 0.8; }

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

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

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

This text has shadow with #724A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A63 on black background.


Color preview on white background

This text has color #724A63 on white background.



Black color preview on #724A63 background

This text has black color on #724A63 background.


White color preview on #724A63 background

This text has white color on #724A63 background.