Color Hex Logo

#466314 Color Hex

#466314
(70,99,20)
0 Favorites   0 Comments

Color spaces of #466314

RGB 709920
HSL0.230.660.23
HSV82°80°39°
CMYK 0.290.000.80   0.61
XYZ7.113910.27632.2704
Yxy10.27630.36180.5227
Hunter Lab32.0567-16.487118.2405
CIE-Lab38.3338-23.483638.6307

#466314 color RGB value is (70,99,20).

#466314 hex color red value is 70, green value is 99 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #466314 hue: 0.23 , saturation: 0.66 and the lightness value of 466314 is 0.23.

The process color (four color CMYK) of #466314 color hex is 0.29, 0.00, 0.80, 0.61. Web safe color of #466314 is #336600. Color #466314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100011 00010100
Octal 106 143 24
Decimal 70 99 20
Hex 46 63 14

RGB Percentages of Color #466314

%37.04
%52.38
%10.58

CMYK Percentages of Color #466314

%29
%0
%80
%61

Triadic Colors of #466314

#466314 #144663 #631446

Analogous Colors of #466314

#466314 #1f6314 #635814

Monochromatic Colors of #466314

#466314

Complementary Color

#466314 #311463

#466314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466314 Color CSS Codes

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

#466314 Text Font Color

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

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


#466314 Background Color

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

This div background color is #466314


#466314 Border Color

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

This div border color is #466314


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,99,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 #466314">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466314


Comments

No comments written yet.

Please login to write comment.