Color Hex Logo

#51483c Color Hex

#51483C
(81,72,60)
0 Favorites   0 Comments

Color spaces of #51483c

RGB 817260
HSL0.100.150.28
HSV34°26°32°
CMYK 0.000.110.26   0.68
XYZ6.52636.71035.2262
Yxy6.71030.35350.3634
Hunter Lab25.9042-0.36136.1712
CIE-Lab31.13811.56348.5886

#51483c color RGB value is (81,72,60).

#51483c hex color red value is 81, green value is 72 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #51483c hue: 0.10 , saturation: 0.15 and the lightness value of 51483c is 0.28.

The process color (four color CMYK) of #51483c color hex is 0.00, 0.11, 0.26, 0.68. Web safe color of #51483c is #663333. Color #51483c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 00111100
Octal 121 110 74
Decimal 81 72 60
Hex 51 48 3C

RGB Percentages of Color #51483c

%38.03
%33.80
%28.17

CMYK Percentages of Color #51483c

%0
%11
%26
%68

Triadic Colors of #51483c

#51483c #3c5148 #483c51

Analogous Colors of #51483c

#51483c #50513c #513e3c

Monochromatic Colors of #51483c

#51483c

Complementary Color

#51483c #3c4551

#51483c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51483c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51483c Color CSS Codes

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

#51483c Text Font Color

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

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


#51483c Background Color

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

This div background color is #51483c


#51483c Border Color

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

This div border color is #51483c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,72,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51483c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51483c;
  -webkit-box-shadow: 1px 1px 3px 2px #51483c;
  box-shadow:         1px 1px 3px 2px #51483c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51483c


Comments

No comments written yet.

Please login to write comment.