Color Hex Logo

#676858 Color Hex

#676858
(103,104,88)
0 Favorites   0 Comments

Color spaces of #676858

RGB 10310488
HSL0.180.080.38
HSV64°15°41°
CMYK 0.010.000.15   0.59
XYZ12.305313.488811.1876
Yxy13.48880.33270.3647
Hunter Lab36.7271-4.46667.6484
CIE-Lab43.4907-3.48338.8955

#676858 color RGB value is (103,104,88).

#676858 hex color red value is 103, green value is 104 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #676858 hue: 0.18 , saturation: 0.08 and the lightness value of 676858 is 0.38.

The process color (four color CMYK) of #676858 color hex is 0.01, 0.00, 0.15, 0.59. Web safe color of #676858 is #666666. Color #676858 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101000 01011000
Octal 147 150 130
Decimal 103 104 88
Hex 67 68 58

RGB Percentages of Color #676858

%34.92
%35.25
%29.83

CMYK Percentages of Color #676858

%1
%0
%15
%59

Triadic Colors of #676858

#676858 #586768 #685867

Analogous Colors of #676858

#676858 #5f6858 #686158

Monochromatic Colors of #676858

#676858

Complementary Color

#676858 #595868

#676858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676858 Color CSS Codes

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

#676858 Text Font Color

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

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


#676858 Background Color

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

This div background color is #676858


#676858 Border Color

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

This div border color is #676858


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,104,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 #676858">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676858


Comments

No comments written yet.

Please login to write comment.