Color Hex Logo

#463d44 Color Hex

#463D44
(70,61,68)
0 Favorites   0 Comments

Color spaces of #463d44

RGB 706168
HSL0.870.070.26
HSV313°13°27°
CMYK 0.000.130.03   0.73
XYZ5.23795.05696.1689
Yxy5.05690.31810.3072
Hunter Lab22.48762.2238-0.5234
CIE-Lab26.89635.3749-2.8559

#463d44 color RGB value is (70,61,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111101 01000100
Octal 106 75 104
Decimal 70 61 68
Hex 46 3D 44

RGB Percentages of Color #463d44

%35.18
%30.65
%34.17

CMYK Percentages of Color #463d44

%0
%13
%3
%73

Triadic Colors of #463d44

#463d44 #44463d #3d4446

Analogous Colors of #463d44

#463d44 #463d40 #443d46

Monochromatic Colors of #463d44

#463d44

Complementary Color

#463d44 #3d463f

#463d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463d44 Color CSS Codes

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

#463d44 Text Font Color

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

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


#463d44 Background Color

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

This div background color is #463d44


#463d44 Border Color

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

This div border color is #463d44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463d44


Comments

No comments written yet.

Please login to write comment.