Color Hex Logo

#51480c Color Hex

#51480C
(81,72,12)
0 Favorites   0 Comments

Color spaces of #51480c

RGB 817212
HSL0.140.740.18
HSV52°85°32°
CMYK 0.000.110.85   0.68
XYZ5.77716.41061.2807
Yxy6.41060.42890.4760
Hunter Lab25.3192-3.580014.7244
CIE-Lab30.4256-3.520834.5601

#51480c color RGB value is (81,72,12).

#51480c hex color red value is 81, green value is 72 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #51480c hue: 0.14 , saturation: 0.74 and the lightness value of 51480c is 0.18.

The process color (four color CMYK) of #51480c color hex is 0.00, 0.11, 0.85, 0.68. Web safe color of #51480c is #663300. Color #51480c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 00001100
Octal 121 110 14
Decimal 81 72 12
Hex 51 48 C

RGB Percentages of Color #51480c

%49.09
%43.64
%7.27

CMYK Percentages of Color #51480c

%0
%11
%85
%68

Triadic Colors of #51480c

#51480c #0c5148 #480c51

Analogous Colors of #51480c

#51480c #38510c #51260c

Monochromatic Colors of #51480c

#51480c

Complementary Color

#51480c #0c1551

#51480c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51480c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51480c Color CSS Codes

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

#51480c Text Font Color

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

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


#51480c Background Color

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

This div background color is #51480c


#51480c Border Color

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

This div border color is #51480c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51480c


Comments

No comments written yet.

Please login to write comment.