Color Hex Logo

#746e0a Color Hex

#746E0A
(116,110,10)
0 Favorites   0 Comments

Color spaces of #746e0a

RGB 11611010
HSL0.160.840.25
HSV57°91°45°
CMYK 0.000.050.91   0.55
XYZ12.833214.88682.4842
Yxy14.88680.42490.4929
Hunter Lab38.5834-8.150223.1910
CIE-Lab45.4788-8.485949.2732

#746e0a color RGB value is (116,110,10).

#746e0a hex color red value is 116, green value is 110 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #746e0a hue: 0.16 , saturation: 0.84 and the lightness value of 746e0a is 0.25.

The process color (four color CMYK) of #746e0a color hex is 0.00, 0.05, 0.91, 0.55. Web safe color of #746e0a is #666600. Color #746e0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 00001010
Octal 164 156 12
Decimal 116 110 10
Hex 74 6E A

RGB Percentages of Color #746e0a

%49.15
%46.61
%4.24

CMYK Percentages of Color #746e0a

%0
%5
%91
%55

Triadic Colors of #746e0a

#746e0a #0a746e #6e0a74

Analogous Colors of #746e0a

#746e0a #45740a #74390a

Monochromatic Colors of #746e0a

#746e0a

Complementary Color

#746e0a #0a1074

#746e0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746e0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#746e0a Color CSS Codes

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

#746e0a Text Font Color

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

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


#746e0a Background Color

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

This div background color is #746e0a


#746e0a Border Color

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

This div border color is #746e0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,110,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746e0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746e0a;
  -webkit-box-shadow: 1px 1px 3px 2px #746e0a;
  box-shadow:         1px 1px 3px 2px #746e0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746e0a


Comments

No comments written yet.

Please login to write comment.