Color Hex Logo

#73474e Color Hex

#73474E
(115,71,78)
0 Favorites   0 Comments

Color spaces of #73474e

RGB 1157178
HSL0.970.240.36
HSV350°38°45°
CMYK 0.000.380.32   0.55
XYZ10.69868.70148.3234
Yxy8.70140.38590.3139
Hunter Lab29.498113.11803.9190
CIE-Lab35.402919.85183.7448

#73474e color RGB value is (115,71,78).

#73474e hex color red value is 115, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #73474e hue: 0.97 , saturation: 0.24 and the lightness value of 73474e is 0.36.

The process color (four color CMYK) of #73474e color hex is 0.00, 0.38, 0.32, 0.55. Web safe color of #73474e is #663366. Color #73474e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 01001110
Octal 163 107 116
Decimal 115 71 78
Hex 73 47 4E

RGB Percentages of Color #73474e

%43.56
%26.89
%29.55

CMYK Percentages of Color #73474e

%0
%38
%32
%55

Triadic Colors of #73474e

#73474e #4e7347 #474e73

Analogous Colors of #73474e

#73474e #735647 #734764

Monochromatic Colors of #73474e

#73474e

Complementary Color

#73474e #47736c

#73474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73474e Color CSS Codes

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

#73474e Text Font Color

<p style="color:#73474e">Text here</p>

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


#73474e Background Color

<div style="background-color:#73474e">
Div content here</div>

This div background color is #73474e


#73474e Border Color

<div style="border:3px solid #73474e">
Div here</div>

This div border color is #73474e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,71,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73474e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73474e;
  -webkit-box-shadow: 1px 1px 3px 2px #73474e;
  box-shadow:         1px 1px 3px 2px #73474e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73474e


Comments

No comments written yet.

Please login to write comment.