Color Hex Logo

#513947 Color Hex

#513947
(81,57,71)
0 Favorites   0 Comments

Color spaces of #513947

RGB 815771
HSL0.900.170.27
HSV325°30°32°
CMYK 0.000.300.12   0.68
XYZ5.99385.13056.6356
Yxy5.13050.33750.2889
Hunter Lab22.65067.5961-1.5139
CIE-Lab27.103413.2271-4.3890

#513947 color RGB value is (81,57,71).

#513947 hex color red value is 81, green value is 57 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #513947 hue: 0.90 , saturation: 0.17 and the lightness value of 513947 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 01000111
Octal 121 71 107
Decimal 81 57 71
Hex 51 39 47

RGB Percentages of Color #513947

%38.76
%27.27
%33.97

CMYK Percentages of Color #513947

%0
%30
%12
%68

Triadic Colors of #513947

#513947 #475139 #394751

Analogous Colors of #513947

#513947 #51393b #4f3951

Monochromatic Colors of #513947

#513947

Complementary Color

#513947 #395143

#513947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513947 Color CSS Codes

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

#513947 Text Font Color

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

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


#513947 Background Color

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

This div background color is #513947


#513947 Border Color

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

This div border color is #513947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513947


Comments

No comments written yet.

Please login to write comment.