Color Hex Logo

#73566d Color Hex

#73566D
(115,86,109)
0 Favorites   0 Comments

Color spaces of #73566d

RGB 11586109
HSL0.870.140.39
HSV312°25°45°
CMYK 0.000.250.05   0.55
XYZ13.158311.404515.9758
Yxy11.40450.32460.2813
Hunter Lab33.770510.4520-4.4089
CIE-Lab40.253616.1845-8.4977

#73566d color RGB value is (115,86,109).

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

The process color (four color CMYK) of #73566d color hex is 0.00, 0.25, 0.05, 0.55. Web safe color of #73566d is #666666. Color #73566d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010110 01101101
Octal 163 126 155
Decimal 115 86 109
Hex 73 56 6D

RGB Percentages of Color #73566d

%37.10
%27.74
%35.16

CMYK Percentages of Color #73566d

%0
%25
%5
%55

Triadic Colors of #73566d

#73566d #6d7356 #566d73

Analogous Colors of #73566d

#73566d #73565f #6b5673

Monochromatic Colors of #73566d

#73566d

Complementary Color

#73566d #56735c

#73566d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73566d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73566d Color CSS Codes

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

#73566d Text Font Color

<p style="color:#73566d">Text here</p>

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


#73566d Background Color

<div style="background-color:#73566d">
Div content here</div>

This div background color is #73566d


#73566d Border Color

<div style="border:3px solid #73566d">
Div here</div>

This div border color is #73566d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73566d


Comments

No comments written yet.

Please login to write comment.