Color Hex Logo

#535742 Color Hex

#535742
(83,87,66)
0 Favorites   0 Comments

Color spaces of #535742

RGB 838766
HSL0.200.140.30
HSV71°24°34°
CMYK 0.050.000.24   0.66
XYZ7.95889.04876.4814
Yxy9.04870.33880.3852
Hunter Lab30.0811-5.41468.2818
CIE-Lab36.0779-5.727911.6987

#535742 color RGB value is (83,87,66).

#535742 hex color red value is 83, green value is 87 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #535742 hue: 0.20 , saturation: 0.14 and the lightness value of 535742 is 0.30.

The process color (four color CMYK) of #535742 color hex is 0.05, 0.00, 0.24, 0.66. Web safe color of #535742 is #666633. Color #535742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010111 01000010
Octal 123 127 102
Decimal 83 87 66
Hex 53 57 42

RGB Percentages of Color #535742

%35.17
%36.86
%27.97

CMYK Percentages of Color #535742

%5
%0
%24
%66

Triadic Colors of #535742

#535742 #425357 #574253

Analogous Colors of #535742

#535742 #495742 #575142

Monochromatic Colors of #535742

#535742

Complementary Color

#535742 #464257

#535742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535742 Color CSS Codes

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

#535742 Text Font Color

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

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


#535742 Background Color

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

This div background color is #535742


#535742 Border Color

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

This div border color is #535742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535742


Comments

No comments written yet.

Please login to write comment.