Color Hex Logo

#46642e Color Hex

#46642E
(70,100,46)
0 Favorites   0 Comments

Color spaces of #46642e

RGB 7010046
HSL0.260.370.29
HSV93°54°39°
CMYK 0.300.000.54   0.61
XYZ7.576110.61374.2341
Yxy10.61370.33790.4733
Hunter Lab32.5787-15.502915.0994
CIE-Lab38.9221-21.551226.9347

#46642e color RGB value is (70,100,46).

#46642e hex color red value is 70, green value is 100 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #46642e hue: 0.26 , saturation: 0.37 and the lightness value of 46642e is 0.29.

The process color (four color CMYK) of #46642e color hex is 0.30, 0.00, 0.54, 0.61. Web safe color of #46642e is #336633. Color #46642e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100100 00101110
Octal 106 144 56
Decimal 70 100 46
Hex 46 64 2E

RGB Percentages of Color #46642e

%32.41
%46.30
%21.30

CMYK Percentages of Color #46642e

%30
%0
%54
%61

Triadic Colors of #46642e

#46642e #2e4664 #642e46

Analogous Colors of #46642e

#46642e #2e6431 #61642e

Monochromatic Colors of #46642e

#46642e

Complementary Color

#46642e #4c2e64

#46642e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46642e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46642e Color CSS Codes

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

#46642e Text Font Color

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

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


#46642e Background Color

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

This div background color is #46642e


#46642e Border Color

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

This div border color is #46642e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46642e


Comments

No comments written yet.

Please login to write comment.