Color Hex Logo

#46002c Color Hex

#46002C
(70,0,44)
0 Favorites   0 Comments

Color spaces of #46002c

RGB 70044
HSL0.901.000.14
HSV322°100°27°
CMYK 0.001.000.37   0.73
XYZ2.98041.48392.5122
Yxy1.48390.42720.2127
Hunter Lab12.181522.3550-3.7003
CIE-Lab12.505334.8020-7.7899

#46002c color RGB value is (70,0,44).

#46002c hex color red value is 70, green value is 0 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #46002c hue: 0.90 , saturation: 1.00 and the lightness value of 46002c is 0.14.

The process color (four color CMYK) of #46002c color hex is 0.00, 1.00, 0.37, 0.73. Web safe color of #46002c is #330033. Color #46002c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000000 00101100
Octal 106 0 54
Decimal 70 0 44
Hex 46 0 2C

RGB Percentages of Color #46002c

%61.40
%0.00
%38.60

CMYK Percentages of Color #46002c

%0
%100
%37
%73

Triadic Colors of #46002c

#46002c #2c4600 #002c46

Analogous Colors of #46002c

#46002c #460009 #3d0046

Monochromatic Colors of #46002c

#46002c

Complementary Color

#46002c #00461a

#46002c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46002c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46002c Color CSS Codes

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

#46002c Text Font Color

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

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


#46002c Background Color

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

This div background color is #46002c


#46002c Border Color

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

This div border color is #46002c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46002c

#46002c Color Palettes


Comments

No comments written yet.

Please login to write comment.