Color Hex Logo

#513946 Color Hex

#513946
(81,57,70)
0 Favorites   0 Comments

Color spaces of #513946

RGB 815770
HSL0.910.170.27
HSV328°30°32°
CMYK 0.000.300.14   0.68
XYZ5.96205.11786.4680
Yxy5.11780.33980.2916
Hunter Lab22.62267.4528-1.1158
CIE-Lab27.067813.0280-3.7821

#513946 color RGB value is (81,57,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 01000110
Octal 121 71 106
Decimal 81 57 70
Hex 51 39 46

RGB Percentages of Color #513946

%38.94
%27.40
%33.65

CMYK Percentages of Color #513946

%0
%30
%14
%68

Triadic Colors of #513946

#513946 #465139 #394651

Analogous Colors of #513946

#513946 #51393a #503951

Monochromatic Colors of #513946

#513946

Complementary Color

#513946 #395144

#513946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513946 Color CSS Codes

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

#513946 Text Font Color

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

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


#513946 Background Color

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

This div background color is #513946


#513946 Border Color

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

This div border color is #513946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513946


Comments

No comments written yet.

Please login to write comment.