Color Hex Logo

#465106 Color Hex

#465106
(70,81,6)
0 Favorites   0 Comments

Color spaces of #465106

RGB 70816
HSL0.190.860.17
HSV69°93°32°
CMYK 0.140.000.93   0.68
XYZ5.50117.20011.2721
Yxy7.20010.39370.5153
Hunter Lab26.8330-10.363015.9723
CIE-Lab32.2582-14.601737.8217

#465106 color RGB value is (70,81,6).

#465106 hex color red value is 70, green value is 81 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #465106 hue: 0.19 , saturation: 0.86 and the lightness value of 465106 is 0.17.

The process color (four color CMYK) of #465106 color hex is 0.14, 0.00, 0.93, 0.68. Web safe color of #465106 is #336600. Color #465106 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010001 00000110
Octal 106 121 6
Decimal 70 81 6
Hex 46 51 6

RGB Percentages of Color #465106

%44.59
%51.59
%3.82

CMYK Percentages of Color #465106

%14
%0
%93
%68

Triadic Colors of #465106

#465106 #064651 #510646

Analogous Colors of #465106

#465106 #215106 #513706

Monochromatic Colors of #465106

#465106

Complementary Color

#465106 #110651

#465106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465106 Color CSS Codes

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

#465106 Text Font Color

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

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


#465106 Background Color

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

This div background color is #465106


#465106 Border Color

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

This div border color is #465106


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,81,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465106; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465106;
  -webkit-box-shadow: 1px 1px 3px 2px #465106;
  box-shadow:         1px 1px 3px 2px #465106; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465106


Comments

No comments written yet.

Please login to write comment.