Color Hex Logo

#464932 Color Hex

#464932
(70,73,50)
0 Favorites   0 Comments

Color spaces of #464932

RGB 707350
HSL0.190.190.24
HSV68°32°29°
CMYK 0.040.000.32   0.71
XYZ5.48416.29753.9441
Yxy6.29750.34870.4005
Hunter Lab25.0948-4.90748.2479
CIE-Lab30.1510-5.718313.3958

#464932 color RGB value is (70,73,50).

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

The process color (four color CMYK) of #464932 color hex is 0.04, 0.00, 0.32, 0.71. Web safe color of #464932 is #333333. Color #464932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 00110010
Octal 106 111 62
Decimal 70 73 50
Hex 46 49 32

RGB Percentages of Color #464932

%36.27
%37.82
%25.91

CMYK Percentages of Color #464932

%4
%0
%32
%71

Triadic Colors of #464932

#464932 #324649 #493246

Analogous Colors of #464932

#464932 #3b4932 #494132

Monochromatic Colors of #464932

#464932

Complementary Color

#464932 #353249

#464932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464932 Color CSS Codes

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

#464932 Text Font Color

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

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


#464932 Background Color

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

This div background color is #464932


#464932 Border Color

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

This div border color is #464932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464932


Comments

No comments written yet.

Please login to write comment.