Color Hex Logo

#465532 Color Hex

#465532
(70,85,50)
0 Favorites   0 Comments

Color spaces of #465532

RGB 708550
HSL0.240.260.26
HSV86°41°33°
CMYK 0.180.000.41   0.67
XYZ6.35008.02944.2328
Yxy8.02940.34120.4314
Hunter Lab28.3362-9.587410.9787
CIE-Lab34.0440-12.822818.5313

#465532 color RGB value is (70,85,50).

#465532 hex color red value is 70, green value is 85 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #465532 hue: 0.24 , saturation: 0.26 and the lightness value of 465532 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010101 00110010
Octal 106 125 62
Decimal 70 85 50
Hex 46 55 32

RGB Percentages of Color #465532

%34.15
%41.46
%24.39

CMYK Percentages of Color #465532

%18
%0
%41
%67

Triadic Colors of #465532

#465532 #324655 #553246

Analogous Colors of #465532

#465532 #355532 #555332

Monochromatic Colors of #465532

#465532

Complementary Color

#465532 #413255

#465532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465532 Color CSS Codes

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

#465532 Text Font Color

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

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


#465532 Background Color

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

This div background color is #465532


#465532 Border Color

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

This div border color is #465532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465532


Comments

No comments written yet.

Please login to write comment.