Color Hex Logo

#514119 Color Hex

#514119
(81,65,25)
0 Favorites   0 Comments

Color spaces of #514119

RGB 816525
HSL0.120.530.21
HSV43°69°32°
CMYK 0.000.200.69   0.68
XYZ5.45915.60011.7129
Yxy5.60010.42740.4385
Hunter Lab23.6645-0.235312.2736
CIE-Lab28.38031.620026.4043

#514119 color RGB value is (81,65,25).

#514119 hex color red value is 81, green value is 65 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #514119 hue: 0.12 , saturation: 0.53 and the lightness value of 514119 is 0.21.

The process color (four color CMYK) of #514119 color hex is 0.00, 0.20, 0.69, 0.68. Web safe color of #514119 is #663300. Color #514119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 00011001
Octal 121 101 31
Decimal 81 65 25
Hex 51 41 19

RGB Percentages of Color #514119

%47.37
%38.01
%14.62

CMYK Percentages of Color #514119

%0
%20
%69
%68

Triadic Colors of #514119

#514119 #195141 #411951

Analogous Colors of #514119

#514119 #455119 #512519

Monochromatic Colors of #514119

#514119

Complementary Color

#514119 #192951

#514119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514119 Color CSS Codes

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

#514119 Text Font Color

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

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


#514119 Background Color

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

This div background color is #514119


#514119 Border Color

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

This div border color is #514119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514119


Comments

No comments written yet.

Please login to write comment.