Color Hex Logo

#46967f Color Hex

#46967F
(70,150,127)
0 Favorites   0 Comments

Color spaces of #46967f

RGB 70150127
HSL0.450.360.43
HSV163°53°59°
CMYK 0.530.000.15   0.41
XYZ17.262924.647123.9262
Yxy24.64710.26220.3744
Hunter Lab49.6458-24.81206.1780
CIE-Lab56.7299-30.33344.7074

#46967f color RGB value is (70,150,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 01111111
Octal 106 226 177
Decimal 70 150 127
Hex 46 96 7F

RGB Percentages of Color #46967f

%20.17
%43.23
%36.60

CMYK Percentages of Color #46967f

%53
%0
%15
%41

Triadic Colors of #46967f

#46967f #7f4696 #967f46

Analogous Colors of #46967f

#46967f #468596 #469657

Monochromatic Colors of #46967f

#46967f

Complementary Color

#46967f #96465d

#46967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46967f Color CSS Codes

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

#46967f Text Font Color

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

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


#46967f Background Color

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

This div background color is #46967f


#46967f Border Color

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

This div border color is #46967f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46967f


Comments

No comments written yet.

Please login to write comment.