Color Hex Logo

#513347 Color Hex

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

Color spaces of #513347

RGB 815171
HSL0.890.230.26
HSV320°37°32°
CMYK 0.000.370.12   0.68
XYZ5.71454.57196.5425
Yxy4.57190.33960.2717
Hunter Lab21.382010.2870-3.1743
CIE-Lab25.478517.0901-6.8206

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

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

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

Base Numbers

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

RGB Percentages of Color #513347

%39.90
%25.12
%34.98

CMYK Percentages of Color #513347

%0
%37
%12
%68

Triadic Colors of #513347

#513347 #475133 #334751

Analogous Colors of #513347

#513347 #513338 #4c3351

Monochromatic Colors of #513347

#513347

Complementary Color

#513347 #33513d

#513347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513347 Color CSS Codes

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

#513347 Text Font Color

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

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


#513347 Background Color

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

This div background color is #513347


#513347 Border Color

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

This div border color is #513347


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,51,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 #513347">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513347


Comments

No comments written yet.

Please login to write comment.