Color Hex Logo

#463519 Color Hex

#463519
(70,53,25)
0 Favorites   0 Comments

Color spaces of #463519

RGB 705325
HSL0.100.470.19
HSV37°64°27°
CMYK 0.000.240.64   0.73
XYZ3.97443.91851.4666
Yxy3.91850.42460.4187
Hunter Lab19.79521.19699.4639
CIE-Lab23.40023.717720.3452

#463519 color RGB value is (70,53,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 00011001
Octal 106 65 31
Decimal 70 53 25
Hex 46 35 19

RGB Percentages of Color #463519

%47.30
%35.81
%16.89

CMYK Percentages of Color #463519

%0
%24
%64
%73

Triadic Colors of #463519

#463519 #194635 #351946

Analogous Colors of #463519

#463519 #414619 #461f19

Monochromatic Colors of #463519

#463519

Complementary Color

#463519 #192a46

#463519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463519 Color CSS Codes

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

#463519 Text Font Color

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

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


#463519 Background Color

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

This div background color is #463519


#463519 Border Color

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

This div border color is #463519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,53,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 #463519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463519


Comments

No comments written yet.

Please login to write comment.