Color Hex Logo

#513119 Color Hex

#513119
(81,49,25)
0 Favorites   0 Comments

Color spaces of #513119

RGB 814925
HSL0.070.530.21
HSV26°69°32°
CMYK 0.000.400.69   0.68
XYZ4.66714.01611.4489
Yxy4.01610.46060.3964
Hunter Lab20.04026.49999.7415
CIE-Lab23.724611.866821.0967

#513119 color RGB value is (81,49,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110001 00011001
Octal 121 61 31
Decimal 81 49 25
Hex 51 31 19

RGB Percentages of Color #513119

%52.26
%31.61
%16.13

CMYK Percentages of Color #513119

%0
%40
%69
%68

Triadic Colors of #513119

#513119 #195131 #311951

Analogous Colors of #513119

#513119 #514d19 #51191d

Monochromatic Colors of #513119

#513119

Complementary Color

#513119 #193951

#513119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513119 Color CSS Codes

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

#513119 Text Font Color

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

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


#513119 Background Color

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

This div background color is #513119


#513119 Border Color

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

This div border color is #513119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513119


Comments

No comments written yet.

Please login to write comment.