Color Hex Logo

#743646 Color Hex

#743646
(116,54,70)
0 Favorites   0 Comments

Color spaces of #743646

RGB 1165470
HSL0.960.360.33
HSV345°53°45°
CMYK 0.000.530.40   0.55
XYZ9.62716.79356.5982
Yxy6.79350.41820.2951
Hunter Lab26.064320.31803.2358
CIE-Lab31.332129.05373.0500

#743646 color RGB value is (116,54,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 01000110
Octal 164 66 106
Decimal 116 54 70
Hex 74 36 46

RGB Percentages of Color #743646

%48.33
%22.50
%29.17

CMYK Percentages of Color #743646

%0
%53
%40
%55

Triadic Colors of #743646

#743646 #467436 #364674

Analogous Colors of #743646

#743646 #744536 #743665

Monochromatic Colors of #743646

#743646

Complementary Color

#743646 #367464

#743646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743646 Color CSS Codes

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

#743646 Text Font Color

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

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


#743646 Background Color

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

This div background color is #743646


#743646 Border Color

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

This div border color is #743646


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,54,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 #743646">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743646


Comments

No comments written yet.

Please login to write comment.