Color Hex Logo

#687158 Color Hex

#687158
(104,113,88)
0 Favorites   0 Comments

Color spaces of #687158

RGB 10411388
HSL0.230.120.39
HSV82°22°44°
CMYK 0.080.000.22   0.56
XYZ13.375515.457911.5112
Yxy15.45790.33150.3831
Hunter Lab39.3165-8.078210.1625
CIE-Lab46.2551-8.268712.7671

#687158 color RGB value is (104,113,88).

#687158 hex color red value is 104, green value is 113 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #687158 hue: 0.23 , saturation: 0.12 and the lightness value of 687158 is 0.39.

The process color (four color CMYK) of #687158 color hex is 0.08, 0.00, 0.22, 0.56. Web safe color of #687158 is #666666. Color #687158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110001 01011000
Octal 150 161 130
Decimal 104 113 88
Hex 68 71 58

RGB Percentages of Color #687158

%34.10
%37.05
%28.85

CMYK Percentages of Color #687158

%8
%0
%22
%56

Triadic Colors of #687158

#687158 #586871 #715868

Analogous Colors of #687158

#687158 #5c7158 #716e58

Monochromatic Colors of #687158

#687158

Complementary Color

#687158 #615871

#687158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687158 Color CSS Codes

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

#687158 Text Font Color

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

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


#687158 Background Color

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

This div background color is #687158


#687158 Border Color

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

This div border color is #687158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687158


Comments

No comments written yet.

Please login to write comment.