Color Hex Logo

#460b0e Color Hex

#460B0E
(70,11,14)
0 Favorites   0 Comments

Color spaces of #460b0e

RGB 701114
HSL0.990.730.16
HSV357°84°27°
CMYK 0.000.840.80   0.73
XYZ2.72471.57310.5755
Yxy1.57310.55910.3228
Hunter Lab12.542316.82836.0591
CIE-Lab13.065427.743314.2950

#460b0e color RGB value is (70,11,14).

#460b0e hex color red value is 70, green value is 11 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #460b0e hue: 0.99 , saturation: 0.73 and the lightness value of 460b0e is 0.16.

The process color (four color CMYK) of #460b0e color hex is 0.00, 0.84, 0.80, 0.73. Web safe color of #460b0e is #330000. Color #460b0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001011 00001110
Octal 106 13 16
Decimal 70 11 14
Hex 46 B E

RGB Percentages of Color #460b0e

%73.68
%11.58
%14.74

CMYK Percentages of Color #460b0e

%0
%84
%80
%73

Triadic Colors of #460b0e

#460b0e #0e460b #0b0e46

Analogous Colors of #460b0e

#460b0e #46260b #460b2c

Monochromatic Colors of #460b0e

#460b0e

Complementary Color

#460b0e #0b4643

#460b0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460b0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#460b0e Color CSS Codes

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

#460b0e Text Font Color

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

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


#460b0e Background Color

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

This div background color is #460b0e


#460b0e Border Color

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

This div border color is #460b0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,11,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #460b0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #460b0e;
  -webkit-box-shadow: 1px 1px 3px 2px #460b0e;
  box-shadow:         1px 1px 3px 2px #460b0e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460b0e


Comments

No comments written yet.

Please login to write comment.