Color Hex Logo

#464920 Color Hex

#464920
(70,73,32)
0 Favorites   0 Comments

Color spaces of #464920

RGB 707332
HSL0.180.390.21
HSV64°56°29°
CMYK 0.040.000.56   0.71
XYZ5.16906.17152.2853
Yxy6.17150.37940.4529
Hunter Lab24.8425-6.333711.9356
CIE-Lab29.8411-8.156323.8679

#464920 color RGB value is (70,73,32).

#464920 hex color red value is 70, green value is 73 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #464920 hue: 0.18 , saturation: 0.39 and the lightness value of 464920 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 00100000
Octal 106 111 40
Decimal 70 73 32
Hex 46 49 20

RGB Percentages of Color #464920

%40.00
%41.71
%18.29

CMYK Percentages of Color #464920

%4
%0
%56
%71

Triadic Colors of #464920

#464920 #204649 #492046

Analogous Colors of #464920

#464920 #324920 #493820

Monochromatic Colors of #464920

#464920

Complementary Color

#464920 #232049

#464920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464920 Color CSS Codes

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

#464920 Text Font Color

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

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


#464920 Background Color

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

This div background color is #464920


#464920 Border Color

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

This div border color is #464920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464920


Comments

No comments written yet.

Please login to write comment.