COLOR #724B54

HEX: #724B54
RGB: (114,75,84)

Color info

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

RGB color model

#724B54 color RGB value is (114,75,84).

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

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 84 of 255 = 33%

114
75
84

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

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 84 = 273 (100%)
R 114 of 273 ~ 41.76%
G 75 of 273 ~ 27.47%
B 84 of 273 ~ 30.77%

%41.76
%27.47
%30.77

CMYK color model

#724B54 color CMYK value is (0,34,26,55).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 26.32%
  • key color value is 55.29%
CMYK:
(0,34,26,55)
C0M34Y26K55 
(0%,34%,26%,55%)
(0.00/0.34/0.26/0.55)	

CMYK percentages

%0
%34.21
%26.32
%55.29

Codes

Color #724B54 in popluar color models

724B54
RGB1147584
HSL346°20.63%37.06%
HSB/HSV346°34.21%44.71%
CMYK0.00%34.21%26.32%
55.29%

Color #724B54 in popluar number systems.

HEX724B54
Decimal1147584
Binary111001010010111010100
Octal162113124

Shades and tints

Shades of #724B54

#724B54
(114,75,84)
#68454D
(104,69,77)
#5E3F46
(94,63,70)
#54393F
(84,57,63)
#4A3338
(74,51,56)
#402D31
(64,45,49)
#36272A
(54,39,42)
#2C2123
(44,33,35)
#221B1C
(34,27,28)
#181515
(24,21,21)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #724B54

#724B54
(114,75,84)
#7E5B63
(126,91,99)
#8A6B72
(138,107,114)
#967B81
(150,123,129)
#A28B90
(162,139,144)
#AE9B9F
(174,155,159)
#BAABAE
(186,171,174)
#C6BBBD
(198,187,189)
#D2CBCC
(210,203,204)
#DEDBDB
(222,219,219)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724B54; }

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

This text font color is #724B54.


Background Color

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

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

This div background color is #724B54.


Border color

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

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

This div border color is #724B54.


Opacity

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

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

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

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

This text has shadow with #724B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B54 on black background.


Color preview on white background

This text has color #724B54 on white background.



Black color preview on #724B54 background

This text has black color on #724B54 background.


White color preview on #724B54 background

This text has white color on #724B54 background.