Color Hex Logo

#68554e Color Hex

#68554E
(104,85,78)
0 Favorites   0 Comments

Color spaces of #68554e

RGB 1048578
HSL0.040.140.36
HSV16°25°41°
CMYK 0.000.180.25   0.59
XYZ10.33269.99018.5914
Yxy9.99010.35740.3455
Hunter Lab31.60713.04056.0089
CIE-Lab37.82476.62837.0188

#68554e color RGB value is (104,85,78).

#68554e hex color red value is 104, green value is 85 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #68554e hue: 0.04 , saturation: 0.14 and the lightness value of 68554e is 0.36.

The process color (four color CMYK) of #68554e color hex is 0.00, 0.18, 0.25, 0.59. Web safe color of #68554e is #666666. Color #68554e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010101 01001110
Octal 150 125 116
Decimal 104 85 78
Hex 68 55 4E

RGB Percentages of Color #68554e

%38.95
%31.84
%29.21

CMYK Percentages of Color #68554e

%0
%18
%25
%59

Triadic Colors of #68554e

#68554e #4e6855 #554e68

Analogous Colors of #68554e

#68554e #68624e #684e54

Monochromatic Colors of #68554e

#68554e

Complementary Color

#68554e #4e6168

#68554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68554e Color CSS Codes

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

#68554e Text Font Color

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

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


#68554e Background Color

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

This div background color is #68554e


#68554e Border Color

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

This div border color is #68554e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68554e

#68554e Color Palettes


Comments

No comments written yet.

Please login to write comment.