Color Hex Logo

#46842e Color Hex

#46842E
(70,132,46)
0 Favorites   0 Comments

Color spaces of #46842e

RGB 7013246
HSL0.290.480.35
HSV103°65°52°
CMYK 0.470.000.65   0.48
XYZ11.270218.00195.4655
Yxy18.00190.32440.5182
Hunter Lab42.4286-26.835722.0625
CIE-Lab49.4984-36.679639.1515

#46842e color RGB value is (70,132,46).

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

The process color (four color CMYK) of #46842e color hex is 0.47, 0.00, 0.65, 0.48. Web safe color of #46842e is #339933. Color #46842e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000100 00101110
Octal 106 204 56
Decimal 70 132 46
Hex 46 84 2E

RGB Percentages of Color #46842e

%28.23
%53.23
%18.55

CMYK Percentages of Color #46842e

%47
%0
%65
%48

Triadic Colors of #46842e

#46842e #2e4684 #842e46

Analogous Colors of #46842e

#46842e #2e8441 #71842e

Monochromatic Colors of #46842e

#46842e

Complementary Color

#46842e #6c2e84

#46842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46842e Color CSS Codes

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

#46842e Text Font Color

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

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


#46842e Background Color

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

This div background color is #46842e


#46842e Border Color

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

This div border color is #46842e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46842e


Comments

No comments written yet.

Please login to write comment.