Color Hex Logo

#535153 Color Hex

#535153
(83,81,83)
0 Favorites   0 Comments

Color spaces of #535153

RGB 838183
HSL0.830.010.32
HSV300°33°
CMYK 0.000.020.00   0.67
XYZ8.07108.34849.3696
Yxy8.34840.31300.3237
Hunter Lab28.8936-0.70250.9990
CIE-Lab34.69821.2423-0.8872

#535153 color RGB value is (83,81,83).

#535153 hex color red value is 83, green value is 81 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #535153 hue: 0.83 , saturation: 0.01 and the lightness value of 535153 is 0.32.

The process color (four color CMYK) of #535153 color hex is 0.00, 0.02, 0.00, 0.67. Web safe color of #535153 is #666666. Color #535153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 01010011
Octal 123 121 123
Decimal 83 81 83
Hex 53 51 53

RGB Percentages of Color #535153

%33.60
%32.79
%33.60

CMYK Percentages of Color #535153

%0
%2
%0
%67

Triadic Colors of #535153

#535153 #535351 #515353

Analogous Colors of #535153

#535153 #535152 #525153

Monochromatic Colors of #535153

#535153

Complementary Color

#535153 #515351

#535153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535153 Color CSS Codes

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

#535153 Text Font Color

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

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


#535153 Background Color

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

This div background color is #535153


#535153 Border Color

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

This div border color is #535153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535153

#535153 Color Palettes


Comments

No comments written yet.

Please login to write comment.