COLOR #724B5C

HEX: #724B5C
RGB: (114,75,92)

Color info

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

RGB color model

#724B5C color RGB value is (114,75,92).

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

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 92 of 255 = 36%

114
75
92

R + G + B ~ 37%. #724B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 92 = 281 (100%)
R 114 of 281 ~ 40.57%
G 75 of 281 ~ 26.69%
B 92 of 281 ~ 32.74%

%40.57
%26.69
%32.74

CMYK color model

#724B5C color CMYK value is (0,34,19,55).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 19.30%
  • key color value is 55.29%
CMYK:
(0,34,19,55)
C0M34Y19K55 
(0%,34%,19%,55%)
(0.00/0.34/0.19/0.55)	

CMYK percentages

%0
%34.21
%19.3
%55.29

Codes

Color #724B5C in popluar color models

724B5C
RGB1147592
HSL334°20.63%37.06%
HSB/HSV334°34.21%44.71%
CMYK0.00%34.21%19.30%
55.29%

Color #724B5C in popluar number systems.

HEX724B5C
Decimal1147592
Binary111001010010111011100
Octal162113134

Shades and tints

Shades of #724B5C

#724B5C
(114,75,92)
#684554
(104,69,84)
#5E3F4C
(94,63,76)
#543944
(84,57,68)
#4A333C
(74,51,60)
#402D34
(64,45,52)
#36272C
(54,39,44)
#2C2124
(44,33,36)
#221B1C
(34,27,28)
#181514
(24,21,20)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #724B5C

#724B5C
(114,75,92)
#7E5B6A
(126,91,106)
#8A6B78
(138,107,120)
#967B86
(150,123,134)
#A28B94
(162,139,148)
#AE9BA2
(174,155,162)
#BAABB0
(186,171,176)
#C6BBBE
(198,187,190)
#D2CBCC
(210,203,204)
#DEDBDA
(222,219,218)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724B5C; }

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

This text font color is #724B5C.


Background Color

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

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

This div background color is #724B5C.


Border color

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

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

This div border color is #724B5C.


Opacity

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

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

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

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

This text has shadow with #724B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724B5C on black background.


Color preview on white background

This text has color #724B5C on white background.



Black color preview on #724B5C background

This text has black color on #724B5C background.


White color preview on #724B5C background

This text has white color on #724B5C background.