Color Hex Logo

#746049 Color Hex

#746049
(116,96,73)
0 Favorites   0 Comments

Color spaces of #746049

RGB 1169673
HSL0.090.230.37
HSV32°37°45°
CMYK 0.000.170.37   0.55
XYZ12.587912.55988.0642
Yxy12.55980.37900.3782
Hunter Lab35.43981.381911.3166
CIE-Lab42.09234.465816.1687

#746049 color RGB value is (116,96,73).

#746049 hex color red value is 116, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #746049 hue: 0.09 , saturation: 0.23 and the lightness value of 746049 is 0.37.

The process color (four color CMYK) of #746049 color hex is 0.00, 0.17, 0.37, 0.55. Web safe color of #746049 is #666633. Color #746049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 01001001
Octal 164 140 111
Decimal 116 96 73
Hex 74 60 49

RGB Percentages of Color #746049

%40.70
%33.68
%25.61

CMYK Percentages of Color #746049

%0
%17
%37
%55

Triadic Colors of #746049

#746049 #497460 #604974

Analogous Colors of #746049

#746049 #737449 #744b49

Monochromatic Colors of #746049

#746049

Complementary Color

#746049 #495d74

#746049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746049 Color CSS Codes

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

#746049 Text Font Color

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

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


#746049 Background Color

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

This div background color is #746049


#746049 Border Color

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

This div border color is #746049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746049


Comments

No comments written yet.

Please login to write comment.