Color Hex Logo

#51696b Color Hex

#51696B
(81,105,107)
0 Favorites   0 Comments

Color spaces of #51696b

RGB 81105107
HSL0.510.140.37
HSV185°24°42°
CMYK 0.240.020.00   0.58
XYZ11.098812.914015.8176
Yxy12.91400.27870.3242
Hunter Lab35.9361-7.7586-0.9418
CIE-Lab42.6334-8.3406-4.0453

#51696b color RGB value is (81,105,107).

#51696b hex color red value is 81, green value is 105 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #51696b hue: 0.51 , saturation: 0.14 and the lightness value of 51696b is 0.37.

The process color (four color CMYK) of #51696b color hex is 0.24, 0.02, 0.00, 0.58. Web safe color of #51696b is #666666. Color #51696b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101001 01101011
Octal 121 151 153
Decimal 81 105 107
Hex 51 69 6B

RGB Percentages of Color #51696b

%27.65
%35.84
%36.52

CMYK Percentages of Color #51696b

%24
%2
%0
%58

Triadic Colors of #51696b

#51696b #6b5169 #696b51

Analogous Colors of #51696b

#51696b #515c6b #516b60

Monochromatic Colors of #51696b

#51696b

Complementary Color

#51696b #6b5351

#51696b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51696b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51696b Color CSS Codes

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

#51696b Text Font Color

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

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


#51696b Background Color

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

This div background color is #51696b


#51696b Border Color

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

This div border color is #51696b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,105,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51696b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51696b;
  -webkit-box-shadow: 1px 1px 3px 2px #51696b;
  box-shadow:         1px 1px 3px 2px #51696b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51696b


Comments

No comments written yet.

Please login to write comment.