Color Hex Logo

#46965f Color Hex

#46965F
(70,150,95)
0 Favorites   0 Comments

Color spaces of #46965f

RGB 7015095
HSL0.390.360.43
HSV139°53°59°
CMYK 0.530.000.37   0.41
XYZ15.497723.941014.6307
Yxy23.94100.28660.4428
Hunter Lab48.9295-29.089516.5220
CIE-Lab56.0287-37.311021.7484

#46965f color RGB value is (70,150,95).

#46965f hex color red value is 70, green value is 150 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46965f hue: 0.39 , saturation: 0.36 and the lightness value of 46965f is 0.43.

The process color (four color CMYK) of #46965f color hex is 0.53, 0.00, 0.37, 0.41. Web safe color of #46965f is #339966. Color #46965f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 01011111
Octal 106 226 137
Decimal 70 150 95
Hex 46 96 5F

RGB Percentages of Color #46965f

%22.22
%47.62
%30.16

CMYK Percentages of Color #46965f

%53
%0
%37
%41

Triadic Colors of #46965f

#46965f #5f4696 #965f46

Analogous Colors of #46965f

#46965f #469687 #559646

Monochromatic Colors of #46965f

#46965f

Complementary Color

#46965f #96467d

#46965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46965f Color CSS Codes

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

#46965f Text Font Color

<p style="color:#46965f">Text here</p>

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


#46965f Background Color

<div style="background-color:#46965f">
Div content here</div>

This div background color is #46965f


#46965f Border Color

<div style="border:3px solid #46965f">
Div here</div>

This div border color is #46965f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,150,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46965f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46965f;
  -webkit-box-shadow: 1px 1px 3px 2px #46965f;
  box-shadow:         1px 1px 3px 2px #46965f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46965f


Comments

No comments written yet.

Please login to write comment.