Color Hex Logo

#46a057 Color Hex

#46A057
(70,160,87)
0 Favorites   0 Comments

Color spaces of #46a057

RGB 7016087
HSL0.360.390.45
HSV131°56°63°
CMYK 0.560.000.46   0.37
XYZ16.816927.131813.3674
Yxy27.13180.29340.4734
Hunter Lab52.0882-33.524821.2461
CIE-Lab59.0961-42.992330.0747

#46a057 color RGB value is (70,160,87).

#46a057 hex color red value is 70, green value is 160 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #46a057 hue: 0.36 , saturation: 0.39 and the lightness value of 46a057 is 0.45.

The process color (four color CMYK) of #46a057 color hex is 0.56, 0.00, 0.46, 0.37. Web safe color of #46a057 is #339966. Color #46a057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100000 01010111
Octal 106 240 127
Decimal 70 160 87
Hex 46 A0 57

RGB Percentages of Color #46a057

%22.08
%50.47
%27.44

CMYK Percentages of Color #46a057

%56
%0
%46
%37

Triadic Colors of #46a057

#46a057 #5746a0 #a05746

Analogous Colors of #46a057

#46a057 #46a084 #62a046

Monochromatic Colors of #46a057

#46a057

Complementary Color

#46a057 #a0468f

#46a057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a057 Color CSS Codes

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

#46a057 Text Font Color

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

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


#46a057 Background Color

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

This div background color is #46a057


#46a057 Border Color

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

This div border color is #46a057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a057


Comments

No comments written yet.

Please login to write comment.