Color Hex Logo

#73494a Color Hex

#73494A
(115,73,74)
0 Favorites   0 Comments

Color spaces of #73494a

RGB 1157374
HSL1.000.220.37
HSV359°37°45°
CMYK 0.000.370.36   0.55
XYZ10.68888.90437.6339
Yxy8.90430.39260.3270
Hunter Lab29.840111.71915.7201
CIE-Lab35.799418.06916.8400

#73494a color RGB value is (115,73,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001001 01001010
Octal 163 111 112
Decimal 115 73 74
Hex 73 49 4A

RGB Percentages of Color #73494a

%43.89
%27.86
%28.24

CMYK Percentages of Color #73494a

%0
%37
%36
%55

Triadic Colors of #73494a

#73494a #4a7349 #494a73

Analogous Colors of #73494a

#73494a #735d49 #73495f

Monochromatic Colors of #73494a

#73494a

Complementary Color

#73494a #497372

#73494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73494a Color CSS Codes

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

#73494a Text Font Color

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

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


#73494a Background Color

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

This div background color is #73494a


#73494a Border Color

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

This div border color is #73494a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73494a


Comments

No comments written yet.

Please login to write comment.