Color Hex Logo

#460715 Color Hex

#460715
(70,7,21)
0 Favorites   0 Comments

Color spaces of #460715

RGB 70721
HSL0.960.820.15
HSV347°90°27°
CMYK 0.000.900.70   0.73
XYZ2.73711.50820.8563
Yxy1.50820.53650.2956
Hunter Lab12.280918.29164.4625
CIE-Lab12.660129.72239.5797

#460715 color RGB value is (70,7,21).

#460715 hex color red value is 70, green value is 7 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #460715 hue: 0.96 , saturation: 0.82 and the lightness value of 460715 is 0.15.

The process color (four color CMYK) of #460715 color hex is 0.00, 0.90, 0.70, 0.73. Web safe color of #460715 is #330000. Color #460715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000111 00010101
Octal 106 7 25
Decimal 70 7 21
Hex 46 7 15

RGB Percentages of Color #460715

%71.43
%7.14
%21.43

CMYK Percentages of Color #460715

%0
%90
%70
%73

Triadic Colors of #460715

#460715 #154607 #071546

Analogous Colors of #460715

#460715 #461907 #460735

Monochromatic Colors of #460715

#460715

Complementary Color

#460715 #074638

#460715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460715 Color CSS Codes

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

#460715 Text Font Color

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

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


#460715 Background Color

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

This div background color is #460715


#460715 Border Color

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

This div border color is #460715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460715


Comments

No comments written yet.

Please login to write comment.