Color Hex Logo

#746510 Color Hex

#746510
(116,101,16)
0 Favorites   0 Comments

Color spaces of #746510

RGB 11610116
HSL0.140.760.26
HSV51°86°45°
CMYK 0.000.130.86   0.55
XYZ11.949713.05782.3808
Yxy13.05780.43630.4768
Hunter Lab36.1356-4.209021.3886
CIE-Lab42.8502-3.182945.5394

#746510 color RGB value is (116,101,16).

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

The process color (four color CMYK) of #746510 color hex is 0.00, 0.13, 0.86, 0.55. Web safe color of #746510 is #666600. Color #746510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100101 00010000
Octal 164 145 20
Decimal 116 101 16
Hex 74 65 10

RGB Percentages of Color #746510

%49.79
%43.35
%6.87

CMYK Percentages of Color #746510

%0
%13
%86
%55

Triadic Colors of #746510

#746510 #107465 #651074

Analogous Colors of #746510

#746510 #517410 #743310

Monochromatic Colors of #746510

#746510

Complementary Color

#746510 #101f74

#746510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746510 Color CSS Codes

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

#746510 Text Font Color

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

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


#746510 Background Color

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

This div background color is #746510


#746510 Border Color

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

This div border color is #746510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746510


Comments

No comments written yet.

Please login to write comment.