Color Hex Logo

#46312e Color Hex

#46312E
(70,49,46)
0 Favorites   0 Comments

Color spaces of #46312e

RGB 704946
HSL0.020.210.23
HSV34°27°
CMYK 0.000.300.34   0.73
XYZ4.11723.69603.0812
Yxy3.69600.37790.3393
Hunter Lab19.22504.58363.9550
CIE-Lab22.63989.04905.6737

#46312e color RGB value is (70,49,46).

#46312e hex color red value is 70, green value is 49 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #46312e hue: 0.02 , saturation: 0.21 and the lightness value of 46312e is 0.23.

The process color (four color CMYK) of #46312e color hex is 0.00, 0.30, 0.34, 0.73. Web safe color of #46312e is #333333. Color #46312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 00101110
Octal 106 61 56
Decimal 70 49 46
Hex 46 31 2E

RGB Percentages of Color #46312e

%42.42
%29.70
%27.88

CMYK Percentages of Color #46312e

%0
%30
%34
%73

Triadic Colors of #46312e

#46312e #2e4631 #312e46

Analogous Colors of #46312e

#46312e #463d2e #462e37

Monochromatic Colors of #46312e

#46312e

Complementary Color

#46312e #2e4346

#46312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46312e Color CSS Codes

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

#46312e Text Font Color

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

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


#46312e Background Color

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

This div background color is #46312e


#46312e Border Color

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

This div border color is #46312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46312e


Comments

No comments written yet.

Please login to write comment.