Color Hex Logo

#744434 Color Hex

#744434
(116,68,52)
0 Favorites   0 Comments

Color spaces of #744434

RGB 1166852
HSL0.040.380.33
HSV15°55°45°
CMYK 0.000.410.55   0.55
XYZ9.88948.09524.2901
Yxy8.09520.44400.3634
Hunter Lab28.452112.252110.9765
CIE-Lab34.180418.874518.4620

#744434 color RGB value is (116,68,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000100 00110100
Octal 164 104 64
Decimal 116 68 52
Hex 74 44 34

RGB Percentages of Color #744434

%49.15
%28.81
%22.03

CMYK Percentages of Color #744434

%0
%41
%55
%55

Triadic Colors of #744434

#744434 #347444 #443474

Analogous Colors of #744434

#744434 #746434 #743444

Monochromatic Colors of #744434

#744434

Complementary Color

#744434 #346474

#744434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744434 Color CSS Codes

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

#744434 Text Font Color

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

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


#744434 Background Color

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

This div background color is #744434


#744434 Border Color

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

This div border color is #744434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744434


Comments

No comments written yet.

Please login to write comment.