COLOR #726553

HEX: #726553
RGB: (114,101,83)

Color info

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

RGB color model

#726553 color RGB value is (114,101,83).

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

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 83 of 255 = 33%

114
101
83

R + G + B ~ 39%. #726553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 83 = 298 (100%)
R 114 of 298 ~ 38.26%
G 101 of 298 ~ 33.89%
B 83 of 298 ~ 27.85%

%38.26
%33.89
%27.85

CMYK color model

#726553 color CMYK value is (0,11,27,55).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 27.19%
  • key color value is 55.29%
CMYK:
(0,11,27,55)
C0M11Y27K55 
(0%,11%,27%,55%)
(0.00/0.11/0.27/0.55)	

CMYK percentages

%0
%11.4
%27.19
%55.29

Codes

Color #726553 in popluar color models

726553
RGB11410183
HSL35°15.74%38.63%
HSB/HSV35°27.19%44.71%
CMYK0.00%11.40%27.19%
55.29%

Color #726553 in popluar number systems.

HEX726553
Decimal11410183
Binary111001011001011010011
Octal162145123

Shades and tints

Shades of #726553

#726553
(114,101,83)
#685C4C
(104,92,76)
#5E5345
(94,83,69)
#544A3E
(84,74,62)
#4A4137
(74,65,55)
#403830
(64,56,48)
#362F29
(54,47,41)
#2C2622
(44,38,34)
#221D1B
(34,29,27)
#181414
(24,20,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #726553

#726553
(114,101,83)
#7E7362
(126,115,98)
#8A8171
(138,129,113)
#968F80
(150,143,128)
#A29D8F
(162,157,143)
#AEAB9E
(174,171,158)
#BAB9AD
(186,185,173)
#C6C7BC
(198,199,188)
#D2D5CB
(210,213,203)
#DEE3DA
(222,227,218)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726553; }

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

This text font color is #726553.


Background Color

.myBgColor { background-color: #726553; }

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

This div background color is #726553.


Border color

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

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

This div border color is #726553.


Opacity

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

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

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

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

This text has shadow with #726553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726553 on black background.


Color preview on white background

This text has color #726553 on white background.



Black color preview on #726553 background

This text has black color on #726553 background.


White color preview on #726553 background

This text has white color on #726553 background.