Color Hex Logo

#73595f Color Hex

#73595F
(115,89,95)
0 Favorites   0 Comments

Color spaces of #73595f

RGB 1158995
HSL0.960.130.40
HSV346°23°45°
CMYK 0.000.230.17   0.55
XYZ12.708211.615812.3988
Yxy11.61580.34610.3163
Hunter Lab34.08206.91422.2880
CIE-Lab40.598911.71260.6442

#73595f color RGB value is (115,89,95).

#73595f hex color red value is 115, green value is 89 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #73595f hue: 0.96 , saturation: 0.13 and the lightness value of 73595f is 0.40.

The process color (four color CMYK) of #73595f color hex is 0.00, 0.23, 0.17, 0.55. Web safe color of #73595f is #666666. Color #73595f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 01011111
Octal 163 131 137
Decimal 115 89 95
Hex 73 59 5F

RGB Percentages of Color #73595f

%38.46
%29.77
%31.77

CMYK Percentages of Color #73595f

%0
%23
%17
%55

Triadic Colors of #73595f

#73595f #5f7359 #595f73

Analogous Colors of #73595f

#73595f #736059 #73596c

Monochromatic Colors of #73595f

#73595f

Complementary Color

#73595f #59736d

#73595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73595f Color CSS Codes

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

#73595f Text Font Color

<p style="color:#73595f">Text here</p>

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


#73595f Background Color

<div style="background-color:#73595f">
Div content here</div>

This div background color is #73595f


#73595f Border Color

<div style="border:3px solid #73595f">
Div here</div>

This div border color is #73595f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,89,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73595f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73595f;
  -webkit-box-shadow: 1px 1px 3px 2px #73595f;
  box-shadow:         1px 1px 3px 2px #73595f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,89,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73595f


Comments

No comments written yet.

Please login to write comment.