Color Hex Logo

#688551 Color Hex

#688551
(104,133,81)
0 Favorites   0 Comments

Color spaces of #688551

RGB 10413381
HSL0.260.240.42
HSV93°39°52°
CMYK 0.220.000.39   0.48
XYZ15.581720.312210.8840
Yxy20.31220.33310.4342
Hunter Lab45.0691-17.158117.2300
CIE-Lab52.1884-20.265424.7466

#688551 color RGB value is (104,133,81).

#688551 hex color red value is 104, green value is 133 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #688551 hue: 0.26 , saturation: 0.24 and the lightness value of 688551 is 0.42.

The process color (four color CMYK) of #688551 color hex is 0.22, 0.00, 0.39, 0.48. Web safe color of #688551 is #669966. Color #688551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000101 01010001
Octal 150 205 121
Decimal 104 133 81
Hex 68 85 51

RGB Percentages of Color #688551

%32.70
%41.82
%25.47

CMYK Percentages of Color #688551

%22
%0
%39
%48

Triadic Colors of #688551

#688551 #516885 #855168

Analogous Colors of #688551

#688551 #518554 #828551

Monochromatic Colors of #688551

#688551

Complementary Color

#688551 #6e5185

#688551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688551 Color CSS Codes

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

#688551 Text Font Color

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

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


#688551 Background Color

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

This div background color is #688551


#688551 Border Color

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

This div border color is #688551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688551


Comments

No comments written yet.

Please login to write comment.