Color Hex Logo

#73555e Color Hex

#73555E
(115,85,94)
0 Favorites   0 Comments

Color spaces of #73555e

RGB 1158594
HSL0.950.150.39
HSV342°26°45°
CMYK 0.000.260.18   0.55
XYZ12.339110.950012.0529
Yxy10.95000.34910.3098
Hunter Lab33.09088.65131.5679
CIE-Lab39.496113.9661-0.3471

#73555e color RGB value is (115,85,94).

#73555e hex color red value is 115, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #73555e hue: 0.95 , saturation: 0.15 and the lightness value of 73555e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010101 01011110
Octal 163 125 136
Decimal 115 85 94
Hex 73 55 5E

RGB Percentages of Color #73555e

%39.12
%28.91
%31.97

CMYK Percentages of Color #73555e

%0
%26
%18
%55

Triadic Colors of #73555e

#73555e #5e7355 #555e73

Analogous Colors of #73555e

#73555e #735b55 #73556d

Monochromatic Colors of #73555e

#73555e

Complementary Color

#73555e #55736a

#73555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73555e Color CSS Codes

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

#73555e Text Font Color

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

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


#73555e Background Color

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

This div background color is #73555e


#73555e Border Color

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

This div border color is #73555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73555e


Comments

No comments written yet.

Please login to write comment.