Color Hex Logo

#746611 Color Hex

#746611
(116,102,17)
0 Favorites   0 Comments

Color spaces of #746611

RGB 11610217
HSL0.140.740.26
HSV52°85°45°
CMYK 0.000.120.85   0.55
XYZ12.055013.25622.4537
Yxy13.25620.43420.4774
Hunter Lab36.4091-4.614721.4906
CIE-Lab43.1468-3.727645.4856

#746611 color RGB value is (116,102,17).

#746611 hex color red value is 116, green value is 102 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #746611 hue: 0.14 , saturation: 0.74 and the lightness value of 746611 is 0.26.

The process color (four color CMYK) of #746611 color hex is 0.00, 0.12, 0.85, 0.55. Web safe color of #746611 is #666600. Color #746611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100110 00010001
Octal 164 146 21
Decimal 116 102 17
Hex 74 66 11

RGB Percentages of Color #746611

%49.36
%43.40
%7.23

CMYK Percentages of Color #746611

%0
%12
%85
%55

Triadic Colors of #746611

#746611 #117466 #661174

Analogous Colors of #746611

#746611 #517411 #743511

Monochromatic Colors of #746611

#746611

Complementary Color

#746611 #111f74

#746611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746611 Color CSS Codes

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

#746611 Text Font Color

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

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


#746611 Background Color

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

This div background color is #746611


#746611 Border Color

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

This div border color is #746611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746611


Comments

No comments written yet.

Please login to write comment.