Color Hex Logo

#734742 Color Hex

#734742
(115,71,66)
0 Favorites   0 Comments

Color spaces of #734742

RGB 1157166
HSL0.020.270.35
HSV43°45°
CMYK 0.000.380.43   0.55
XYZ10.30688.54476.2603
Yxy8.54470.41040.3403
Hunter Lab29.231311.78337.7641
CIE-Lab35.092518.206210.8980

#734742 color RGB value is (115,71,66).

#734742 hex color red value is 115, green value is 71 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #734742 hue: 0.02 , saturation: 0.27 and the lightness value of 734742 is 0.35.

The process color (four color CMYK) of #734742 color hex is 0.00, 0.38, 0.43, 0.55. Web safe color of #734742 is #663333. Color #734742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 01000010
Octal 163 107 102
Decimal 115 71 66
Hex 73 47 42

RGB Percentages of Color #734742

%45.63
%28.17
%26.19

CMYK Percentages of Color #734742

%0
%38
%43
%55

Triadic Colors of #734742

#734742 #427347 #474273

Analogous Colors of #734742

#734742 #736042 #734256

Monochromatic Colors of #734742

#734742

Complementary Color

#734742 #426e73

#734742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734742 Color CSS Codes

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

#734742 Text Font Color

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

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


#734742 Background Color

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

This div background color is #734742


#734742 Border Color

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

This div border color is #734742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734742


Comments

No comments written yet.

Please login to write comment.