Color Hex Logo

#536768 Color Hex

#536768
(83,103,104)
0 Favorites   0 Comments

Color spaces of #536768

RGB 83103104
HSL0.510.110.37
HSV183°20°41°
CMYK 0.200.010.00   0.59
XYZ10.916212.539014.9416
Yxy12.53900.28430.3266
Hunter Lab35.4105-6.9410-0.2304
CIE-Lab42.0603-7.2179-3.0556

#536768 color RGB value is (83,103,104).

#536768 hex color red value is 83, green value is 103 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #536768 hue: 0.51 , saturation: 0.11 and the lightness value of 536768 is 0.37.

The process color (four color CMYK) of #536768 color hex is 0.20, 0.01, 0.00, 0.59. Web safe color of #536768 is #666666. Color #536768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 01101000
Octal 123 147 150
Decimal 83 103 104
Hex 53 67 68

RGB Percentages of Color #536768

%28.62
%35.52
%35.86

CMYK Percentages of Color #536768

%20
%1
%0
%59

Triadic Colors of #536768

#536768 #685367 #676853

Analogous Colors of #536768

#536768 #535d68 #53685f

Monochromatic Colors of #536768

#536768

Complementary Color

#536768 #685453

#536768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536768 Color CSS Codes

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

#536768 Text Font Color

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

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


#536768 Background Color

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

This div background color is #536768


#536768 Border Color

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

This div border color is #536768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536768


Comments

No comments written yet.

Please login to write comment.