Color Hex Logo

#460633 Color Hex

#460633
(70,6,51)
0 Favorites   0 Comments

Color spaces of #460633

RGB 70651
HSL0.880.840.15
HSV318°91°27°
CMYK 0.000.910.27   0.73
XYZ3.18851.67143.2865
Yxy1.67140.39140.2052
Hunter Lab12.928321.3990-6.0224
CIE-Lab13.658733.4183-11.1357

#460633 color RGB value is (70,6,51).

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

The process color (four color CMYK) of #460633 color hex is 0.00, 0.91, 0.27, 0.73. Web safe color of #460633 is #330033. Color #460633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 00110011
Octal 106 6 63
Decimal 70 6 51
Hex 46 6 33

RGB Percentages of Color #460633

%55.12
%4.72
%40.16

CMYK Percentages of Color #460633

%0
%91
%27
%73

Triadic Colors of #460633

#460633 #334606 #063346

Analogous Colors of #460633

#460633 #460613 #390646

Monochromatic Colors of #460633

#460633

Complementary Color

#460633 #064619

#460633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460633 Color CSS Codes

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

#460633 Text Font Color

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

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


#460633 Background Color

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

This div background color is #460633


#460633 Border Color

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

This div border color is #460633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460633


Comments

No comments written yet.

Please login to write comment.