COLOR #724162

HEX: #724162
RGB: (114,65,98)

Color info

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

RGB color model

#724162 color RGB value is (114,65,98).

  • red value is 114;
  • green value is 65;
  • blue value is 98.
RGB:
(114,65,98)
(45%,25%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 65 of 255 = 25%
B 98 of 255 = 38%

114
65
98

R + G + B ~ 36%. #724162 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 65 + 98 = 277 (100%)
R 114 of 277 ~ 41.16%
G 65 of 277 ~ 23.47%
B 98 of 277 ~ 35.38%

%41.16
%23.47
%35.38

CMYK color model

#724162 color CMYK value is (0,43,14,55).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 14.04%
  • key color value is 55.29%
CMYK:
(0,43,14,55)
C0M43Y14K55 
(0%,43%,14%,55%)
(0.00/0.43/0.14/0.55)	

CMYK percentages

%0
%42.98
%14.04
%55.29

Codes

Color #724162 in popluar color models

724162
RGB1146598
HSL320°27.37%35.10%
HSB/HSV320°42.98%44.71%
CMYK0.00%42.98%14.04%
55.29%

Color #724162 in popluar number systems.

HEX724162
Decimal1146598
Binary111001010000011100010
Octal162101142

Shades and tints

Shades of #724162

#724162
(114,65,98)
#683C5A
(104,60,90)
#5E3752
(94,55,82)
#54324A
(84,50,74)
#4A2D42
(74,45,66)
#40283A
(64,40,58)
#362332
(54,35,50)
#2C1E2A
(44,30,42)
#221922
(34,25,34)
#18141A
(24,20,26)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #724162

#724162
(114,65,98)
#7E5270
(126,82,112)
#8A637E
(138,99,126)
#96748C
(150,116,140)
#A2859A
(162,133,154)
#AE96A8
(174,150,168)
#BAA7B6
(186,167,182)
#C6B8C4
(198,184,196)
#D2C9D2
(210,201,210)
#DEDAE0
(222,218,224)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724162 color. Also use rgb(114,65,98) instead hex code.

Text Font Color

.myTextColor { color: #724162; }

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

This text font color is #724162.


Background Color

.myBgColor { background-color: #724162; }

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

This div background color is #724162.


Border color

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

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

This div border color is #724162.


Opacity

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

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

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

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

This text has shadow with #724162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724162 on black background.


Color preview on white background

This text has color #724162 on white background.



Black color preview on #724162 background

This text has black color on #724162 background.


White color preview on #724162 background

This text has white color on #724162 background.