Color Hex Logo

#744829 Color Hex

#744829
(116,72,41)
0 Favorites   0 Comments

Color spaces of #744829

RGB 1167241
HSL0.070.480.31
HSV25°65°45°
CMYK 0.000.380.65   0.55
XYZ9.92018.50783.2172
Yxy8.50780.45830.3931
Hunter Lab29.16819.663713.8781
CIE-Lab35.018815.503626.1330

#744829 color RGB value is (116,72,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001000 00101001
Octal 164 110 51
Decimal 116 72 41
Hex 74 48 29

RGB Percentages of Color #744829

%50.66
%31.44
%17.90

CMYK Percentages of Color #744829

%0
%38
%65
%55

Triadic Colors of #744829

#744829 #297448 #482974

Analogous Colors of #744829

#744829 #746e29 #742930

Monochromatic Colors of #744829

#744829

Complementary Color

#744829 #295574

#744829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744829 Color CSS Codes

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

#744829 Text Font Color

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

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


#744829 Background Color

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

This div background color is #744829


#744829 Border Color

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

This div border color is #744829


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,72,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 #744829">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744829

#744829 Color Palettes


Comments

No comments written yet.

Please login to write comment.