Color Hex Logo

#462601 Color Hex

#462601
(70,38,1)
0 Favorites   0 Comments

Color spaces of #462601

RGB 70381
HSL0.090.970.14
HSV32°99°27°
CMYK 0.000.460.99   0.73
XYZ3.22442.69050.3781
Yxy2.69050.51240.4275
Hunter Lab16.40276.384210.1152
CIE-Lab18.759112.036426.9352

#462601 color RGB value is (70,38,1).

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

The process color (four color CMYK) of #462601 color hex is 0.00, 0.46, 0.99, 0.73. Web safe color of #462601 is #333300. Color #462601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100110 00000001
Octal 106 46 1
Decimal 70 38 1
Hex 46 26 1

RGB Percentages of Color #462601

%64.22
%34.86
%0.92

CMYK Percentages of Color #462601

%0
%46
%99
%73

Triadic Colors of #462601

#462601 #014626 #260146

Analogous Colors of #462601

#462601 #444601 #460301

Monochromatic Colors of #462601

#462601

Complementary Color

#462601 #012146

#462601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462601 Color CSS Codes

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

#462601 Text Font Color

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

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


#462601 Background Color

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

This div background color is #462601


#462601 Border Color

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

This div border color is #462601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462601


Comments

No comments written yet.

Please login to write comment.