Color Hex Logo

#464805 Color Hex

#464805
(70,72,5)
0 Favorites   0 Comments

Color spaces of #464805

RGB 70725
HSL0.170.870.15
HSV62°93°28°
CMYK 0.030.000.93   0.72
XYZ4.87055.94781.0349
Yxy5.94780.41090.5018
Hunter Lab24.3881-7.031314.5557
CIE-Lab29.2804-9.458535.7044

#464805 color RGB value is (70,72,5).

#464805 hex color red value is 70, green value is 72 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #464805 hue: 0.17 , saturation: 0.87 and the lightness value of 464805 is 0.15.

The process color (four color CMYK) of #464805 color hex is 0.03, 0.00, 0.93, 0.72. Web safe color of #464805 is #333300. Color #464805 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 00000101
Octal 106 110 5
Decimal 70 72 5
Hex 46 48 5

RGB Percentages of Color #464805

%47.62
%48.98
%3.40

CMYK Percentages of Color #464805

%3
%0
%93
%72

Triadic Colors of #464805

#464805 #054648 #480546

Analogous Colors of #464805

#464805 #254805 #482905

Monochromatic Colors of #464805

#464805

Complementary Color

#464805 #070548

#464805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464805 Color CSS Codes

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

#464805 Text Font Color

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

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


#464805 Background Color

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

This div background color is #464805


#464805 Border Color

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

This div border color is #464805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464805


Comments

No comments written yet.

Please login to write comment.