Color Hex Logo

#688c54 Color Hex

#688C54
(104,140,84)
0 Favorites   0 Comments

Color spaces of #688c54

RGB 10414084
HSL0.270.250.44
HSV99°40°55°
CMYK 0.260.000.40   0.45
XYZ16.687222.339311.8199
Yxy22.33930.32820.4393
Hunter Lab47.2645-19.691618.2579
CIE-Lab54.3852-23.409925.9465

#688c54 color RGB value is (104,140,84).

#688c54 hex color red value is 104, green value is 140 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #688c54 hue: 0.27 , saturation: 0.25 and the lightness value of 688c54 is 0.44.

The process color (four color CMYK) of #688c54 color hex is 0.26, 0.00, 0.40, 0.45. Web safe color of #688c54 is #669966. Color #688c54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001100 01010100
Octal 150 214 124
Decimal 104 140 84
Hex 68 8C 54

RGB Percentages of Color #688c54

%31.71
%42.68
%25.61

CMYK Percentages of Color #688c54

%26
%0
%40
%45

Triadic Colors of #688c54

#688c54 #54688c #8c5468

Analogous Colors of #688c54

#688c54 #548c5c #848c54

Monochromatic Colors of #688c54

#688c54

Complementary Color

#688c54 #78548c

#688c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688c54 Color CSS Codes

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

#688c54 Text Font Color

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

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


#688c54 Background Color

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

This div background color is #688c54


#688c54 Border Color

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

This div border color is #688c54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,140,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688c54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688c54;
  -webkit-box-shadow: 1px 1px 3px 2px #688c54;
  box-shadow:         1px 1px 3px 2px #688c54; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688c54


Comments

No comments written yet.

Please login to write comment.