Color Hex Logo

#73494c Color Hex

#73494C
(115,73,76)
0 Favorites   0 Comments

Color spaces of #73494c

RGB 1157376
HSL0.990.220.37
HSV356°37°45°
CMYK 0.000.370.34   0.55
XYZ10.75738.93177.9945
Yxy8.93170.38860.3226
Hunter Lab29.885911.94985.0601
CIE-Lab35.852518.35485.6529

#73494c color RGB value is (115,73,76).

#73494c hex color red value is 115, green value is 73 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #73494c hue: 0.99 , saturation: 0.22 and the lightness value of 73494c is 0.37.

The process color (four color CMYK) of #73494c color hex is 0.00, 0.37, 0.34, 0.55. Web safe color of #73494c is #663333. Color #73494c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001001 01001100
Octal 163 111 114
Decimal 115 73 76
Hex 73 49 4C

RGB Percentages of Color #73494c

%43.56
%27.65
%28.79

CMYK Percentages of Color #73494c

%0
%37
%34
%55

Triadic Colors of #73494c

#73494c #4c7349 #494c73

Analogous Colors of #73494c

#73494c #735b49 #734961

Monochromatic Colors of #73494c

#73494c

Complementary Color

#73494c #497370

#73494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73494c Color CSS Codes

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

#73494c Text Font Color

<p style="color:#73494c">Text here</p>

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


#73494c Background Color

<div style="background-color:#73494c">
Div content here</div>

This div background color is #73494c


#73494c Border Color

<div style="border:3px solid #73494c">
Div here</div>

This div border color is #73494c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,73,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73494c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73494c;
  -webkit-box-shadow: 1px 1px 3px 2px #73494c;
  box-shadow:         1px 1px 3px 2px #73494c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73494c


Comments

No comments written yet.

Please login to write comment.