Color Hex Logo

#46400c Color Hex

#46400C
(70,64,12)
0 Favorites   0 Comments

Color spaces of #46400c

RGB 706412
HSL0.150.710.16
HSV54°83°27°
CMYK 0.000.090.83   0.73
XYZ4.42554.99541.0788
Yxy4.99540.42150.4758
Hunter Lab22.3504-3.769212.7835
CIE-Lab26.7217-4.267130.7020

#46400c color RGB value is (70,64,12).

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

The process color (four color CMYK) of #46400c color hex is 0.00, 0.09, 0.83, 0.73. Web safe color of #46400c is #333300. Color #46400c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 00001100
Octal 106 100 14
Decimal 70 64 12
Hex 46 40 C

RGB Percentages of Color #46400c

%47.95
%43.84
%8.22

CMYK Percentages of Color #46400c

%0
%9
%83
%73

Triadic Colors of #46400c

#46400c #0c4640 #400c46

Analogous Colors of #46400c

#46400c #2f460c #46230c

Monochromatic Colors of #46400c

#46400c

Complementary Color

#46400c #0c1246

#46400c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46400c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46400c Color CSS Codes

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

#46400c Text Font Color

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

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


#46400c Background Color

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

This div background color is #46400c


#46400c Border Color

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

This div border color is #46400c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46400c


Comments

No comments written yet.

Please login to write comment.