Color Hex Logo

#463119 Color Hex

#463119
(70,49,25)
0 Favorites   0 Comments

Color spaces of #463119

RGB 704925
HSL0.090.470.19
HSV32°64°27°
CMYK 0.000.300.64   0.73
XYZ3.79963.56891.4083
Yxy3.56890.43290.4066
Hunter Lab18.89152.84108.8042
CIE-Lab22.19176.343818.9008

#463119 color RGB value is (70,49,25).

#463119 hex color red value is 70, green value is 49 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #463119 hue: 0.09 , saturation: 0.47 and the lightness value of 463119 is 0.19.

The process color (four color CMYK) of #463119 color hex is 0.00, 0.30, 0.64, 0.73. Web safe color of #463119 is #333300. Color #463119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 00011001
Octal 106 61 31
Decimal 70 49 25
Hex 46 31 19

RGB Percentages of Color #463119

%48.61
%34.03
%17.36

CMYK Percentages of Color #463119

%0
%30
%64
%73

Triadic Colors of #463119

#463119 #194631 #311946

Analogous Colors of #463119

#463119 #454619 #461b19

Monochromatic Colors of #463119

#463119

Complementary Color

#463119 #192e46

#463119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463119 Color CSS Codes

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

#463119 Text Font Color

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

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


#463119 Background Color

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

This div background color is #463119


#463119 Border Color

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

This div border color is #463119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463119


Comments

No comments written yet.

Please login to write comment.