Color Hex Logo

#68536d Color Hex

#68536D
(104,83,109)
0 Favorites   0 Comments

Color spaces of #68536d

RGB 10483109
HSL0.800.140.38
HSV288°24°43°
CMYK 0.050.240.00   0.57
XYZ11.562510.233715.8339
Yxy10.23370.30730.2720
Hunter Lab31.99028.5341-6.9532
CIE-Lab38.258613.8732-11.6240

#68536d color RGB value is (104,83,109).

#68536d hex color red value is 104, green value is 83 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #68536d hue: 0.80 , saturation: 0.14 and the lightness value of 68536d is 0.38.

The process color (four color CMYK) of #68536d color hex is 0.05, 0.24, 0.00, 0.57. Web safe color of #68536d is #666666. Color #68536d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 01101101
Octal 150 123 155
Decimal 104 83 109
Hex 68 53 6D

RGB Percentages of Color #68536d

%35.14
%28.04
%36.82

CMYK Percentages of Color #68536d

%5
%24
%0
%57

Triadic Colors of #68536d

#68536d #6d6853 #536d68

Analogous Colors of #68536d

#68536d #6d5365 #5b536d

Monochromatic Colors of #68536d

#68536d

Complementary Color

#68536d #586d53

#68536d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68536d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68536d Color CSS Codes

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

#68536d Text Font Color

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

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


#68536d Background Color

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

This div background color is #68536d


#68536d Border Color

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

This div border color is #68536d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68536d


Comments

No comments written yet.

Please login to write comment.