COLOR #725452

HEX: #725452
RGB: (114,84,82)

Color info

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

RGB color model

#725452 color RGB value is (114,84,82).

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

RGB channels and saturation

R 114 of 255 = 45%
G 84 of 255 = 33%
B 82 of 255 = 32%

114
84
82

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

Portions of RGB colors in percentages

R + G + B =
114 + 84 + 82 = 280 (100%)
R 114 of 280 ~ 40.71%
G 84 of 280 ~ 30%
B 82 of 280 ~ 29.29%

%40.71
%30
%29.29

CMYK color model

#725452 color CMYK value is (0,26,28,55).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 28.07%
  • key color value is 55.29%
CMYK:
(0,26,28,55)
C0M26Y28K55 
(0%,26%,28%,55%)
(0.00/0.26/0.28/0.55)	

CMYK percentages

%0
%26.32
%28.07
%55.29

Codes

Color #725452 in popluar color models

725452
RGB1148482
HSL16.33%38.43%
HSB/HSV28.07%44.71%
CMYK0.00%26.32%28.07%
55.29%

Color #725452 in popluar number systems.

HEX725452
Decimal1148482
Binary111001010101001010010
Octal162124122

Shades and tints

Shades of #725452

#725452
(114,84,82)
#684D4B
(104,77,75)
#5E4644
(94,70,68)
#543F3D
(84,63,61)
#4A3836
(74,56,54)
#40312F
(64,49,47)
#362A28
(54,42,40)
#2C2321
(44,35,33)
#221C1A
(34,28,26)
#181513
(24,21,19)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #725452

#725452
(114,84,82)
#7E6361
(126,99,97)
#8A7270
(138,114,112)
#96817F
(150,129,127)
#A2908E
(162,144,142)
#AE9F9D
(174,159,157)
#BAAEAC
(186,174,172)
#C6BDBB
(198,189,187)
#D2CCCA
(210,204,202)
#DEDBD9
(222,219,217)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725452; }

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

This text font color is #725452.


Background Color

.myBgColor { background-color: #725452; }

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

This div background color is #725452.


Border color

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

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

This div border color is #725452.


Opacity

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

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

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

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

This text has shadow with #725452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725452 on black background.


Color preview on white background

This text has color #725452 on white background.



Black color preview on #725452 background

This text has black color on #725452 background.


White color preview on #725452 background

This text has white color on #725452 background.