Color Hex Logo

#515844 Color Hex

#515844
(81,88,68)
0 Favorites   0 Comments

Color spaces of #515844

RGB 818868
HSL0.230.130.31
HSV81°23°35°
CMYK 0.080.000.23   0.65
XYZ7.92659.14616.8165
Yxy9.14610.33180.3829
Hunter Lab30.2425-6.13997.8061
CIE-Lab36.2641-6.826710.6965

#515844 color RGB value is (81,88,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 01000100
Octal 121 130 104
Decimal 81 88 68
Hex 51 58 44

RGB Percentages of Color #515844

%34.18
%37.13
%28.69

CMYK Percentages of Color #515844

%8
%0
%23
%65

Triadic Colors of #515844

#515844 #445158 #584451

Analogous Colors of #515844

#515844 #475844 #585544

Monochromatic Colors of #515844

#515844

Complementary Color

#515844 #4b4458

#515844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515844 Color CSS Codes

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

#515844 Text Font Color

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

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


#515844 Background Color

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

This div background color is #515844


#515844 Border Color

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

This div border color is #515844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515844


Comments

No comments written yet.

Please login to write comment.