Color Hex Logo

#743440 Color Hex

#743440
(116,52,64)
0 Favorites   0 Comments

Color spaces of #743440

RGB 1165264
HSL0.970.380.33
HSV349°55°45°
CMYK 0.000.550.45   0.55
XYZ9.35596.53925.6196
Yxy6.53920.43490.3039
Hunter Lab25.571920.55654.8709
CIE-Lab30.734029.42246.1121

#743440 color RGB value is (116,52,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 01000000
Octal 164 64 100
Decimal 116 52 64
Hex 74 34 40

RGB Percentages of Color #743440

%50.00
%22.41
%27.59

CMYK Percentages of Color #743440

%0
%55
%45
%55

Triadic Colors of #743440

#743440 #407434 #344074

Analogous Colors of #743440

#743440 #744834 #743460

Monochromatic Colors of #743440

#743440

Complementary Color

#743440 #347468

#743440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743440 Color CSS Codes

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

#743440 Text Font Color

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

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


#743440 Background Color

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

This div background color is #743440


#743440 Border Color

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

This div border color is #743440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743440


Comments

No comments written yet.

Please login to write comment.