Color Hex Logo

#46703e Color Hex

#46703E
(70,112,62)
0 Favorites   0 Comments

Color spaces of #46703e

RGB 7011262
HSL0.310.290.34
HSV110°45°44°
CMYK 0.380.000.45   0.56
XYZ9.189513.23826.6283
Yxy13.23820.31630.4556
Hunter Lab36.3843-18.589314.6679
CIE-Lab43.1200-25.342423.2547

#46703e color RGB value is (70,112,62).

#46703e hex color red value is 70, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #46703e hue: 0.31 , saturation: 0.29 and the lightness value of 46703e is 0.34.

The process color (four color CMYK) of #46703e color hex is 0.38, 0.00, 0.45, 0.56. Web safe color of #46703e is #336633. Color #46703e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110000 00111110
Octal 106 160 76
Decimal 70 112 62
Hex 46 70 3E

RGB Percentages of Color #46703e

%28.69
%45.90
%25.41

CMYK Percentages of Color #46703e

%38
%0
%45
%56

Triadic Colors of #46703e

#46703e #3e4670 #703e46

Analogous Colors of #46703e

#46703e #3e704f #5f703e

Monochromatic Colors of #46703e

#46703e

Complementary Color

#46703e #683e70

#46703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46703e Color CSS Codes

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

#46703e Text Font Color

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

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


#46703e Background Color

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

This div background color is #46703e


#46703e Border Color

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

This div border color is #46703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46703e


Comments

No comments written yet.

Please login to write comment.