Color Hex Logo

#46171f Color Hex

#46171F
(70,23,31)
0 Favorites   0 Comments

Color spaces of #46171f

RGB 702331
HSL0.970.510.18
HSV350°67°27°
CMYK 0.000.670.56   0.73
XYZ3.07952.01381.5227
Yxy2.01380.46550.3044
Hunter Lab14.190813.90163.5717
CIE-Lab15.559523.36616.2276

#46171f color RGB value is (70,23,31).

#46171f hex color red value is 70, green value is 23 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #46171f hue: 0.97 , saturation: 0.51 and the lightness value of 46171f is 0.18.

The process color (four color CMYK) of #46171f color hex is 0.00, 0.67, 0.56, 0.73. Web safe color of #46171f is #330033. Color #46171f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010111 00011111
Octal 106 27 37
Decimal 70 23 31
Hex 46 17 1F

RGB Percentages of Color #46171f

%56.45
%18.55
%25.00

CMYK Percentages of Color #46171f

%0
%67
%56
%73

Triadic Colors of #46171f

#46171f #1f4617 #171f46

Analogous Colors of #46171f

#46171f #462717 #461737

Monochromatic Colors of #46171f

#46171f

Complementary Color

#46171f #17463e

#46171f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46171f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46171f Color CSS Codes

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

#46171f Text Font Color

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

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


#46171f Background Color

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

This div background color is #46171f


#46171f Border Color

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

This div border color is #46171f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,23,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 #46171f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46171f


Comments

No comments written yet.

Please login to write comment.