COLOR #724E55

HEX: #724E55
RGB: (114,78,85)

Color info

#724E55 contains red, green and blue colors in about the same proportion. Web safe color of #724E55 is #666666 (or #666).

RGB color model

#724E55 color RGB value is (114,78,85).

  • red value is 114;
  • green value is 78;
  • blue value is 85.
RGB:
(114,78,85)
(45%,31%,33%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 85 of 255 = 33%

114
78
85

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

Portions of RGB colors in percentages

R + G + B =
114 + 78 + 85 = 277 (100%)
R 114 of 277 ~ 41.16%
G 78 of 277 ~ 28.16%
B 85 of 277 ~ 30.69%

%41.16
%28.16
%30.69

CMYK color model

#724E55 color CMYK value is (0,32,25,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(0,32,25,55)
C0M32Y25K55 
(0%,32%,25%,55%)
(0.00/0.32/0.25/0.55)	

CMYK percentages

%0
%31.58
%25.44
%55.29

Codes

Color #724E55 in popluar color models

724E55
RGB1147885
HSL348°18.75%37.65%
HSB/HSV348°31.58%44.71%
CMYK0.00%31.58%25.44%
55.29%

Color #724E55 in popluar number systems.

HEX724E55
Decimal1147885
Binary111001010011101010101
Octal162116125

Shades and tints

Shades of #724E55

#724E55
(114,78,85)
#68474E
(104,71,78)
#5E4047
(94,64,71)
#543940
(84,57,64)
#4A3239
(74,50,57)
#402B32
(64,43,50)
#36242B
(54,36,43)
#2C1D24
(44,29,36)
#22161D
(34,22,29)
#180F16
(24,15,22)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #724E55

#724E55
(114,78,85)
#7E5E64
(126,94,100)
#8A6E73
(138,110,115)
#967E82
(150,126,130)
#A28E91
(162,142,145)
#AE9EA0
(174,158,160)
#BAAEAF
(186,174,175)
#C6BEBE
(198,190,190)
#D2CECD
(210,206,205)
#DEDEDC
(222,222,220)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724E55 color. Also use rgb(114,78,85) instead hex code.

Text Font Color

.myTextColor { color: #724E55; }

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

This text font color is #724E55.


Background Color

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

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

This div background color is #724E55.


Border color

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

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

This div border color is #724E55.


Opacity

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

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

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

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

This text has shadow with #724E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724E55 on black background.


Color preview on white background

This text has color #724E55 on white background.



Black color preview on #724E55 background

This text has black color on #724E55 background.


White color preview on #724E55 background

This text has white color on #724E55 background.