Color Hex Logo

#465521 Color Hex

#465521
(70,85,33)
0 Favorites   0 Comments

Color spaces of #465521

RGB 708533
HSL0.210.440.23
HSV77°61°33°
CMYK 0.180.000.61   0.67
XYZ6.04887.90892.6466
Yxy7.90890.36430.4763
Hunter Lab28.1228-10.822114.1062
CIE-Lab33.7924-14.998227.9142

#465521 color RGB value is (70,85,33).

#465521 hex color red value is 70, green value is 85 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #465521 hue: 0.21 , saturation: 0.44 and the lightness value of 465521 is 0.23.

The process color (four color CMYK) of #465521 color hex is 0.18, 0.00, 0.61, 0.67. Web safe color of #465521 is #336633. Color #465521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010101 00100001
Octal 106 125 41
Decimal 70 85 33
Hex 46 55 21

RGB Percentages of Color #465521

%37.23
%45.21
%17.55

CMYK Percentages of Color #465521

%18
%0
%61
%67

Triadic Colors of #465521

#465521 #214655 #552146

Analogous Colors of #465521

#465521 #2c5521 #554a21

Monochromatic Colors of #465521

#465521

Complementary Color

#465521 #302155

#465521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465521 Color CSS Codes

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

#465521 Text Font Color

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

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


#465521 Background Color

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

This div background color is #465521


#465521 Border Color

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

This div border color is #465521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465521


Comments

No comments written yet.

Please login to write comment.