Color Hex Logo

#46171c Color Hex

#46171C
(70,23,28)
0 Favorites   0 Comments

Color spaces of #46171c

RGB 702328
HSL0.980.510.18
HSV354°67°27°
CMYK 0.000.670.60   0.73
XYZ3.04181.99871.3241
Yxy1.99870.47790.3140
Hunter Lab14.137513.66504.3433
CIE-Lab15.480423.05388.2845

#46171c color RGB value is (70,23,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010111 00011100
Octal 106 27 34
Decimal 70 23 28
Hex 46 17 1C

RGB Percentages of Color #46171c

%57.85
%19.01
%23.14

CMYK Percentages of Color #46171c

%0
%67
%60
%73

Triadic Colors of #46171c

#46171c #1c4617 #171c46

Analogous Colors of #46171c

#46171c #462a17 #461733

Monochromatic Colors of #46171c

#46171c

Complementary Color

#46171c #174641

#46171c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46171c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46171c Color CSS Codes

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

#46171c Text Font Color

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

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


#46171c Background Color

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

This div background color is #46171c


#46171c Border Color

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

This div border color is #46171c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46171c


Comments

No comments written yet.

Please login to write comment.