Color Hex Logo

#676364 Color Hex

#676364
(103,99,100)
0 Favorites   0 Comments

Color spaces of #676364

RGB 10399100
HSL0.960.020.40
HSV345°40°
CMYK 0.000.040.03   0.60
XYZ12.355612.727313.8620
Yxy12.72730.31730.3268
Hunter Lab35.6753-0.61111.9350
CIE-Lab42.34941.7801-0.0100

#676364 color RGB value is (103,99,100).

#676364 hex color red value is 103, green value is 99 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #676364 hue: 0.96 , saturation: 0.02 and the lightness value of 676364 is 0.40.

The process color (four color CMYK) of #676364 color hex is 0.00, 0.04, 0.03, 0.60. Web safe color of #676364 is #666666. Color #676364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100011 01100100
Octal 147 143 144
Decimal 103 99 100
Hex 67 63 64

RGB Percentages of Color #676364

%34.11
%32.78
%33.11

CMYK Percentages of Color #676364

%0
%4
%3
%60

Triadic Colors of #676364

#676364 #646763 #636467

Analogous Colors of #676364

#676364 #676463 #676366

Monochromatic Colors of #676364

#676364

Complementary Color

#676364 #636766

#676364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676364 Color CSS Codes

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

#676364 Text Font Color

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

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


#676364 Background Color

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

This div background color is #676364


#676364 Border Color

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

This div border color is #676364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676364


Comments

No comments written yet.

Please login to write comment.