Color Hex Logo

#514310 Color Hex

#514310
(81,67,16)
0 Favorites   0 Comments

Color spaces of #514310

RGB 816716
HSL0.130.670.19
HSV47°80°32°
CMYK 0.000.170.80   0.68
XYZ5.49405.80111.3204
Yxy5.80110.43550.4598
Hunter Lab24.0855-1.433013.6095
CIE-Lab28.9050-0.231631.4732

#514310 color RGB value is (81,67,16).

#514310 hex color red value is 81, green value is 67 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #514310 hue: 0.13 , saturation: 0.67 and the lightness value of 514310 is 0.19.

The process color (four color CMYK) of #514310 color hex is 0.00, 0.17, 0.80, 0.68. Web safe color of #514310 is #663300. Color #514310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 00010000
Octal 121 103 20
Decimal 81 67 16
Hex 51 43 10

RGB Percentages of Color #514310

%49.39
%40.85
%9.76

CMYK Percentages of Color #514310

%0
%17
%80
%68

Triadic Colors of #514310

#514310 #105143 #431051

Analogous Colors of #514310

#514310 #3f5110 #512310

Monochromatic Colors of #514310

#514310

Complementary Color

#514310 #101e51

#514310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514310 Color CSS Codes

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

#514310 Text Font Color

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

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


#514310 Background Color

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

This div background color is #514310


#514310 Border Color

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

This div border color is #514310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514310


Comments

No comments written yet.

Please login to write comment.