Color Hex Logo

#513019 Color Hex

#513019
(81,48,25)
0 Favorites   0 Comments

Color spaces of #513019

RGB 814825
HSL0.070.530.21
HSV25°69°32°
CMYK 0.000.410.69   0.68
XYZ4.62583.93341.4351
Yxy3.93340.46280.3936
Hunter Lab19.83286.92599.5927
CIE-Lab23.450012.508620.7743

#513019 color RGB value is (81,48,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 00011001
Octal 121 60 31
Decimal 81 48 25
Hex 51 30 19

RGB Percentages of Color #513019

%52.60
%31.17
%16.23

CMYK Percentages of Color #513019

%0
%41
%69
%68

Triadic Colors of #513019

#513019 #195130 #301951

Analogous Colors of #513019

#513019 #514c19 #51191e

Monochromatic Colors of #513019

#513019

Complementary Color

#513019 #193a51

#513019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513019 Color CSS Codes

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

#513019 Text Font Color

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

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


#513019 Background Color

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

This div background color is #513019


#513019 Border Color

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

This div border color is #513019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513019


Comments

No comments written yet.

Please login to write comment.