Color Hex Logo

#465411 Color Hex

#465411
(70,84,17)
0 Favorites   0 Comments

Color spaces of #465411

RGB 708417
HSL0.200.660.20
HSV73°80°33°
CMYK 0.170.000.80   0.67
XYZ5.79737.68321.7078
Yxy7.68320.38170.5059
Hunter Lab27.7186-11.174515.7500
CIE-Lab33.3142-15.742834.9609

#465411 color RGB value is (70,84,17).

#465411 hex color red value is 70, green value is 84 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #465411 hue: 0.20 , saturation: 0.66 and the lightness value of 465411 is 0.20.

The process color (four color CMYK) of #465411 color hex is 0.17, 0.00, 0.80, 0.67. Web safe color of #465411 is #336600. Color #465411 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010100 00010001
Octal 106 124 21
Decimal 70 84 17
Hex 46 54 11

RGB Percentages of Color #465411

%40.94
%49.12
%9.94

CMYK Percentages of Color #465411

%17
%0
%80
%67

Triadic Colors of #465411

#465411 #114654 #541146

Analogous Colors of #465411

#465411 #255411 #544011

Monochromatic Colors of #465411

#465411

Complementary Color

#465411 #1f1154

#465411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465411 Color CSS Codes

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

#465411 Text Font Color

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

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


#465411 Background Color

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

This div background color is #465411


#465411 Border Color

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

This div border color is #465411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465411


Comments

No comments written yet.

Please login to write comment.