Color Hex Logo

#73535f Color Hex

#73535F
(115,83,95)
0 Favorites   0 Comments

Color spaces of #73535f

RGB 1158395
HSL0.940.160.39
HSV338°28°45°
CMYK 0.000.280.17   0.55
XYZ12.229010.657612.2390
Yxy10.65760.34820.3034
Hunter Lab32.64609.73460.6243
CIE-Lab38.997715.3593-1.6982

#73535f color RGB value is (115,83,95).

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

The process color (four color CMYK) of #73535f color hex is 0.00, 0.28, 0.17, 0.55. Web safe color of #73535f is #666666. Color #73535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 01011111
Octal 163 123 137
Decimal 115 83 95
Hex 73 53 5F

RGB Percentages of Color #73535f

%39.25
%28.33
%32.42

CMYK Percentages of Color #73535f

%0
%28
%17
%55

Triadic Colors of #73535f

#73535f #5f7353 #535f73

Analogous Colors of #73535f

#73535f #735753 #73536f

Monochromatic Colors of #73535f

#73535f

Complementary Color

#73535f #537367

#73535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73535f Color CSS Codes

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

#73535f Text Font Color

<p style="color:#73535f">Text here</p>

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


#73535f Background Color

<div style="background-color:#73535f">
Div content here</div>

This div background color is #73535f


#73535f Border Color

<div style="border:3px solid #73535f">
Div here</div>

This div border color is #73535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73535f


Comments

No comments written yet.

Please login to write comment.