Color Hex Logo

#466934 Color Hex

#466934
(70,105,52)
0 Favorites   0 Comments

Color spaces of #466934

RGB 7010552
HSL0.280.340.31
HSV100°50°41°
CMYK 0.330.000.50   0.59
XYZ8.197211.65325.0661
Yxy11.65320.32900.4677
Hunter Lab34.1368-16.876515.0968
CIE-Lab40.6595-23.313725.7548

#466934 color RGB value is (70,105,52).

#466934 hex color red value is 70, green value is 105 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #466934 hue: 0.28 , saturation: 0.34 and the lightness value of 466934 is 0.31.

The process color (four color CMYK) of #466934 color hex is 0.33, 0.00, 0.50, 0.59. Web safe color of #466934 is #336633. Color #466934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101001 00110100
Octal 106 151 64
Decimal 70 105 52
Hex 46 69 34

RGB Percentages of Color #466934

%30.84
%46.26
%22.91

CMYK Percentages of Color #466934

%33
%0
%50
%59

Triadic Colors of #466934

#466934 #344669 #693446

Analogous Colors of #466934

#466934 #34693d #616934

Monochromatic Colors of #466934

#466934

Complementary Color

#466934 #573469

#466934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466934 Color CSS Codes

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

#466934 Text Font Color

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

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


#466934 Background Color

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

This div background color is #466934


#466934 Border Color

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

This div border color is #466934


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,105,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466934


Comments

No comments written yet.

Please login to write comment.