Color Hex Logo

#73695a Color Hex

#73695A
(115,105,90)
0 Favorites   0 Comments

Color spaces of #73695a

RGB 11510590
HSL0.100.120.40
HSV36°22°45°
CMYK 0.000.090.22   0.55
XYZ13.967314.486211.7328
Yxy14.48620.34760.3605
Hunter Lab38.0607-1.10148.3655
CIE-Lab44.92231.25669.8661

#73695a color RGB value is (115,105,90).

#73695a hex color red value is 115, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #73695a hue: 0.10 , saturation: 0.12 and the lightness value of 73695a is 0.40.

The process color (four color CMYK) of #73695a color hex is 0.00, 0.09, 0.22, 0.55. Web safe color of #73695a is #666666. Color #73695a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101001 01011010
Octal 163 151 132
Decimal 115 105 90
Hex 73 69 5A

RGB Percentages of Color #73695a

%37.10
%33.87
%29.03

CMYK Percentages of Color #73695a

%0
%9
%22
%55

Triadic Colors of #73695a

#73695a #5a7369 #695a73

Analogous Colors of #73695a

#73695a #71735a #735d5a

Monochromatic Colors of #73695a

#73695a

Complementary Color

#73695a #5a6473

#73695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73695a Color CSS Codes

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

#73695a Text Font Color

<p style="color:#73695a">Text here</p>

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


#73695a Background Color

<div style="background-color:#73695a">
Div content here</div>

This div background color is #73695a


#73695a Border Color

<div style="border:3px solid #73695a">
Div here</div>

This div border color is #73695a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,105,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73695a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73695a;
  -webkit-box-shadow: 1px 1px 3px 2px #73695a;
  box-shadow:         1px 1px 3px 2px #73695a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73695a


Comments

No comments written yet.

Please login to write comment.