Color Hex Logo

#743446 Color Hex

#743446
(116,52,70)
0 Favorites   0 Comments

Color spaces of #743446

RGB 1165270
HSL0.950.380.33
HSV343°55°45°
CMYK 0.000.550.40   0.55
XYZ9.53596.61126.5678
Yxy6.61120.41980.2911
Hunter Lab25.712321.20382.8539
CIE-Lab30.904930.15692.4343

#743446 color RGB value is (116,52,70).

#743446 hex color red value is 116, green value is 52 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #743446 hue: 0.95 , saturation: 0.38 and the lightness value of 743446 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 01000110
Octal 164 64 106
Decimal 116 52 70
Hex 74 34 46

RGB Percentages of Color #743446

%48.74
%21.85
%29.41

CMYK Percentages of Color #743446

%0
%55
%40
%55

Triadic Colors of #743446

#743446 #467434 #344674

Analogous Colors of #743446

#743446 #744234 #743466

Monochromatic Colors of #743446

#743446

Complementary Color

#743446 #347462

#743446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743446 Color CSS Codes

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

#743446 Text Font Color

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

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


#743446 Background Color

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

This div background color is #743446


#743446 Border Color

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

This div border color is #743446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743446


Comments

No comments written yet.

Please login to write comment.