Color Hex Logo

#73565e Color Hex

#73565E
(115,86,94)
0 Favorites   0 Comments

Color spaces of #73565e

RGB 1158694
HSL0.950.140.39
HSV343°25°45°
CMYK 0.000.250.18   0.55
XYZ12.418411.108612.0793
Yxy11.10860.34880.3120
Hunter Lab33.32968.18131.8428
CIE-Lab39.762813.35790.0426

#73565e color RGB value is (115,86,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010110 01011110
Octal 163 126 136
Decimal 115 86 94
Hex 73 56 5E

RGB Percentages of Color #73565e

%38.98
%29.15
%31.86

CMYK Percentages of Color #73565e

%0
%25
%18
%55

Triadic Colors of #73565e

#73565e #5e7356 #565e73

Analogous Colors of #73565e

#73565e #735d56 #73566d

Monochromatic Colors of #73565e

#73565e

Complementary Color

#73565e #56736b

#73565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73565e Color CSS Codes

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

#73565e Text Font Color

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

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


#73565e Background Color

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

This div background color is #73565e


#73565e Border Color

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

This div border color is #73565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73565e


Comments

No comments written yet.

Please login to write comment.