Color Hex Logo

#746814 Color Hex

#746814
(116,104,20)
0 Favorites   0 Comments

Color spaces of #746814

RGB 11610420
HSL0.150.710.27
HSV53°83°45°
CMYK 0.000.100.83   0.55
XYZ12.279013.66412.6521
Yxy13.66410.42940.4778
Hunter Lab36.9650-5.394721.6217
CIE-Lab43.7473-4.769645.0377

#746814 color RGB value is (116,104,20).

#746814 hex color red value is 116, green value is 104 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #746814 hue: 0.15 , saturation: 0.71 and the lightness value of 746814 is 0.27.

The process color (four color CMYK) of #746814 color hex is 0.00, 0.10, 0.83, 0.55. Web safe color of #746814 is #666600. Color #746814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 00010100
Octal 164 150 24
Decimal 116 104 20
Hex 74 68 14

RGB Percentages of Color #746814

%48.33
%43.33
%8.33

CMYK Percentages of Color #746814

%0
%10
%83
%55

Triadic Colors of #746814

#746814 #147468 #681474

Analogous Colors of #746814

#746814 #507414 #743814

Monochromatic Colors of #746814

#746814

Complementary Color

#746814 #142074

#746814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746814 Color CSS Codes

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

#746814 Text Font Color

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

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


#746814 Background Color

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

This div background color is #746814


#746814 Border Color

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

This div border color is #746814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746814


Comments

No comments written yet.

Please login to write comment.