COLOR #72525C

HEX: #72525C RGB: (114,82,92)

Color info

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

RGB color model

#72525C color RGB value is (114,82,92).

RGB: (114,82,92) (45%, 32%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 82 of 255 = 32%
B 92 of 255 = 36%

114
82
92

R + G + B ~ 38%. #72525C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 82 + 92 = 288 (100%)
R 114 of 288 ~ 39.58%
G 82 of 288 ~ 28.47%
B 92 of 288 ~ 31.94'%

%39.58
%28.47
%31.94

CMYK color model

#72525C color CMYK value is (0,28,19,55).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 19.30%
  • key color value is 55.29%

CMYK: (0,28,19,55)
C0M28Y19K55 (0%, 28%, 19%, 55%)
(0.00 / 0.28 / 0.19 / 0.55)

CMYK percentages

%0
%28.07
%19.3
%55.29

Codes

Color #72525C in popluar color models

72 52 5C
RGB 114 82 92
HSL 341° 16.33% 38.43%
HSB/HSV 341° 28.07% 44.71%
CMYK 0.00% 28.07% 19.30%
55.29%

Color #72525C in popluar number systems.

HEX 72 52 5C
Decimal 114 82 92
Binary 1110010 1010010 1011100
Octal 162 122 134

Shades and tints

Shades of #72525C

#72525C
(114,82,92)
#684B54
(104,75,84)
#5E444C
(94,68,76)
#543D44
(84,61,68)
#4A363C
(74,54,60)
#402F34
(64,47,52)
#36282C
(54,40,44)
#2C2124
(44,33,36)
#221A1C
(34,26,28)
#181314
(24,19,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #72525C

#72525C
(114,82,92)
#7E616A
(126,97,106)
#8A7078
(138,112,120)
#967F86
(150,127,134)
#A28E94
(162,142,148)
#AE9DA2
(174,157,162)
#BAACB0
(186,172,176)
#C6BBBE
(198,187,190)
#D2CACC
(210,202,204)
#DED9DA
(222,217,218)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72525C; }

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

This text font color is #72525C.

Background Color

.myBgColor { background-color: #72525C; }

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

This div background color is #72525C.

Border color

.myBorderColor { border: 1px solid #72525C; }

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

This div border color is #72525C.

Opacity

.myOpacity80 { color: #72525C; opacity: 0.8; }

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

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

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

This text has shadow with #72525C color.


.textShadow {text-shadow: 3px 3px 1px #72525C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72525C; -webkit-box-shadow: 1px 1px 3px 2px #72525C; box-shadow:1px 1px 3px 2px #72525C;">
Div content here
</div>

This div box has shadow with color #72525C.

Preview

Color preview on black background

This text has color #72525C on black background.


Color preview on white background

This text has color #72525C on white background.


Black color preview on #72525C background

This text has black color on #72525C background.


White color preview on #72525C background

This text has white color on #72525C background.


Related colors

Complementary color

Complementary color for #hex is #8DADA3.


I love getcolorcode.com

Triadic colors

1 #5C7252 and #525C72 with #72525C are triadic colors.

2 #5C5272 and #52725C with #72525C are triadic colors.