Color Hex Logo

#744c04 Color Hex

#744C04
(116,76,4)
0 Favorites   0 Comments

Color spaces of #744c04

RGB 116764
HSL0.110.930.24
HSV39°97°45°
CMYK 0.000.340.97   0.55
XYZ9.80888.89071.3140
Yxy8.89070.49010.4442
Hunter Lab29.81736.539818.2593
CIE-Lab35.773011.369143.3889

#744c04 color RGB value is (116,76,4).

#744c04 hex color red value is 116, green value is 76 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #744c04 hue: 0.11 , saturation: 0.93 and the lightness value of 744c04 is 0.24.

The process color (four color CMYK) of #744c04 color hex is 0.00, 0.34, 0.97, 0.55. Web safe color of #744c04 is #663300. Color #744c04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 00000100
Octal 164 114 4
Decimal 116 76 4
Hex 74 4C 4

RGB Percentages of Color #744c04

%59.18
%38.78
%2.04

CMYK Percentages of Color #744c04

%0
%34
%97
%55

Triadic Colors of #744c04

#744c04 #04744c #4c0474

Analogous Colors of #744c04

#744c04 #647404 #741404

Monochromatic Colors of #744c04

#744c04

Complementary Color

#744c04 #042c74

#744c04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744c04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744c04 Color CSS Codes

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

#744c04 Text Font Color

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

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


#744c04 Background Color

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

This div background color is #744c04


#744c04 Border Color

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

This div border color is #744c04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744c04


Comments

No comments written yet.

Please login to write comment.