Color Hex Logo

#68576e Color Hex

#68576E
(104,87,110)
0 Favorites   0 Comments

Color spaces of #68576e

RGB 10487110
HSL0.790.120.39
HSV284°21°43°
CMYK 0.050.210.00   0.57
XYZ11.931610.885216.2240
Yxy10.88520.30560.2788
Hunter Lab32.99276.8161-6.0606
CIE-Lab39.386411.6206-10.5363

#68576e color RGB value is (104,87,110).

#68576e hex color red value is 104, green value is 87 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #68576e hue: 0.79 , saturation: 0.12 and the lightness value of 68576e is 0.39.

The process color (four color CMYK) of #68576e color hex is 0.05, 0.21, 0.00, 0.57. Web safe color of #68576e is #666666. Color #68576e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010111 01101110
Octal 150 127 156
Decimal 104 87 110
Hex 68 57 6E

RGB Percentages of Color #68576e

%34.55
%28.90
%36.54

CMYK Percentages of Color #68576e

%5
%21
%0
%57

Triadic Colors of #68576e

#68576e #6e6857 #576e68

Analogous Colors of #68576e

#68576e #6e5769 #5d576e

Monochromatic Colors of #68576e

#68576e

Complementary Color

#68576e #5d6e57

#68576e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68576e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68576e Color CSS Codes

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

#68576e Text Font Color

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

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


#68576e Background Color

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

This div background color is #68576e


#68576e Border Color

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

This div border color is #68576e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,87,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68576e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68576e;
  -webkit-box-shadow: 1px 1px 3px 2px #68576e;
  box-shadow:         1px 1px 3px 2px #68576e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68576e


Comments

No comments written yet.

Please login to write comment.