Color Hex Logo

#746605 Color Hex

#746605
(116,102,5)
0 Favorites   0 Comments

Color spaces of #746605

RGB 1161025
HSL0.150.920.24
HSV52°96°45°
CMYK 0.000.120.96   0.55
XYZ11.981213.22672.0651
Yxy13.22670.43930.4850
Hunter Lab36.3685-4.840122.0913
CIE-Lab43.1029-4.052048.5651

#746605 color RGB value is (116,102,5).

#746605 hex color red value is 116, green value is 102 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #746605 hue: 0.15 , saturation: 0.92 and the lightness value of 746605 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100110 00000101
Octal 164 146 5
Decimal 116 102 5
Hex 74 66 5

RGB Percentages of Color #746605

%52.02
%45.74
%2.24

CMYK Percentages of Color #746605

%0
%12
%96
%55

Triadic Colors of #746605

#746605 #057466 #660574

Analogous Colors of #746605

#746605 #4a7405 #742f05

Monochromatic Colors of #746605

#746605

Complementary Color

#746605 #051374

#746605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746605 Color CSS Codes

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

#746605 Text Font Color

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

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


#746605 Background Color

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

This div background color is #746605


#746605 Border Color

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

This div border color is #746605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746605


Comments

No comments written yet.

Please login to write comment.