Color Hex Logo

#514542 Color Hex

#514542
(81,69,66)
0 Favorites   0 Comments

Color spaces of #514542

RGB 816966
HSL0.030.100.29
HSV12°19°32°
CMYK 0.000.150.19   0.68
XYZ6.50486.39896.0465
Yxy6.39890.34330.3377
Hunter Lab25.29601.63263.5352
CIE-Lab30.39734.53123.6919

#514542 color RGB value is (81,69,66).

#514542 hex color red value is 81, green value is 69 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #514542 hue: 0.03 , saturation: 0.10 and the lightness value of 514542 is 0.29.

The process color (four color CMYK) of #514542 color hex is 0.00, 0.15, 0.19, 0.68. Web safe color of #514542 is #663333. Color #514542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 01000010
Octal 121 105 102
Decimal 81 69 66
Hex 51 45 42

RGB Percentages of Color #514542

%37.50
%31.94
%30.56

CMYK Percentages of Color #514542

%0
%15
%19
%68

Triadic Colors of #514542

#514542 #425145 #454251

Analogous Colors of #514542

#514542 #514d42 #514247

Monochromatic Colors of #514542

#514542

Complementary Color

#514542 #424e51

#514542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514542 Color CSS Codes

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

#514542 Text Font Color

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

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


#514542 Background Color

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

This div background color is #514542


#514542 Border Color

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

This div border color is #514542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514542


Comments

No comments written yet.

Please login to write comment.