Color Hex Logo

#46706f Color Hex

#46706F
(70,112,111)
0 Favorites   0 Comments

Color spaces of #46706f

RGB 70112111
HSL0.500.230.36
HSV179°38°44°
CMYK 0.380.000.01   0.56
XYZ11.189214.038117.1588
Yxy14.03810.26400.3312
Hunter Lab37.4675-12.2612-0.9256
CIE-Lab44.2875-14.8088-4.0846

#46706f color RGB value is (70,112,111).

#46706f hex color red value is 70, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #46706f hue: 0.50 , saturation: 0.23 and the lightness value of 46706f is 0.36.

The process color (four color CMYK) of #46706f color hex is 0.38, 0.00, 0.01, 0.56. Web safe color of #46706f is #336666. Color #46706f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110000 01101111
Octal 106 160 157
Decimal 70 112 111
Hex 46 70 6F

RGB Percentages of Color #46706f

%23.89
%38.23
%37.88

CMYK Percentages of Color #46706f

%38
%0
%1
%56

Triadic Colors of #46706f

#46706f #6f4670 #706f46

Analogous Colors of #46706f

#46706f #465c70 #46705a

Monochromatic Colors of #46706f

#46706f

Complementary Color

#46706f #704647

#46706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46706f Color CSS Codes

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

#46706f Text Font Color

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

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


#46706f Background Color

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

This div background color is #46706f


#46706f Border Color

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

This div border color is #46706f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,112,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 #46706f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46706f


Comments

No comments written yet.

Please login to write comment.