Color Hex Logo

#535953 Color Hex

#535953
(83,89,83)
0 Favorites   0 Comments

Color spaces of #535953

RGB 838983
HSL0.330.030.34
HSV120°35°
CMYK 0.070.000.07   0.65
XYZ8.70109.60839.5796
Yxy9.60830.31200.3445
Hunter Lab30.9973-4.13993.3747
CIE-Lab37.1300-3.66432.6508

#535953 color RGB value is (83,89,83).

#535953 hex color red value is 83, green value is 89 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #535953 hue: 0.33 , saturation: 0.03 and the lightness value of 535953 is 0.34.

The process color (four color CMYK) of #535953 color hex is 0.07, 0.00, 0.07, 0.65. Web safe color of #535953 is #666666. Color #535953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011001 01010011
Octal 123 131 123
Decimal 83 89 83
Hex 53 59 53

RGB Percentages of Color #535953

%32.55
%34.90
%32.55

CMYK Percentages of Color #535953

%7
%0
%7
%65

Triadic Colors of #535953

#535953 #535359 #595353

Analogous Colors of #535953

#535953 #535956 #565953

Monochromatic Colors of #535953

#535953

Complementary Color

#535953 #595359

#535953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535953 Color CSS Codes

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

#535953 Text Font Color

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

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


#535953 Background Color

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

This div background color is #535953


#535953 Border Color

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

This div border color is #535953


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,89,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 #535953">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535953


Comments

No comments written yet.

Please login to write comment.