Color Hex Logo

#46010c Color Hex

#46010C
(70,1,12)
0 Favorites   0 Comments

Color spaces of #46010c

RGB 70112
HSL0.970.970.14
HSV350°99°27°
CMYK 0.000.990.83   0.73
XYZ2.60301.35030.4713
Yxy1.35030.58830.3052
Hunter Lab11.620219.64965.7295
CIE-Lab11.622831.648413.2981

#46010c color RGB value is (70,1,12).

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

The process color (four color CMYK) of #46010c color hex is 0.00, 0.99, 0.83, 0.73. Web safe color of #46010c is #330000. Color #46010c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000001 00001100
Octal 106 1 14
Decimal 70 1 12
Hex 46 1 C

RGB Percentages of Color #46010c

%84.34
%1.20
%14.46

CMYK Percentages of Color #46010c

%0
%99
%83
%73

Triadic Colors of #46010c

#46010c #0c4601 #010c46

Analogous Colors of #46010c

#46010c #461901 #46012f

Monochromatic Colors of #46010c

#46010c

Complementary Color

#46010c #01463b

#46010c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46010c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46010c Color CSS Codes

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

#46010c Text Font Color

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

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


#46010c Background Color

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

This div background color is #46010c


#46010c Border Color

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

This div border color is #46010c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46010c


Comments

No comments written yet.

Please login to write comment.