Color Hex Logo

#744511 Color Hex

#744511
(116,69,17)
0 Favorites   0 Comments

Color spaces of #744511

RGB 1166917
HSL0.090.740.26
HSV32°85°45°
CMYK 0.000.410.85   0.55
XYZ9.43188.00971.5792
Yxy8.00970.49590.4211
Hunter Lab28.30149.959916.5026
CIE-Lab34.003115.954137.4381

#744511 color RGB value is (116,69,17).

#744511 hex color red value is 116, green value is 69 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #744511 hue: 0.09 , saturation: 0.74 and the lightness value of 744511 is 0.26.

The process color (four color CMYK) of #744511 color hex is 0.00, 0.41, 0.85, 0.55. Web safe color of #744511 is #663300. Color #744511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 00010001
Octal 164 105 21
Decimal 116 69 17
Hex 74 45 11

RGB Percentages of Color #744511

%57.43
%34.16
%8.42

CMYK Percentages of Color #744511

%0
%41
%85
%55

Triadic Colors of #744511

#744511 #117445 #451174

Analogous Colors of #744511

#744511 #727411 #741411

Monochromatic Colors of #744511

#744511

Complementary Color

#744511 #114074

#744511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744511 Color CSS Codes

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

#744511 Text Font Color

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

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


#744511 Background Color

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

This div background color is #744511


#744511 Border Color

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

This div border color is #744511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744511


Comments

No comments written yet.

Please login to write comment.