Color Hex Logo

#46870e Color Hex

#46870E
(70,135,14)
0 Favorites   0 Comments

Color spaces of #46870e

RGB 7013514
HSL0.260.810.29
HSV92°90°53°
CMYK 0.480.000.90   0.47
XYZ11.269018.66173.4236
Yxy18.66170.33790.5595
Hunter Lab43.1992-29.034825.5406
CIE-Lab50.2890-40.096251.1660

#46870e color RGB value is (70,135,14).

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

The process color (four color CMYK) of #46870e color hex is 0.48, 0.00, 0.90, 0.47. Web safe color of #46870e is #339900. Color #46870e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 00001110
Octal 106 207 16
Decimal 70 135 14
Hex 46 87 E

RGB Percentages of Color #46870e

%31.96
%61.64
%6.39

CMYK Percentages of Color #46870e

%48
%0
%90
%47

Triadic Colors of #46870e

#46870e #0e4687 #870e46

Analogous Colors of #46870e

#46870e #0e8713 #83870e

Monochromatic Colors of #46870e

#46870e

Complementary Color

#46870e #4f0e87

#46870e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46870e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46870e Color CSS Codes

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

#46870e Text Font Color

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

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


#46870e Background Color

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

This div background color is #46870e


#46870e Border Color

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

This div border color is #46870e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46870e


Comments

No comments written yet.

Please login to write comment.