Color Hex Logo

#46221f Color Hex

#46221F
(70,34,31)
0 Favorites   0 Comments

Color spaces of #46221f

RGB 703431
HSL0.010.390.20
HSV56°27°
CMYK 0.000.510.56   0.73
XYZ3.34512.54511.6113
Yxy2.54510.44590.3393
Hunter Lab15.95349.50955.1790
CIE-Lab18.121416.78049.7276

#46221f color RGB value is (70,34,31).

#46221f hex color red value is 70, green value is 34 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #46221f hue: 0.01 , saturation: 0.39 and the lightness value of 46221f is 0.20.

The process color (four color CMYK) of #46221f color hex is 0.00, 0.51, 0.56, 0.73. Web safe color of #46221f is #333333. Color #46221f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100010 00011111
Octal 106 42 37
Decimal 70 34 31
Hex 46 22 1F

RGB Percentages of Color #46221f

%51.85
%25.19
%22.96

CMYK Percentages of Color #46221f

%0
%51
%56
%73

Triadic Colors of #46221f

#46221f #1f4622 #221f46

Analogous Colors of #46221f

#46221f #46361f #461f30

Monochromatic Colors of #46221f

#46221f

Complementary Color

#46221f #1f4346

#46221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46221f Color CSS Codes

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

#46221f Text Font Color

<p style="color:#46221f">Text here</p>

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


#46221f Background Color

<div style="background-color:#46221f">
Div content here</div>

This div background color is #46221f


#46221f Border Color

<div style="border:3px solid #46221f">
Div here</div>

This div border color is #46221f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,34,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46221f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46221f;
  -webkit-box-shadow: 1px 1px 3px 2px #46221f;
  box-shadow:         1px 1px 3px 2px #46221f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46221f


Comments

No comments written yet.

Please login to write comment.