Color Hex Logo

#460c1d Color Hex

#460C1D
(70,12,29)
0 Favorites   0 Comments

Color spaces of #460c1d

RGB 701229
HSL0.950.710.16
HSV342°83°27°
CMYK 0.000.830.59   0.73
XYZ2.87901.65371.3299
Yxy1.65370.49110.2821
Hunter Lab12.859617.45802.8702
CIE-Lab13.553628.47494.8953

#460c1d color RGB value is (70,12,29).

#460c1d hex color red value is 70, green value is 12 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #460c1d hue: 0.95 , saturation: 0.71 and the lightness value of 460c1d is 0.16.

The process color (four color CMYK) of #460c1d color hex is 0.00, 0.83, 0.59, 0.73. Web safe color of #460c1d is #330033. Color #460c1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001100 00011101
Octal 106 14 35
Decimal 70 12 29
Hex 46 C 1D

RGB Percentages of Color #460c1d

%63.06
%10.81
%26.13

CMYK Percentages of Color #460c1d

%0
%83
%59
%73

Triadic Colors of #460c1d

#460c1d #1d460c #0c1d46

Analogous Colors of #460c1d

#460c1d #46180c #460c3a

Monochromatic Colors of #460c1d

#460c1d

Complementary Color

#460c1d #0c4635

#460c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#460c1d Color CSS Codes

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

#460c1d Text Font Color

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

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


#460c1d Background Color

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

This div background color is #460c1d


#460c1d Border Color

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

This div border color is #460c1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460c1d


Comments

No comments written yet.

Please login to write comment.