Color Hex Logo

#464729 Color Hex

#464729
(70,71,41)
0 Favorites   0 Comments

Color spaces of #464729

RGB 707141
HSL0.170.270.22
HSV62°42°28°
CMYK 0.010.000.42   0.72
XYZ5.17935.96872.9769
Yxy5.96870.36670.4226
Hunter Lab24.4309-4.91259.8772
CIE-Lab29.3334-5.842017.9099

#464729 color RGB value is (70,71,41).

#464729 hex color red value is 70, green value is 71 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #464729 hue: 0.17 , saturation: 0.27 and the lightness value of 464729 is 0.22.

The process color (four color CMYK) of #464729 color hex is 0.01, 0.00, 0.42, 0.72. Web safe color of #464729 is #333333. Color #464729 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 00101001
Octal 106 107 51
Decimal 70 71 41
Hex 46 47 29

RGB Percentages of Color #464729

%38.46
%39.01
%22.53

CMYK Percentages of Color #464729

%1
%0
%42
%72

Triadic Colors of #464729

#464729 #294647 #472946

Analogous Colors of #464729

#464729 #374729 #473929

Monochromatic Colors of #464729

#464729

Complementary Color

#464729 #2a2947

#464729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464729 Color CSS Codes

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

#464729 Text Font Color

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

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


#464729 Background Color

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

This div background color is #464729


#464729 Border Color

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

This div border color is #464729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464729


Comments

No comments written yet.

Please login to write comment.