Color Hex Logo

#46a65c Color Hex

#46A65C
(70,166,92)
0 Favorites   0 Comments

Color spaces of #46a65c

RGB 7016692
HSL0.370.410.46
HSV134°58°65°
CMYK 0.580.000.45   0.35
XYZ18.093829.347214.8362
Yxy29.34720.29050.4712
Hunter Lab54.1731-35.183921.6836
CIE-Lab61.0868-44.641129.9920

#46a65c color RGB value is (70,166,92).

#46a65c hex color red value is 70, green value is 166 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #46a65c hue: 0.37 , saturation: 0.41 and the lightness value of 46a65c is 0.46.

The process color (four color CMYK) of #46a65c color hex is 0.58, 0.00, 0.45, 0.35. Web safe color of #46a65c is #339966. Color #46a65c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100110 01011100
Octal 106 246 134
Decimal 70 166 92
Hex 46 A6 5C

RGB Percentages of Color #46a65c

%21.34
%50.61
%28.05

CMYK Percentages of Color #46a65c

%58
%0
%45
%35

Triadic Colors of #46a65c

#46a65c #5c46a6 #a65c46

Analogous Colors of #46a65c

#46a65c #46a68c #60a646

Monochromatic Colors of #46a65c

#46a65c

Complementary Color

#46a65c #a64690

#46a65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a65c Color CSS Codes

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

#46a65c Text Font Color

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

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


#46a65c Background Color

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

This div background color is #46a65c


#46a65c Border Color

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

This div border color is #46a65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a65c


Comments

No comments written yet.

Please login to write comment.