Color Hex Logo

#514247 Color Hex

#514247
(81,66,71)
0 Favorites   0 Comments

Color spaces of #514247

RGB 816671
HSL0.940.100.29
HSV340°19°32°
CMYK 0.000.190.12   0.68
XYZ6.47896.10076.7973
Yxy6.10070.33440.3148
Hunter Lab24.69963.59770.9732
CIE-Lab29.66517.4155-0.6064

#514247 color RGB value is (81,66,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000010 01000111
Octal 121 102 107
Decimal 81 66 71
Hex 51 42 47

RGB Percentages of Color #514247

%37.16
%30.28
%32.57

CMYK Percentages of Color #514247

%0
%19
%12
%68

Triadic Colors of #514247

#514247 #475142 #424751

Analogous Colors of #514247

#514247 #514542 #51424f

Monochromatic Colors of #514247

#514247

Complementary Color

#514247 #42514c

#514247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514247 Color CSS Codes

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

#514247 Text Font Color

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

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


#514247 Background Color

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

This div background color is #514247


#514247 Border Color

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

This div border color is #514247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514247


Comments

No comments written yet.

Please login to write comment.