Color Hex Logo

#73536d Color Hex

#73536D
(115,83,109)
0 Favorites   0 Comments

Color spaces of #73536d

RGB 11583109
HSL0.860.160.39
HSV311°28°45°
CMYK 0.000.280.05   0.55
XYZ12.923810.935515.8976
Yxy10.93550.32510.2751
Hunter Lab33.068911.8899-5.3550
CIE-Lab39.471618.0091-9.6735

#73536d color RGB value is (115,83,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 01101101
Octal 163 123 155
Decimal 115 83 109
Hex 73 53 6D

RGB Percentages of Color #73536d

%37.46
%27.04
%35.50

CMYK Percentages of Color #73536d

%0
%28
%5
%55

Triadic Colors of #73536d

#73536d #6d7353 #536d73

Analogous Colors of #73536d

#73536d #73535d #695373

Monochromatic Colors of #73536d

#73536d

Complementary Color

#73536d #537359

#73536d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73536d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73536d Color CSS Codes

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

#73536d Text Font Color

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

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


#73536d Background Color

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

This div background color is #73536d


#73536d Border Color

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

This div border color is #73536d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73536d


Comments

No comments written yet.

Please login to write comment.