Color Hex Logo

#46871d Color Hex

#46871D
(70,135,29)
0 Favorites   0 Comments

Color spaces of #46871d

RGB 7013529
HSL0.270.650.32
HSV97°79°53°
CMYK 0.480.000.79   0.47
XYZ11.411518.71874.1740
Yxy18.71870.33270.5457
Hunter Lab43.2651-28.633224.5656
CIE-Lab50.3565-39.355846.9713

#46871d color RGB value is (70,135,29).

#46871d hex color red value is 70, green value is 135 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #46871d hue: 0.27 , saturation: 0.65 and the lightness value of 46871d is 0.32.

The process color (four color CMYK) of #46871d color hex is 0.48, 0.00, 0.79, 0.47. Web safe color of #46871d is #339933. Color #46871d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 00011101
Octal 106 207 35
Decimal 70 135 29
Hex 46 87 1D

RGB Percentages of Color #46871d

%29.91
%57.69
%12.39

CMYK Percentages of Color #46871d

%48
%0
%79
%47

Triadic Colors of #46871d

#46871d #1d4687 #871d46

Analogous Colors of #46871d

#46871d #1d8729 #7b871d

Monochromatic Colors of #46871d

#46871d

Complementary Color

#46871d #5e1d87

#46871d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46871d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46871d Color CSS Codes

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

#46871d Text Font Color

<p style="color:#46871d">Text here</p>

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


#46871d Background Color

<div style="background-color:#46871d">
Div content here</div>

This div background color is #46871d


#46871d Border Color

<div style="border:3px solid #46871d">
Div here</div>

This div border color is #46871d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46871d


Comments

No comments written yet.

Please login to write comment.