Color Hex Logo

#512319 Color Hex

#512319
(81,35,25)
0 Favorites   0 Comments

Color spaces of #512319

RGB 813525
HSL0.030.530.21
HSV11°69°32°
CMYK 0.000.570.69   0.68
XYZ4.16983.02161.2832
Yxy3.02160.49200.3565
Hunter Lab17.382812.39907.7911
CIE-Lab20.130220.611016.7798

#512319 color RGB value is (81,35,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100011 00011001
Octal 121 43 31
Decimal 81 35 25
Hex 51 23 19

RGB Percentages of Color #512319

%57.45
%24.82
%17.73

CMYK Percentages of Color #512319

%0
%57
%69
%68

Triadic Colors of #512319

#512319 #195123 #231951

Analogous Colors of #512319

#512319 #513f19 #51192b

Monochromatic Colors of #512319

#512319

Complementary Color

#512319 #194751

#512319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512319 Color CSS Codes

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

#512319 Text Font Color

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

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


#512319 Background Color

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

This div background color is #512319


#512319 Border Color

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

This div border color is #512319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512319


Comments

No comments written yet.

Please login to write comment.