Color Hex Logo

#466147 Color Hex

#466147
(70,97,71)
0 Favorites   0 Comments

Color spaces of #466147

RGB 709771
HSL0.340.160.33
HSV122°28°38°
CMYK 0.280.000.27   0.62
XYZ7.937810.30647.5322
Yxy10.30640.30790.3998
Hunter Lab32.1036-12.04618.5618
CIE-Lab38.3868-15.872711.6690

#466147 color RGB value is (70,97,71).

#466147 hex color red value is 70, green value is 97 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #466147 hue: 0.34 , saturation: 0.16 and the lightness value of 466147 is 0.33.

The process color (four color CMYK) of #466147 color hex is 0.28, 0.00, 0.27, 0.62. Web safe color of #466147 is #336633. Color #466147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 01000111
Octal 106 141 107
Decimal 70 97 71
Hex 46 61 47

RGB Percentages of Color #466147

%29.41
%40.76
%29.83

CMYK Percentages of Color #466147

%28
%0
%27
%62

Triadic Colors of #466147

#466147 #474661 #614746

Analogous Colors of #466147

#466147 #466155 #536146

Monochromatic Colors of #466147

#466147

Complementary Color

#466147 #614660

#466147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466147 Color CSS Codes

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

#466147 Text Font Color

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

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


#466147 Background Color

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

This div background color is #466147


#466147 Border Color

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

This div border color is #466147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466147


Comments

No comments written yet.

Please login to write comment.