Color Hex Logo

#463d1e Color Hex

#463D1E
(70,61,30)
0 Favorites   0 Comments

Color spaces of #463d1e

RGB 706130
HSL0.130.400.20
HSV47°57°27°
CMYK 0.000.130.57   0.73
XYZ4.42894.73331.9085
Yxy4.73330.40010.4276
Hunter Lab21.7561-1.736010.0282
CIE-Lab25.9610-0.942420.3940

#463d1e color RGB value is (70,61,30).

#463d1e hex color red value is 70, green value is 61 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #463d1e hue: 0.13 , saturation: 0.40 and the lightness value of 463d1e is 0.20.

The process color (four color CMYK) of #463d1e color hex is 0.00, 0.13, 0.57, 0.73. Web safe color of #463d1e is #333333. Color #463d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111101 00011110
Octal 106 75 36
Decimal 70 61 30
Hex 46 3D 1E

RGB Percentages of Color #463d1e

%43.48
%37.89
%18.63

CMYK Percentages of Color #463d1e

%0
%13
%57
%73

Triadic Colors of #463d1e

#463d1e #1e463d #3d1e46

Analogous Colors of #463d1e

#463d1e #3b461e #46291e

Monochromatic Colors of #463d1e

#463d1e

Complementary Color

#463d1e #1e2746

#463d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#463d1e Color CSS Codes

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

#463d1e Text Font Color

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

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


#463d1e Background Color

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

This div background color is #463d1e


#463d1e Border Color

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

This div border color is #463d1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,61,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463d1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463d1e;
  -webkit-box-shadow: 1px 1px 3px 2px #463d1e;
  box-shadow:         1px 1px 3px 2px #463d1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463d1e


Comments

No comments written yet.

Please login to write comment.