Color Hex Logo

#676f74 Color Hex

#676F74
(103,111,116)
0 Favorites   0 Comments

Color spaces of #676f74

RGB 103111116
HSL0.560.060.43
HSV203°11°45°
CMYK 0.110.040.00   0.55
XYZ14.430315.513418.7568
Yxy15.51340.29630.3185
Hunter Lab39.3871-3.5300-0.6640
CIE-Lab46.3295-1.9252-3.8185

#676f74 color RGB value is (103,111,116).

#676f74 hex color red value is 103, green value is 111 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #676f74 hue: 0.56 , saturation: 0.06 and the lightness value of 676f74 is 0.43.

The process color (four color CMYK) of #676f74 color hex is 0.11, 0.04, 0.00, 0.55. Web safe color of #676f74 is #666666. Color #676f74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101111 01110100
Octal 147 157 164
Decimal 103 111 116
Hex 67 6F 74

RGB Percentages of Color #676f74

%31.21
%33.64
%35.15

CMYK Percentages of Color #676f74

%11
%4
%0
%55

Triadic Colors of #676f74

#676f74 #74676f #6f7467

Analogous Colors of #676f74

#676f74 #676974 #677473

Monochromatic Colors of #676f74

#676f74

Complementary Color

#676f74 #746c67

#676f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676f74 Color CSS Codes

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

#676f74 Text Font Color

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

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


#676f74 Background Color

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

This div background color is #676f74


#676f74 Border Color

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

This div border color is #676f74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,111,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676f74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676f74;
  -webkit-box-shadow: 1px 1px 3px 2px #676f74;
  box-shadow:         1px 1px 3px 2px #676f74; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,111,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676f74


Comments

No comments written yet.

Please login to write comment.