Color Hex Logo

#464915 Color Hex

#464915
(70,73,21)
0 Favorites   0 Comments

Color spaces of #464915

RGB 707321
HSL0.180.550.18
HSV63°71°29°
CMYK 0.040.000.71   0.71
XYZ5.04376.12131.6252
Yxy6.12130.39430.4786
Hunter Lab24.7413-6.908613.4243
CIE-Lab29.7165-9.162329.5784

#464915 color RGB value is (70,73,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 00010101
Octal 106 111 25
Decimal 70 73 21
Hex 46 49 15

RGB Percentages of Color #464915

%42.68
%44.51
%12.80

CMYK Percentages of Color #464915

%4
%0
%71
%71

Triadic Colors of #464915

#464915 #154649 #491546

Analogous Colors of #464915

#464915 #2c4915 #493215

Monochromatic Colors of #464915

#464915

Complementary Color

#464915 #181549

#464915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464915 Color CSS Codes

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

#464915 Text Font Color

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

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


#464915 Background Color

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

This div background color is #464915


#464915 Border Color

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

This div border color is #464915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464915


Comments

No comments written yet.

Please login to write comment.