Color Hex Logo

#744329 Color Hex

#744329
(116,67,41)
0 Favorites   0 Comments

Color spaces of #744329

RGB 1166741
HSL0.060.480.31
HSV21°65°45°
CMYK 0.000.420.65   0.55
XYZ9.60997.88743.1137
Yxy7.88740.46630.3827
Hunter Lab28.084511.930913.0857
CIE-Lab33.747318.504624.6110

#744329 color RGB value is (116,67,41).

#744329 hex color red value is 116, green value is 67 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #744329 hue: 0.06 , saturation: 0.48 and the lightness value of 744329 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000011 00101001
Octal 164 103 51
Decimal 116 67 41
Hex 74 43 29

RGB Percentages of Color #744329

%51.79
%29.91
%18.30

CMYK Percentages of Color #744329

%0
%42
%65
%55

Triadic Colors of #744329

#744329 #297443 #432974

Analogous Colors of #744329

#744329 #746929 #742935

Monochromatic Colors of #744329

#744329

Complementary Color

#744329 #295a74

#744329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744329 Color CSS Codes

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

#744329 Text Font Color

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

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


#744329 Background Color

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

This div background color is #744329


#744329 Border Color

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

This div border color is #744329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744329


Comments

No comments written yet.

Please login to write comment.