Color Hex Logo

#746009 Color Hex

#746009
(116,96,9)
0 Favorites   0 Comments

Color spaces of #746009

RGB 116969
HSL0.140.860.25
HSV49°92°45°
CMYK 0.000.170.92   0.55
XYZ11.434612.09851.9910
Yxy12.09850.44800.4740
Hunter Lab34.7829-2.189620.9542
CIE-Lab41.3722-0.464446.2270

#746009 color RGB value is (116,96,9).

#746009 hex color red value is 116, green value is 96 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #746009 hue: 0.14 , saturation: 0.86 and the lightness value of 746009 is 0.25.

The process color (four color CMYK) of #746009 color hex is 0.00, 0.17, 0.92, 0.55. Web safe color of #746009 is #666600. Color #746009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 00001001
Octal 164 140 11
Decimal 116 96 9
Hex 74 60 9

RGB Percentages of Color #746009

%52.49
%43.44
%4.07

CMYK Percentages of Color #746009

%0
%17
%92
%55

Triadic Colors of #746009

#746009 #097460 #600974

Analogous Colors of #746009

#746009 #537409 #742b09

Monochromatic Colors of #746009

#746009

Complementary Color

#746009 #091d74

#746009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746009 Color CSS Codes

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

#746009 Text Font Color

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

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


#746009 Background Color

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

This div background color is #746009


#746009 Border Color

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

This div border color is #746009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746009


Comments

No comments written yet.

Please login to write comment.