Color Hex Logo

#515848 Color Hex

#515848
(81,88,72)
0 Favorites   0 Comments

Color spaces of #515848

RGB 818872
HSL0.240.100.31
HSV86°18°35°
CMYK 0.080.000.18   0.65
XYZ8.05289.19677.4816
Yxy9.19670.32560.3719
Hunter Lab30.3261-5.67166.6011
CIE-Lab36.3603-6.08738.3592

#515848 color RGB value is (81,88,72).

#515848 hex color red value is 81, green value is 88 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #515848 hue: 0.24 , saturation: 0.10 and the lightness value of 515848 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 01001000
Octal 121 130 110
Decimal 81 88 72
Hex 51 58 48

RGB Percentages of Color #515848

%33.61
%36.51
%29.88

CMYK Percentages of Color #515848

%8
%0
%18
%65

Triadic Colors of #515848

#515848 #485158 #584851

Analogous Colors of #515848

#515848 #495848 #585748

Monochromatic Colors of #515848

#515848

Complementary Color

#515848 #4f4858

#515848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515848 Color CSS Codes

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

#515848 Text Font Color

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

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


#515848 Background Color

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

This div background color is #515848


#515848 Border Color

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

This div border color is #515848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515848


Comments

No comments written yet.

Please login to write comment.