color codes Logo

#46b76f color codes

#46B76F
(70,183,111)
0 Favorites   0 Comments

Color spaces of #46b76f

RGB 70183111
HSL0.390.450.50
HSV142°62°72°
CMYK 0.620.000.39   0.28
XYZ22.328536.316820.8719
Yxy36.31680.28080.4567
Hunter Lab60.2634-39.324121.6496
CIE-Lab66.7613-48.214127.3738

#46b76f color RGB value is (70,183,111).

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

The process color (four color CMYK) of #46b76f color code is 0.62, 0.00, 0.39, 0.28. Web safe color of #46b76f is #33cc66. Color #46b76f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10110111 01101111
Octal 106 267 157
Decimal 70 183 111
Hex 46 B7 6F

RGB Percentages of Color #46b76f

%19.23
%50.27
%30.49

CMYK Percentages of Color #46b76f

%62
%0
%39
%28

Triadic Colors of #46b76f

#46b76f #6f46b7 #b76f46

Analogous Colors of #46b76f

#46b76f #46b7a8 #56b746

Monochromatic Colors of #46b76f

#46b76f

Complementary Color

#46b76f #b7468e

#46b76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46b76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46b76f Color CSS Codes

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

#46b76f Text Font Color

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

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


#46b76f Background Color

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

This div background color is #46b76f


#46b76f Border Color

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

This div border color is #46b76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46b76f


Comments

No comments written yet.

Please login to write comment.