Color Hex Logo

#513007 Color Hex

#513007
(81,48,7)
0 Favorites   0 Comments

Color spaces of #513007

RGB 81487
HSL0.090.840.17
HSV33°91°32°
CMYK 0.000.410.91   0.68
XYZ4.48863.87860.7131
Yxy3.87860.49430.4271
Hunter Lab19.69426.218111.6391
CIE-Lab23.266011.479029.9140

#513007 color RGB value is (81,48,7).

#513007 hex color red value is 81, green value is 48 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #513007 hue: 0.09 , saturation: 0.84 and the lightness value of 513007 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 00000111
Octal 121 60 7
Decimal 81 48 7
Hex 51 30 7

RGB Percentages of Color #513007

%59.56
%35.29
%5.15

CMYK Percentages of Color #513007

%0
%41
%91
%68

Triadic Colors of #513007

#513007 #075130 #300751

Analogous Colors of #513007

#513007 #4d5107 #510b07

Monochromatic Colors of #513007

#513007

Complementary Color

#513007 #072851

#513007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513007 Color CSS Codes

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

#513007 Text Font Color

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

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


#513007 Background Color

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

This div background color is #513007


#513007 Border Color

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

This div border color is #513007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513007


Comments

No comments written yet.

Please login to write comment.