Color Hex Logo

#466910 Color Hex

#466910
(70,105,16)
0 Favorites   0 Comments

Color spaces of #466910

RGB 7010516
HSL0.230.740.24
HSV84°85°41°
CMYK 0.330.000.85   0.59
XYZ7.670911.44272.2946
Yxy11.44270.35830.5345
Hunter Lab33.8271-18.719219.6571
CIE-Lab40.3163-26.667041.8539

#466910 color RGB value is (70,105,16).

#466910 hex color red value is 70, green value is 105 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #466910 hue: 0.23 , saturation: 0.74 and the lightness value of 466910 is 0.24.

The process color (four color CMYK) of #466910 color hex is 0.33, 0.00, 0.85, 0.59. Web safe color of #466910 is #336600. Color #466910 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101001 00010000
Octal 106 151 20
Decimal 70 105 16
Hex 46 69 10

RGB Percentages of Color #466910

%36.65
%54.97
%8.38

CMYK Percentages of Color #466910

%33
%0
%85
%59

Triadic Colors of #466910

#466910 #104669 #691046

Analogous Colors of #466910

#466910 #1a6910 #696010

Monochromatic Colors of #466910

#466910

Complementary Color

#466910 #331069

#466910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466910 Color CSS Codes

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

#466910 Text Font Color

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

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


#466910 Background Color

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

This div background color is #466910


#466910 Border Color

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

This div border color is #466910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466910


Comments

No comments written yet.

Please login to write comment.