Color Hex Logo

#513f1e Color Hex

#513F1E
(81,63,30)
0 Favorites   0 Comments

Color spaces of #513f1e

RGB 816330
HSL0.110.460.22
HSV39°63°32°
CMYK 0.000.220.63   0.68
XYZ5.40525.39811.9853
Yxy5.39810.42270.4221
Hunter Lab23.23380.867711.1974
CIE-Lab27.84013.311222.9461

#513f1e color RGB value is (81,63,30).

#513f1e hex color red value is 81, green value is 63 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #513f1e hue: 0.11 , saturation: 0.46 and the lightness value of 513f1e is 0.22.

The process color (four color CMYK) of #513f1e color hex is 0.00, 0.22, 0.63, 0.68. Web safe color of #513f1e is #663333. Color #513f1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111111 00011110
Octal 121 77 36
Decimal 81 63 30
Hex 51 3F 1E

RGB Percentages of Color #513f1e

%46.55
%36.21
%17.24

CMYK Percentages of Color #513f1e

%0
%22
%63
%68

Triadic Colors of #513f1e

#513f1e #1e513f #3f1e51

Analogous Colors of #513f1e

#513f1e #4a511e #51261e

Monochromatic Colors of #513f1e

#513f1e

Complementary Color

#513f1e #1e3051

#513f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#513f1e Color CSS Codes

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

#513f1e Text Font Color

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

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


#513f1e Background Color

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

This div background color is #513f1e


#513f1e Border Color

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

This div border color is #513f1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513f1e


Comments

No comments written yet.

Please login to write comment.