Color Hex Logo

#513219 Color Hex

#513219
(81,50,25)
0 Favorites   0 Comments

Color spaces of #513219

RGB 815025
HSL0.070.530.21
HSV27°69°32°
CMYK 0.000.380.69   0.68
XYZ4.70944.10071.4630
Yxy4.10070.45840.3992
Hunter Lab20.25026.07439.8916
CIE-Lab24.001611.224321.4211

#513219 color RGB value is (81,50,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110010 00011001
Octal 121 62 31
Decimal 81 50 25
Hex 51 32 19

RGB Percentages of Color #513219

%51.92
%32.05
%16.03

CMYK Percentages of Color #513219

%0
%38
%69
%68

Triadic Colors of #513219

#513219 #195132 #321951

Analogous Colors of #513219

#513219 #514e19 #51191c

Monochromatic Colors of #513219

#513219

Complementary Color

#513219 #193851

#513219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513219 Color CSS Codes

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

#513219 Text Font Color

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

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


#513219 Background Color

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

This div background color is #513219


#513219 Border Color

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

This div border color is #513219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513219


Comments

No comments written yet.

Please login to write comment.