Color Hex Logo

#46011d Color Hex

#46011D
(70,1,29)
0 Favorites   0 Comments

Color spaces of #46011d

RGB 70129
HSL0.930.970.14
HSV336°99°27°
CMYK 0.000.990.59   0.73
XYZ2.75841.41251.2897
Yxy1.41250.50510.2587
Hunter Lab11.884920.63021.8855
CIE-Lab12.040632.78902.7555

#46011d color RGB value is (70,1,29).

#46011d hex color red value is 70, green value is 1 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #46011d hue: 0.93 , saturation: 0.97 and the lightness value of 46011d is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000001 00011101
Octal 106 1 35
Decimal 70 1 29
Hex 46 1 1D

RGB Percentages of Color #46011d

%70.00
%1.00
%29.00

CMYK Percentages of Color #46011d

%0
%99
%59
%73

Triadic Colors of #46011d

#46011d #1d4601 #011d46

Analogous Colors of #46011d

#46011d #460801 #460140

Monochromatic Colors of #46011d

#46011d

Complementary Color

#46011d #01462a

#46011d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46011d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46011d Color CSS Codes

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

#46011d Text Font Color

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

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


#46011d Background Color

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

This div background color is #46011d


#46011d Border Color

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

This div border color is #46011d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46011d


Comments

No comments written yet.

Please login to write comment.