COLOR #724853

HEX: #724853
RGB: (114,72,83)

Color info

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

RGB color model

#724853 color RGB value is (114,72,83).

  • red value is 114;
  • green value is 72;
  • blue value is 83.
RGB:
(114,72,83)
(45%,28%,33%)

RGB channels and saturation

R 114 of 255 = 45%
G 72 of 255 = 28%
B 83 of 255 = 33%

114
72
83

R + G + B ~ 35%. #724853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 72 + 83 = 269 (100%)
R 114 of 269 ~ 42.38%
G 72 of 269 ~ 26.77%
B 83 of 269 ~ 30.86%

%42.38
%26.77
%30.86

CMYK color model

#724853 color CMYK value is (0,37,27,55).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 27.19%
  • key color value is 55.29%
CMYK:
(0,37,27,55)
C0M37Y27K55 
(0%,37%,27%,55%)
(0.00/0.37/0.27/0.55)	

CMYK percentages

%0
%36.84
%27.19
%55.29

Codes

Color #724853 in popluar color models

724853
RGB1147283
HSL344°22.58%36.47%
HSB/HSV344°36.84%44.71%
CMYK0.00%36.84%27.19%
55.29%

Color #724853 in popluar number systems.

HEX724853
Decimal1147283
Binary111001010010001010011
Octal162110123

Shades and tints

Shades of #724853

#724853
(114,72,83)
#68424C
(104,66,76)
#5E3C45
(94,60,69)
#54363E
(84,54,62)
#4A3037
(74,48,55)
#402A30
(64,42,48)
#362429
(54,36,41)
#2C1E22
(44,30,34)
#22181B
(34,24,27)
#181214
(24,18,20)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #724853

#724853
(114,72,83)
#7E5862
(126,88,98)
#8A6871
(138,104,113)
#967880
(150,120,128)
#A2888F
(162,136,143)
#AE989E
(174,152,158)
#BAA8AD
(186,168,173)
#C6B8BC
(198,184,188)
#D2C8CB
(210,200,203)
#DED8DA
(222,216,218)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724853 color. Also use rgb(114,72,83) instead hex code.

Text Font Color

.myTextColor { color: #724853; }

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

This text font color is #724853.


Background Color

.myBgColor { background-color: #724853; }

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

This div background color is #724853.


Border color

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

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

This div border color is #724853.


Opacity

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

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

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

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

This text has shadow with #724853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724853 on black background.


Color preview on white background

This text has color #724853 on white background.



Black color preview on #724853 background

This text has black color on #724853 background.


White color preview on #724853 background

This text has white color on #724853 background.