Color Hex Logo

#72525d Color Hex

#72525D
(114,82,93)
0 Favorites   0 Comments

Color spaces of #72525d

RGB 1148293
HSL0.940.160.38
HSV339°28°45°
CMYK 0.000.280.18   0.55
XYZ11.932510.402311.7349
Yxy10.40230.35020.3053
Hunter Lab32.25269.59761.0045
CIE-Lab38.555015.2108-1.1176

#72525d color RGB value is (114,82,93).

#72525d hex color red value is 114, green value is 82 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #72525d hue: 0.94 , saturation: 0.16 and the lightness value of 72525d is 0.38.

The process color (four color CMYK) of #72525d color hex is 0.00, 0.28, 0.18, 0.55. Web safe color of #72525d is #666666. Color #72525d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010010 01011101
Octal 162 122 135
Decimal 114 82 93
Hex 72 52 5D

RGB Percentages of Color #72525d

%39.45
%28.37
%32.18

CMYK Percentages of Color #72525d

%0
%28
%18
%55

Triadic Colors of #72525d

#72525d #5d7252 #525d72

Analogous Colors of #72525d

#72525d #725752 #72526d

Monochromatic Colors of #72525d

#72525d

Complementary Color

#72525d #527267

#72525d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72525d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72525d Color CSS Codes

.mybgcolor {background-color:#72525d; } 
.myforecolor {color:#72525d; }
.mybordercolor {border:3px solid #72525d; }

#72525d Text Font Color

<p style="color:#72525d">Text here</p>

This sample text font color is #72525d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#72525d Background Color

<div style="background-color:#72525d">
Div content here</div>

This div background color is #72525d


#72525d Border Color

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

This div border color is #72525d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,82,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72525d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72525d;
  -webkit-box-shadow: 1px 1px 3px 2px #72525d;
  box-shadow:         1px 1px 3px 2px #72525d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,82,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #72525d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #72525d;
  -webkit-box-shadow: 1px 1px 3px 2px #72525d;
  box-shadow:         1px 1px 3px 2px #72525d;">
Div content here</div>

This div box has shadow with color #72525d


Comments

No comments written yet.

Please login to write comment.