Color Hex Logo

#46842f Color Hex

#46842F
(70,132,47)
0 Favorites   0 Comments

Color spaces of #46842f

RGB 7013247
HSL0.290.470.35
HSV104°64°52°
CMYK 0.470.000.64   0.48
XYZ11.290118.00995.5705
Yxy18.00990.32380.5165
Hunter Lab42.4381-26.779021.9241
CIE-Lab49.5081-36.576938.6987

#46842f color RGB value is (70,132,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000100 00101111
Octal 106 204 57
Decimal 70 132 47
Hex 46 84 2F

RGB Percentages of Color #46842f

%28.11
%53.01
%18.88

CMYK Percentages of Color #46842f

%47
%0
%64
%48

Triadic Colors of #46842f

#46842f #2f4684 #842f46

Analogous Colors of #46842f

#46842f #2f8443 #71842f

Monochromatic Colors of #46842f

#46842f

Complementary Color

#46842f #6d2f84

#46842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46842f Color CSS Codes

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

#46842f Text Font Color

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

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


#46842f Background Color

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

This div background color is #46842f


#46842f Border Color

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

This div border color is #46842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46842f


Comments

No comments written yet.

Please login to write comment.