Color Hex Logo

#51350e Color Hex

#51350E
(81,53,14)
0 Favorites   0 Comments

Color spaces of #51350e

RGB 815314
HSL0.100.710.19
HSV35°83°32°
CMYK 0.000.350.83   0.68
XYZ4.74574.32721.0006
Yxy4.32720.47110.4296
Hunter Lab20.80194.319211.7094
CIE-Lab24.72498.577128.3235

#51350e color RGB value is (81,53,14).

#51350e hex color red value is 81, green value is 53 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #51350e hue: 0.10 , saturation: 0.71 and the lightness value of 51350e is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 00001110
Octal 121 65 16
Decimal 81 53 14
Hex 51 35 E

RGB Percentages of Color #51350e

%54.73
%35.81
%9.46

CMYK Percentages of Color #51350e

%0
%35
%83
%68

Triadic Colors of #51350e

#51350e #0e5135 #350e51

Analogous Colors of #51350e

#51350e #4c510e #51140e

Monochromatic Colors of #51350e

#51350e

Complementary Color

#51350e #0e2a51

#51350e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51350e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51350e Color CSS Codes

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

#51350e Text Font Color

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

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


#51350e Background Color

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

This div background color is #51350e


#51350e Border Color

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

This div border color is #51350e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51350e


Comments

No comments written yet.

Please login to write comment.