Color Hex Logo

#465032 Color Hex

#465032
(70,80,50)
0 Favorites   0 Comments

Color spaces of #465032

RGB 708050
HSL0.220.230.25
HSV80°38°31°
CMYK 0.130.000.38   0.69
XYZ5.97027.26974.1061
Yxy7.26970.34420.4191
Hunter Lab26.9624-7.65949.8444
CIE-Lab32.4132-9.921516.4023

#465032 color RGB value is (70,80,50).

#465032 hex color red value is 70, green value is 80 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #465032 hue: 0.22 , saturation: 0.23 and the lightness value of 465032 is 0.25.

The process color (four color CMYK) of #465032 color hex is 0.13, 0.00, 0.38, 0.69. Web safe color of #465032 is #336633. Color #465032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010000 00110010
Octal 106 120 62
Decimal 70 80 50
Hex 46 50 32

RGB Percentages of Color #465032

%35.00
%40.00
%25.00

CMYK Percentages of Color #465032

%13
%0
%38
%69

Triadic Colors of #465032

#465032 #324650 #503246

Analogous Colors of #465032

#465032 #375032 #504b32

Monochromatic Colors of #465032

#465032

Complementary Color

#465032 #3c3250

#465032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465032 Color CSS Codes

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

#465032 Text Font Color

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

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


#465032 Background Color

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

This div background color is #465032


#465032 Border Color

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

This div border color is #465032


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,80,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 #465032">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465032


Comments

No comments written yet.

Please login to write comment.