Color Hex Logo

#460830 Color Hex

#460830
(70,8,48)
0 Favorites   0 Comments

Color spaces of #460830

RGB 70848
HSL0.890.790.15
HSV321°89°27°
CMYK 0.000.890.31   0.73
XYZ3.14611.68922.9565
Yxy1.68920.40380.2168
Hunter Lab12.996920.4640-4.3893
CIE-Lab13.763632.2481-8.7966

#460830 color RGB value is (70,8,48).

#460830 hex color red value is 70, green value is 8 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #460830 hue: 0.89 , saturation: 0.79 and the lightness value of 460830 is 0.15.

The process color (four color CMYK) of #460830 color hex is 0.00, 0.89, 0.31, 0.73. Web safe color of #460830 is #330033. Color #460830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001000 00110000
Octal 106 10 60
Decimal 70 8 48
Hex 46 8 30

RGB Percentages of Color #460830

%55.56
%6.35
%38.10

CMYK Percentages of Color #460830

%0
%89
%31
%73

Triadic Colors of #460830

#460830 #304608 #083046

Analogous Colors of #460830

#460830 #460811 #3d0846

Monochromatic Colors of #460830

#460830

Complementary Color

#460830 #08461e

#460830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460830 Color CSS Codes

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

#460830 Text Font Color

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

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


#460830 Background Color

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

This div background color is #460830


#460830 Border Color

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

This div border color is #460830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460830


Comments

No comments written yet.

Please login to write comment.