Color Hex Logo

#535546 Color Hex

#535546
(83,85,70)
0 Favorites   0 Comments

Color spaces of #535546

RGB 838570
HSL0.190.100.30
HSV68°18°33°
CMYK 0.020.000.18   0.67
XYZ7.92138.77827.0712
Yxy8.77820.33320.3693
Hunter Lab29.6280-4.12566.5891
CIE-Lab35.5537-3.81258.4946

#535546 color RGB value is (83,85,70).

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

The process color (four color CMYK) of #535546 color hex is 0.02, 0.00, 0.18, 0.67. Web safe color of #535546 is #666633. Color #535546 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010101 01000110
Octal 123 125 106
Decimal 83 85 70
Hex 53 55 46

RGB Percentages of Color #535546

%34.87
%35.71
%29.41

CMYK Percentages of Color #535546

%2
%0
%18
%67

Triadic Colors of #535546

#535546 #465355 #554653

Analogous Colors of #535546

#535546 #4c5546 #555046

Monochromatic Colors of #535546

#535546

Complementary Color

#535546 #484655

#535546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535546 Color CSS Codes

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

#535546 Text Font Color

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

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


#535546 Background Color

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

This div background color is #535546


#535546 Border Color

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

This div border color is #535546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535546


Comments

No comments written yet.

Please login to write comment.