Color Hex Logo

#46363e Color Hex

#46363E
(70,54,62)
0 Favorites   0 Comments

Color spaces of #46363e

RGB 705462
HSL0.920.130.24
HSV330°23°27°
CMYK 0.000.230.11   0.73
XYZ4.71454.28825.1367
Yxy4.28820.33340.3033
Hunter Lab20.70804.3994-0.2116
CIE-Lab24.60228.7017-2.2629

#46363e color RGB value is (70,54,62).

#46363e hex color red value is 70, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #46363e hue: 0.92 , saturation: 0.13 and the lightness value of 46363e is 0.24.

The process color (four color CMYK) of #46363e color hex is 0.00, 0.23, 0.11, 0.73. Web safe color of #46363e is #333333. Color #46363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110110 00111110
Octal 106 66 76
Decimal 70 54 62
Hex 46 36 3E

RGB Percentages of Color #46363e

%37.63
%29.03
%33.33

CMYK Percentages of Color #46363e

%0
%23
%11
%73

Triadic Colors of #46363e

#46363e #3e4636 #363e46

Analogous Colors of #46363e

#46363e #463636 #463646

Monochromatic Colors of #46363e

#46363e

Complementary Color

#46363e #36463e

#46363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46363e Color CSS Codes

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

#46363e Text Font Color

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

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


#46363e Background Color

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

This div background color is #46363e


#46363e Border Color

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

This div border color is #46363e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,54,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46363e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46363e;
  -webkit-box-shadow: 1px 1px 3px 2px #46363e;
  box-shadow:         1px 1px 3px 2px #46363e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46363e


Comments

No comments written yet.

Please login to write comment.