Color Hex Logo

#73645f Color Hex

#73645F
(115,100,95)
0 Favorites   0 Comments

Color spaces of #73645f

RGB 11510095
HSL0.040.100.41
HSV15°17°45°
CMYK 0.000.130.17   0.55
XYZ13.693013.585412.7270
Yxy13.58540.34230.3396
Hunter Lab36.85841.81115.3283
CIE-Lab43.63245.07785.0265

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100100 01011111
Octal 163 144 137
Decimal 115 100 95
Hex 73 64 5F

RGB Percentages of Color #73645f

%37.10
%32.26
%30.65

CMYK Percentages of Color #73645f

%0
%13
%17
%55

Triadic Colors of #73645f

#73645f #5f7364 #645f73

Analogous Colors of #73645f

#73645f #736e5f #735f64

Monochromatic Colors of #73645f

#73645f

Complementary Color

#73645f #5f6e73

#73645f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73645f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73645f Color CSS Codes

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

#73645f Text Font Color

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

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


#73645f Background Color

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

This div background color is #73645f


#73645f Border Color

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

This div border color is #73645f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73645f


Comments

No comments written yet.

Please login to write comment.