Color Hex Logo

#463d42 Color Hex

#463D42
(70,61,66)
0 Favorites   0 Comments

Color spaces of #463d42

RGB 706166
HSL0.910.070.26
HSV327°13°27°
CMYK 0.000.130.06   0.73
XYZ5.17795.03295.8528
Yxy5.03290.32230.3133
Hunter Lab22.43411.93890.2358
CIE-Lab26.82834.9386-1.6380

#463d42 color RGB value is (70,61,66).

#463d42 hex color red value is 70, green value is 61 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #463d42 hue: 0.91 , saturation: 0.07 and the lightness value of 463d42 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111101 01000010
Octal 106 75 102
Decimal 70 61 66
Hex 46 3D 42

RGB Percentages of Color #463d42

%35.53
%30.96
%33.50

CMYK Percentages of Color #463d42

%0
%13
%6
%73

Triadic Colors of #463d42

#463d42 #42463d #3d4246

Analogous Colors of #463d42

#463d42 #463d3e #463d46

Monochromatic Colors of #463d42

#463d42

Complementary Color

#463d42 #3d4641

#463d42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463d42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463d42 Color CSS Codes

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

#463d42 Text Font Color

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

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


#463d42 Background Color

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

This div background color is #463d42


#463d42 Border Color

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

This div border color is #463d42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463d42


Comments

No comments written yet.

Please login to write comment.