Color Hex Logo

#73515e Color Hex

#73515E
(115,81,94)
0 Favorites   0 Comments

Color spaces of #73515e

RGB 1158194
HSL0.940.170.38
HSV337°30°45°
CMYK 0.000.300.18   0.55
XYZ12.033010.337811.9509
Yxy10.33780.35060.3012
Hunter Lab32.152410.53650.4689
CIE-Lab38.442016.3987-1.8929

#73515e color RGB value is (115,81,94).

#73515e hex color red value is 115, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #73515e hue: 0.94 , saturation: 0.17 and the lightness value of 73515e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 01011110
Octal 163 121 136
Decimal 115 81 94
Hex 73 51 5E

RGB Percentages of Color #73515e

%39.66
%27.93
%32.41

CMYK Percentages of Color #73515e

%0
%30
%18
%55

Triadic Colors of #73515e

#73515e #5e7351 #515e73

Analogous Colors of #73515e

#73515e #735551 #73516f

Monochromatic Colors of #73515e

#73515e

Complementary Color

#73515e #517366

#73515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73515e Color CSS Codes

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

#73515e Text Font Color

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

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


#73515e Background Color

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

This div background color is #73515e


#73515e Border Color

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

This div border color is #73515e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,81,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 #73515e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73515e


Comments

No comments written yet.

Please login to write comment.