Color Hex Logo

#46a708 Color Hex

#46A708
(70,167,8)
0 Favorites   0 Comments

Color spaces of #46a708

RGB 701678
HSL0.270.910.34
HSV97°95°65°
CMYK 0.580.000.95   0.35
XYZ16.388328.95714.9552
Yxy28.95710.32580.5757
Hunter Lab53.8118-39.808832.2086
CIE-Lab60.7437-52.499360.9115

#46a708 color RGB value is (70,167,8).

#46a708 hex color red value is 70, green value is 167 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #46a708 hue: 0.27 , saturation: 0.91 and the lightness value of 46a708 is 0.34.

The process color (four color CMYK) of #46a708 color hex is 0.58, 0.00, 0.95, 0.35. Web safe color of #46a708 is #339900. Color #46a708 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100111 00001000
Octal 106 247 10
Decimal 70 167 8
Hex 46 A7 8

RGB Percentages of Color #46a708

%28.57
%68.16
%3.27

CMYK Percentages of Color #46a708

%58
%0
%95
%35

Triadic Colors of #46a708

#46a708 #0846a7 #a70846

Analogous Colors of #46a708

#46a708 #08a719 #96a708

Monochromatic Colors of #46a708

#46a708

Complementary Color

#46a708 #6908a7

#46a708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a708 Color CSS Codes

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

#46a708 Text Font Color

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

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


#46a708 Background Color

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

This div background color is #46a708


#46a708 Border Color

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

This div border color is #46a708


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,167,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46a708; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46a708;
  -webkit-box-shadow: 1px 1px 3px 2px #46a708;
  box-shadow:         1px 1px 3px 2px #46a708; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a708


Comments

No comments written yet.

Please login to write comment.