Color Hex Logo

#744327 Color Hex

#744327
(116,67,39)
0 Favorites   0 Comments

Color spaces of #744327

RGB 1166739
HSL0.060.500.30
HSV22°66°45°
CMYK 0.000.420.66   0.55
XYZ9.57587.87382.9345
Yxy7.87380.46980.3863
Hunter Lab28.060311.809013.4418
CIE-Lab33.718718.352125.7582

#744327 color RGB value is (116,67,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000011 00100111
Octal 164 103 47
Decimal 116 67 39
Hex 74 43 27

RGB Percentages of Color #744327

%52.25
%30.18
%17.57

CMYK Percentages of Color #744327

%0
%42
%66
%55

Triadic Colors of #744327

#744327 #277443 #432774

Analogous Colors of #744327

#744327 #746a27 #742732

Monochromatic Colors of #744327

#744327

Complementary Color

#744327 #275874

#744327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744327 Color CSS Codes

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

#744327 Text Font Color

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

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


#744327 Background Color

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

This div background color is #744327


#744327 Border Color

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

This div border color is #744327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744327


Comments

No comments written yet.

Please login to write comment.