COLOR #724B64

HEX: #724B64
RGB: (114,75,100)

Color info

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

RGB color model

#724B64 color RGB value is (114,75,100).

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

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 100 of 255 = 39%

114
75
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 100 = 289 (100%)
R 114 of 289 ~ 39.45%
G 75 of 289 ~ 25.95%
B 100 of 289 ~ 34.6%

%39.45
%25.95
%34.6

CMYK color model

#724B64 color CMYK value is (0,34,12,55).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(0,34,12,55)
C0M34Y12K55 
(0%,34%,12%,55%)
(0.00/0.34/0.12/0.55)	

CMYK percentages

%0
%34.21
%12.28
%55.29

Codes

Color #724B64 in popluar color models

724B64
RGB11475100
HSL322°20.63%37.06%
HSB/HSV322°34.21%44.71%
CMYK0.00%34.21%12.28%
55.29%

Color #724B64 in popluar number systems.

HEX724B64
Decimal11475100
Binary111001010010111100100
Octal162113144

Shades and tints

Shades of #724B64

#724B64
(114,75,100)
#68455B
(104,69,91)
#5E3F52
(94,63,82)
#543949
(84,57,73)
#4A3340
(74,51,64)
#402D37
(64,45,55)
#36272E
(54,39,46)
#2C2125
(44,33,37)
#221B1C
(34,27,28)
#181513
(24,21,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #724B64

#724B64
(114,75,100)
#7E5B72
(126,91,114)
#8A6B80
(138,107,128)
#967B8E
(150,123,142)
#A28B9C
(162,139,156)
#AE9BAA
(174,155,170)
#BAABB8
(186,171,184)
#C6BBC6
(198,187,198)
#D2CBD4
(210,203,212)
#DEDBE2
(222,219,226)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724B64 color. Also use rgb(114,75,100) instead hex code.

Text Font Color

.myTextColor { color: #724B64; }

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

This text font color is #724B64.


Background Color

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

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

This div background color is #724B64.


Border color

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

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

This div border color is #724B64.


Opacity

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

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

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

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

This text has shadow with #724B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B64 on black background.


Color preview on white background

This text has color #724B64 on white background.



Black color preview on #724B64 background

This text has black color on #724B64 background.


White color preview on #724B64 background

This text has white color on #724B64 background.