Color Hex Logo

#746041 Color Hex

#746041
(116,96,65)
0 Favorites   0 Comments

Color spaces of #746041

RGB 1169665
HSL0.100.280.35
HSV36°44°45°
CMYK 0.000.170.44   0.55
XYZ12.339512.46046.7558
Yxy12.46040.39100.3949
Hunter Lab35.29930.624113.3622
CIE-Lab41.93873.440620.7167

#746041 color RGB value is (116,96,65).

#746041 hex color red value is 116, green value is 96 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #746041 hue: 0.10 , saturation: 0.28 and the lightness value of 746041 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 01000001
Octal 164 140 101
Decimal 116 96 65
Hex 74 60 41

RGB Percentages of Color #746041

%41.88
%34.66
%23.47

CMYK Percentages of Color #746041

%0
%17
%44
%55

Triadic Colors of #746041

#746041 #417460 #604174

Analogous Colors of #746041

#746041 #6f7441 #744741

Monochromatic Colors of #746041

#746041

Complementary Color

#746041 #415574

#746041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746041 Color CSS Codes

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

#746041 Text Font Color

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

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


#746041 Background Color

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

This div background color is #746041


#746041 Border Color

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

This div border color is #746041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746041


Comments

No comments written yet.

Please login to write comment.