Color Hex Logo

#512819 Color Hex

#512819
(81,40,25)
0 Favorites   0 Comments

Color spaces of #512819

RGB 814025
HSL0.040.530.21
HSV16°69°32°
CMYK 0.000.510.69   0.68
XYZ4.32763.33711.3357
Yxy3.33710.48080.3708
Hunter Lab18.267710.31798.4522
CIE-Lab21.346317.566218.2641

#512819 color RGB value is (81,40,25).

#512819 hex color red value is 81, green value is 40 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #512819 hue: 0.04 , saturation: 0.53 and the lightness value of 512819 is 0.21.

The process color (four color CMYK) of #512819 color hex is 0.00, 0.51, 0.69, 0.68. Web safe color of #512819 is #663300. Color #512819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 00011001
Octal 121 50 31
Decimal 81 40 25
Hex 51 28 19

RGB Percentages of Color #512819

%55.48
%27.40
%17.12

CMYK Percentages of Color #512819

%0
%51
%69
%68

Triadic Colors of #512819

#512819 #195128 #281951

Analogous Colors of #512819

#512819 #514419 #511926

Monochromatic Colors of #512819

#512819

Complementary Color

#512819 #194251

#512819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512819 Color CSS Codes

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

#512819 Text Font Color

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

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


#512819 Background Color

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

This div background color is #512819


#512819 Border Color

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

This div border color is #512819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512819


Comments

No comments written yet.

Please login to write comment.