Color Hex Logo

#72585e Color Hex

#72585E
(114,88,94)
0 Favorites   0 Comments

Color spaces of #72585e

RGB 1148894
HSL0.960.130.40
HSV346°23°45°
CMYK 0.000.230.18   0.55
XYZ12.449511.365012.1272
Yxy11.36500.34640.3162
Hunter Lab33.71206.92222.2701
CIE-Lab40.188511.73440.6498

#72585e color RGB value is (114,88,94).

#72585e hex color red value is 114, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #72585e hue: 0.96 , saturation: 0.13 and the lightness value of 72585e is 0.40.

The process color (four color CMYK) of #72585e color hex is 0.00, 0.23, 0.18, 0.55. Web safe color of #72585e is #666666. Color #72585e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011000 01011110
Octal 162 130 136
Decimal 114 88 94
Hex 72 58 5E

RGB Percentages of Color #72585e

%38.51
%29.73
%31.76

CMYK Percentages of Color #72585e

%0
%23
%18
%55

Triadic Colors of #72585e

#72585e #5e7258 #585e72

Analogous Colors of #72585e

#72585e #725f58 #72586b

Monochromatic Colors of #72585e

#72585e

Complementary Color

#72585e #58726c

#72585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72585e Color CSS Codes

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

#72585e Text Font Color

<p style="color:#72585e">Text here</p>

This sample text font color is #72585e
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.


#72585e Background Color

<div style="background-color:#72585e">
Div content here</div>

This div background color is #72585e


#72585e Border Color

<div style="border:3px solid #72585e">
Div here</div>

This div border color is #72585e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,88,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72585e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72585e;
  -webkit-box-shadow: 1px 1px 3px 2px #72585e;
  box-shadow:         1px 1px 3px 2px #72585e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72585e


Comments

No comments written yet.

Please login to write comment.