Color Hex Logo

#46701f Color Hex

#46701F
(70,112,31)
0 Favorites   0 Comments

Color spaces of #46701f

RGB 7011231
HSL0.250.570.28
HSV91°72°44°
CMYK 0.380.000.72   0.56
XYZ8.567312.98943.3520
Yxy12.98940.34390.5215
Hunter Lab36.0408-20.640019.7143
CIE-Lab42.7473-29.036738.6061

#46701f color RGB value is (70,112,31).

#46701f hex color red value is 70, green value is 112 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #46701f hue: 0.25 , saturation: 0.57 and the lightness value of 46701f is 0.28.

The process color (four color CMYK) of #46701f color hex is 0.38, 0.00, 0.72, 0.56. Web safe color of #46701f is #336633. Color #46701f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110000 00011111
Octal 106 160 37
Decimal 70 112 31
Hex 46 70 1F

RGB Percentages of Color #46701f

%32.86
%52.58
%14.55

CMYK Percentages of Color #46701f

%38
%0
%72
%56

Triadic Colors of #46701f

#46701f #1f4670 #701f46

Analogous Colors of #46701f

#46701f #1f7020 #6f701f

Monochromatic Colors of #46701f

#46701f

Complementary Color

#46701f #491f70

#46701f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46701f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46701f Color CSS Codes

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

#46701f Text Font Color

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

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


#46701f Background Color

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

This div background color is #46701f


#46701f Border Color

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

This div border color is #46701f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46701f


Comments

No comments written yet.

Please login to write comment.