Color Hex Logo

#535646 Color Hex

#535646
(83,86,70)
0 Favorites   0 Comments

Color spaces of #535646

RGB 838670
HSL0.200.100.31
HSV71°19°34°
CMYK 0.030.000.19   0.66
XYZ8.00068.93687.0976
Yxy8.93680.33290.3718
Hunter Lab29.8945-4.54376.8494
CIE-Lab35.8623-4.41648.9268

#535646 color RGB value is (83,86,70).

#535646 hex color red value is 83, green value is 86 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #535646 hue: 0.20 , saturation: 0.10 and the lightness value of 535646 is 0.31.

The process color (four color CMYK) of #535646 color hex is 0.03, 0.00, 0.19, 0.66. Web safe color of #535646 is #666633. Color #535646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010110 01000110
Octal 123 126 106
Decimal 83 86 70
Hex 53 56 46

RGB Percentages of Color #535646

%34.73
%35.98
%29.29

CMYK Percentages of Color #535646

%3
%0
%19
%66

Triadic Colors of #535646

#535646 #465356 #564653

Analogous Colors of #535646

#535646 #4b5646 #565146

Monochromatic Colors of #535646

#535646

Complementary Color

#535646 #494656

#535646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535646 Color CSS Codes

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

#535646 Text Font Color

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

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


#535646 Background Color

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

This div background color is #535646


#535646 Border Color

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

This div border color is #535646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535646


Comments

No comments written yet.

Please login to write comment.