Color Hex Logo

#460612 Color Hex

#460612
(70,6,18)
0 Favorites   0 Comments

Color spaces of #460612

RGB 70618
HSL0.970.840.15
HSV349°91°27°
CMYK 0.000.910.74   0.73
XYZ2.70011.47600.7149
Yxy1.47600.55210.3018
Hunter Lab12.149118.41035.0155
CIE-Lab12.454729.914011.2480

#460612 color RGB value is (70,6,18).

#460612 hex color red value is 70, green value is 6 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #460612 hue: 0.97 , saturation: 0.84 and the lightness value of 460612 is 0.15.

The process color (four color CMYK) of #460612 color hex is 0.00, 0.91, 0.74, 0.73. Web safe color of #460612 is #330000. Color #460612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 00010010
Octal 106 6 22
Decimal 70 6 18
Hex 46 6 12

RGB Percentages of Color #460612

%74.47
%6.38
%19.15

CMYK Percentages of Color #460612

%0
%91
%74
%73

Triadic Colors of #460612

#460612 #124606 #061246

Analogous Colors of #460612

#460612 #461a06 #460632

Monochromatic Colors of #460612

#460612

Complementary Color

#460612 #06463a

#460612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460612 Color CSS Codes

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

#460612 Text Font Color

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

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


#460612 Background Color

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

This div background color is #460612


#460612 Border Color

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

This div border color is #460612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460612


Comments

No comments written yet.

Please login to write comment.