Color Hex Logo

#514733 Color Hex

#514733
(81,71,51)
0 Favorites   0 Comments

Color spaces of #514733

RGB 817151
HSL0.110.230.26
HSV40°37°32°
CMYK 0.000.120.37   0.68
XYZ6.24416.49484.0565
Yxy6.49480.37180.3867
Hunter Lab25.4849-0.86408.4021
CIE-Lab30.62800.767513.5955

#514733 color RGB value is (81,71,51).

#514733 hex color red value is 81, green value is 71 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #514733 hue: 0.11 , saturation: 0.23 and the lightness value of 514733 is 0.26.

The process color (four color CMYK) of #514733 color hex is 0.00, 0.12, 0.37, 0.68. Web safe color of #514733 is #663333. Color #514733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 00110011
Octal 121 107 63
Decimal 81 71 51
Hex 51 47 33

RGB Percentages of Color #514733

%39.90
%34.98
%25.12

CMYK Percentages of Color #514733

%0
%12
%37
%68

Triadic Colors of #514733

#514733 #335147 #473351

Analogous Colors of #514733

#514733 #4c5133 #513833

Monochromatic Colors of #514733

#514733

Complementary Color

#514733 #333d51

#514733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514733 Color CSS Codes

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

#514733 Text Font Color

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

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


#514733 Background Color

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

This div background color is #514733


#514733 Border Color

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

This div border color is #514733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514733


Comments

No comments written yet.

Please login to write comment.