Color Hex Logo

#746500 Color Hex

#746500
(116,101,0)
0 Favorites   0 Comments

Color spaces of #746500

RGB 1161010
HSL0.151.000.23
HSV52°100°45°
CMYK 0.000.131.00   0.55
XYZ11.856113.02041.8883
Yxy13.02040.44300.4865
Hunter Lab36.0838-4.496622.1560
CIE-Lab42.7940-3.596249.6002

#746500 color RGB value is (116,101,0).

#746500 hex color red value is 116, green value is 101 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #746500 hue: 0.15 , saturation: 1.00 and the lightness value of 746500 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100101 00000000
Octal 164 145 0
Decimal 116 101 0
Hex 74 65 0

RGB Percentages of Color #746500

%53.46
%46.54
%0.00

CMYK Percentages of Color #746500

%0
%13
%100
%55

Triadic Colors of #746500

#746500 #007465 #650074

Analogous Colors of #746500

#746500 #497400 #742b00

Monochromatic Colors of #746500

#746500

Complementary Color

#746500 #000f74

#746500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746500 Color CSS Codes

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

#746500 Text Font Color

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

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


#746500 Background Color

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

This div background color is #746500


#746500 Border Color

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

This div border color is #746500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746500


Comments

No comments written yet.

Please login to write comment.