Color Hex Logo

#51582c Color Hex

#51582C
(81,88,44)
0 Favorites   0 Comments

Color spaces of #51582c

RGB 818844
HSL0.190.330.26
HSV70°50°35°
CMYK 0.080.000.50   0.65
XYZ7.33778.91063.7161
Yxy8.91060.36750.4463
Hunter Lab29.8506-8.360813.5144
CIE-Lab35.8116-10.425124.4561

#51582c color RGB value is (81,88,44).

#51582c hex color red value is 81, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #51582c hue: 0.19 , saturation: 0.33 and the lightness value of 51582c is 0.26.

The process color (four color CMYK) of #51582c color hex is 0.08, 0.00, 0.50, 0.65. Web safe color of #51582c is #666633. Color #51582c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 00101100
Octal 121 130 54
Decimal 81 88 44
Hex 51 58 2C

RGB Percentages of Color #51582c

%38.03
%41.31
%20.66

CMYK Percentages of Color #51582c

%8
%0
%50
%65

Triadic Colors of #51582c

#51582c #2c5158 #582c51

Analogous Colors of #51582c

#51582c #3b582c #58492c

Monochromatic Colors of #51582c

#51582c

Complementary Color

#51582c #332c58

#51582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51582c Color CSS Codes

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

#51582c Text Font Color

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

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


#51582c Background Color

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

This div background color is #51582c


#51582c Border Color

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

This div border color is #51582c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51582c


Comments

No comments written yet.

Please login to write comment.