Color Hex Logo

#46171d Color Hex

#46171D
(70,23,29)
0 Favorites   0 Comments

Color spaces of #46171d

RGB 702329
HSL0.980.510.18
HSV352°67°27°
CMYK 0.000.670.59   0.73
XYZ3.05402.00361.3882
Yxy2.00360.47380.3108
Hunter Lab14.154913.74154.0937
CIE-Lab15.506123.15497.5983

#46171d color RGB value is (70,23,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010111 00011101
Octal 106 27 35
Decimal 70 23 29
Hex 46 17 1D

RGB Percentages of Color #46171d

%57.38
%18.85
%23.77

CMYK Percentages of Color #46171d

%0
%67
%59
%73

Triadic Colors of #46171d

#46171d #1d4617 #171d46

Analogous Colors of #46171d

#46171d #462917 #461734

Monochromatic Colors of #46171d

#46171d

Complementary Color

#46171d #174640

#46171d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46171d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46171d Color CSS Codes

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

#46171d Text Font Color

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

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


#46171d Background Color

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

This div background color is #46171d


#46171d Border Color

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

This div border color is #46171d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46171d


Comments

No comments written yet.

Please login to write comment.