Color Hex Logo

#743749 Color Hex

#743749
(116,55,73)
0 Favorites   0 Comments

Color spaces of #743749

RGB 1165573
HSL0.950.360.34
HSV342°53°45°
CMYK 0.000.530.37   0.55
XYZ9.77126.92647.1253
Yxy6.92640.41020.2907
Hunter Lab26.318120.21572.3706
CIE-Lab31.638828.88901.5403

#743749 color RGB value is (116,55,73).

#743749 hex color red value is 116, green value is 55 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #743749 hue: 0.95 , saturation: 0.36 and the lightness value of 743749 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110111 01001001
Octal 164 67 111
Decimal 116 55 73
Hex 74 37 49

RGB Percentages of Color #743749

%47.54
%22.54
%29.92

CMYK Percentages of Color #743749

%0
%53
%37
%55

Triadic Colors of #743749

#743749 #497437 #374974

Analogous Colors of #743749

#743749 #744437 #743768

Monochromatic Colors of #743749

#743749

Complementary Color

#743749 #377462

#743749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743749 Color CSS Codes

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

#743749 Text Font Color

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

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


#743749 Background Color

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

This div background color is #743749


#743749 Border Color

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

This div border color is #743749


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,55,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743749; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743749;
  -webkit-box-shadow: 1px 1px 3px 2px #743749;
  box-shadow:         1px 1px 3px 2px #743749; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743749


Comments

No comments written yet.

Please login to write comment.