Color Hex Logo

#513006 Color Hex

#513006
(81,48,6)
0 Favorites   0 Comments

Color spaces of #513006

RGB 81486
HSL0.090.860.17
HSV34°93°32°
CMYK 0.000.410.93   0.68
XYZ4.48323.87640.6842
Yxy3.87640.49570.4286
Hunter Lab19.68866.190511.7216
CIE-Lab23.258511.438530.3145

#513006 color RGB value is (81,48,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 00000110
Octal 121 60 6
Decimal 81 48 6
Hex 51 30 6

RGB Percentages of Color #513006

%60.00
%35.56
%4.44

CMYK Percentages of Color #513006

%0
%41
%93
%68

Triadic Colors of #513006

#513006 #065130 #300651

Analogous Colors of #513006

#513006 #4d5106 #510b06

Monochromatic Colors of #513006

#513006

Complementary Color

#513006 #062751

#513006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513006 Color CSS Codes

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

#513006 Text Font Color

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

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


#513006 Background Color

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

This div background color is #513006


#513006 Border Color

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

This div border color is #513006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513006


Comments

No comments written yet.

Please login to write comment.