Color Hex Logo

#514507 Color Hex

#514507
(81,69,7)
0 Favorites   0 Comments

Color spaces of #514507

RGB 81697
HSL0.140.840.17
HSV50°91°32°
CMYK 0.000.150.91   0.68
XYZ5.55986.02091.0701
Yxy6.02090.43950.4759
Hunter Lab24.5375-2.495514.5906
CIE-Lab29.4651-1.877235.5480

#514507 color RGB value is (81,69,7).

#514507 hex color red value is 81, green value is 69 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #514507 hue: 0.14 , saturation: 0.84 and the lightness value of 514507 is 0.17.

The process color (four color CMYK) of #514507 color hex is 0.00, 0.15, 0.91, 0.68. Web safe color of #514507 is #663300. Color #514507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 00000111
Octal 121 105 7
Decimal 81 69 7
Hex 51 45 7

RGB Percentages of Color #514507

%51.59
%43.95
%4.46

CMYK Percentages of Color #514507

%0
%15
%91
%68

Triadic Colors of #514507

#514507 #075145 #450751

Analogous Colors of #514507

#514507 #385107 #512007

Monochromatic Colors of #514507

#514507

Complementary Color

#514507 #071351

#514507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514507 Color CSS Codes

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

#514507 Text Font Color

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

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


#514507 Background Color

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

This div background color is #514507


#514507 Border Color

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

This div border color is #514507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514507


Comments

No comments written yet.

Please login to write comment.