Color Hex Logo

#46704e Color Hex

#46704E
(70,112,78)
0 Favorites   0 Comments

Color spaces of #46704e

RGB 7011278
HSL0.370.230.36
HSV131°38°44°
CMYK 0.380.000.30   0.56
XYZ9.695113.44059.2910
Yxy13.44050.29900.4145
Hunter Lab36.6613-16.952810.6371
CIE-Lab43.4196-22.500114.3973

#46704e color RGB value is (70,112,78).

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

The process color (four color CMYK) of #46704e color hex is 0.38, 0.00, 0.30, 0.56. Web safe color of #46704e is #336666. Color #46704e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110000 01001110
Octal 106 160 116
Decimal 70 112 78
Hex 46 70 4E

RGB Percentages of Color #46704e

%26.92
%43.08
%30.00

CMYK Percentages of Color #46704e

%38
%0
%30
%56

Triadic Colors of #46704e

#46704e #4e4670 #704e46

Analogous Colors of #46704e

#46704e #467063 #537046

Monochromatic Colors of #46704e

#46704e

Complementary Color

#46704e #704668

#46704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46704e Color CSS Codes

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

#46704e Text Font Color

<p style="color:#46704e">Text here</p>

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


#46704e Background Color

<div style="background-color:#46704e">
Div content here</div>

This div background color is #46704e


#46704e Border Color

<div style="border:3px solid #46704e">
Div here</div>

This div border color is #46704e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46704e


Comments

No comments written yet.

Please login to write comment.