Color Hex Logo

#513501 Color Hex

#513501
(81,53,1)
0 Favorites   0 Comments

Color spaces of #513501

RGB 81531
HSL0.110.980.16
HSV39°99°32°
CMYK 0.000.350.99   0.68
XYZ4.67194.29770.6120
Yxy4.29770.48760.4485
Hunter Lab20.73093.947612.7613
CIE-Lab24.63228.017633.7156

#513501 color RGB value is (81,53,1).

#513501 hex color red value is 81, green value is 53 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #513501 hue: 0.11 , saturation: 0.98 and the lightness value of 513501 is 0.16.

The process color (four color CMYK) of #513501 color hex is 0.00, 0.35, 0.99, 0.68. Web safe color of #513501 is #663300. Color #513501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 00000001
Octal 121 65 1
Decimal 81 53 1
Hex 51 35 1

RGB Percentages of Color #513501

%60.00
%39.26
%0.74

CMYK Percentages of Color #513501

%0
%35
%99
%68

Triadic Colors of #513501

#513501 #015135 #350151

Analogous Colors of #513501

#513501 #455101 #510d01

Monochromatic Colors of #513501

#513501

Complementary Color

#513501 #011d51

#513501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513501 Color CSS Codes

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

#513501 Text Font Color

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

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


#513501 Background Color

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

This div background color is #513501


#513501 Border Color

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

This div border color is #513501


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,53,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #513501">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513501


Comments

No comments written yet.

Please login to write comment.