Color Hex Logo

#515741 Color Hex

#515741
(81,87,65)
0 Favorites   0 Comments

Color spaces of #515741

RGB 818765
HSL0.210.140.30
HSV76°25°34°
CMYK 0.070.000.25   0.66
XYZ7.75578.94746.3193
Yxy8.94740.33690.3886
Hunter Lab29.9122-6.06458.4128
CIE-Lab35.8828-6.763812.0189

#515741 color RGB value is (81,87,65).

#515741 hex color red value is 81, green value is 87 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #515741 hue: 0.21 , saturation: 0.14 and the lightness value of 515741 is 0.30.

The process color (four color CMYK) of #515741 color hex is 0.07, 0.00, 0.25, 0.66. Web safe color of #515741 is #666633. Color #515741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 01000001
Octal 121 127 101
Decimal 81 87 65
Hex 51 57 41

RGB Percentages of Color #515741

%34.76
%37.34
%27.90

CMYK Percentages of Color #515741

%7
%0
%25
%66

Triadic Colors of #515741

#515741 #415157 #574151

Analogous Colors of #515741

#515741 #465741 #575241

Monochromatic Colors of #515741

#515741

Complementary Color

#515741 #474157

#515741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515741 Color CSS Codes

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

#515741 Text Font Color

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

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


#515741 Background Color

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

This div background color is #515741


#515741 Border Color

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

This div border color is #515741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515741


Comments

No comments written yet.

Please login to write comment.