Color Hex Logo

#535161 Color Hex

#535161
(83,81,97)
0 Favorites   0 Comments

Color spaces of #535161

RGB 838197
HSL0.690.090.35
HSV248°16°38°
CMYK 0.140.160.00   0.62
XYZ8.66748.586912.5099
Yxy8.58690.29120.2885
Hunter Lab29.30341.5160-4.7991
CIE-Lab35.17644.4659-8.9935

#535161 color RGB value is (83,81,97).

#535161 hex color red value is 83, green value is 81 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #535161 hue: 0.69 , saturation: 0.09 and the lightness value of 535161 is 0.35.

The process color (four color CMYK) of #535161 color hex is 0.14, 0.16, 0.00, 0.62. Web safe color of #535161 is #666666. Color #535161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 01100001
Octal 123 121 141
Decimal 83 81 97
Hex 53 51 61

RGB Percentages of Color #535161

%31.80
%31.03
%37.16

CMYK Percentages of Color #535161

%14
%16
%0
%62

Triadic Colors of #535161

#535161 #615351 #516153

Analogous Colors of #535161

#535161 #5b5161 #515761

Monochromatic Colors of #535161

#535161

Complementary Color

#535161 #5f6151

#535161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535161 Color CSS Codes

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

#535161 Text Font Color

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

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


#535161 Background Color

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

This div background color is #535161


#535161 Border Color

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

This div border color is #535161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535161


Comments

No comments written yet.

Please login to write comment.