Color Hex Logo

#73735f Color Hex

#73735F
(115,115,95)
0 Favorites   0 Comments

Color spaces of #73735f

RGB 11511595
HSL0.170.100.41
HSV60°17°45°
CMYK 0.000.000.17   0.55
XYZ15.266516.732513.2515
Yxy16.73250.33740.3698
Hunter Lab40.9054-4.96559.4265
CIE-Lab47.9212-3.730211.0957

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

#73735f hex color red value is 115, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #73735f hue: 0.17 , saturation: 0.10 and the lightness value of 73735f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110011 01011111
Octal 163 163 137
Decimal 115 115 95
Hex 73 73 5F

RGB Percentages of Color #73735f

%35.38
%35.38
%29.23

CMYK Percentages of Color #73735f

%0
%0
%17
%55

Triadic Colors of #73735f

#73735f #5f7373 #735f73

Analogous Colors of #73735f

#73735f #69735f #73695f

Monochromatic Colors of #73735f

#73735f

Complementary Color

#73735f #5f5f73

#73735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73735f Color CSS Codes

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

#73735f Text Font Color

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

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


#73735f Background Color

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

This div background color is #73735f


#73735f Border Color

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

This div border color is #73735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73735f


Comments

No comments written yet.

Please login to write comment.