Color Hex Logo

#46031c Color Hex

#46031C
(70,3,28)
0 Favorites   0 Comments

Color spaces of #46031c

RGB 70328
HSL0.940.920.14
HSV338°96°27°
CMYK 0.000.960.60   0.73
XYZ2.76801.45111.2328
Yxy1.45110.50770.2662
Hunter Lab12.046219.93542.3646
CIE-Lab12.293731.87593.8725

#46031c color RGB value is (70,3,28).

#46031c hex color red value is 70, green value is 3 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #46031c hue: 0.94 , saturation: 0.92 and the lightness value of 46031c is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000011 00011100
Octal 106 3 34
Decimal 70 3 28
Hex 46 3 1C

RGB Percentages of Color #46031c

%69.31
%2.97
%27.72

CMYK Percentages of Color #46031c

%0
%96
%60
%73

Triadic Colors of #46031c

#46031c #1c4603 #031c46

Analogous Colors of #46031c

#46031c #460c03 #46033d

Monochromatic Colors of #46031c

#46031c

Complementary Color

#46031c #03462d

#46031c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46031c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46031c Color CSS Codes

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

#46031c Text Font Color

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

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


#46031c Background Color

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

This div background color is #46031c


#46031c Border Color

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

This div border color is #46031c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46031c


Comments

No comments written yet.

Please login to write comment.