Color Hex Logo

#46a348 Color Hex

#46A348
(70,163,72)
0 Favorites   0 Comments

Color spaces of #46a348

RGB 7016372
HSL0.340.400.46
HSV121°57°64°
CMYK 0.570.000.56   0.36
XYZ16.792727.964410.6435
Yxy27.96440.30310.5048
Hunter Lab52.8814-35.859025.0836
CIE-Lab59.8566-46.404738.6564

#46a348 color RGB value is (70,163,72).

#46a348 hex color red value is 70, green value is 163 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #46a348 hue: 0.34 , saturation: 0.40 and the lightness value of 46a348 is 0.46.

The process color (four color CMYK) of #46a348 color hex is 0.57, 0.00, 0.56, 0.36. Web safe color of #46a348 is #339933. Color #46a348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100011 01001000
Octal 106 243 110
Decimal 70 163 72
Hex 46 A3 48

RGB Percentages of Color #46a348

%22.95
%53.44
%23.61

CMYK Percentages of Color #46a348

%57
%0
%56
%36

Triadic Colors of #46a348

#46a348 #4846a3 #a34846

Analogous Colors of #46a348

#46a348 #46a377 #73a346

Monochromatic Colors of #46a348

#46a348

Complementary Color

#46a348 #a346a1

#46a348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a348 Color CSS Codes

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

#46a348 Text Font Color

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

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


#46a348 Background Color

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

This div background color is #46a348


#46a348 Border Color

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

This div border color is #46a348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a348


Comments

No comments written yet.

Please login to write comment.