Color Hex Logo

#676716 Color Hex

#676716
(103,103,22)
0 Favorites   0 Comments

Color spaces of #676716

RGB 10310322
HSL0.170.650.25
HSV60°79°40°
CMYK 0.000.000.79   0.60
XYZ10.588612.64202.6411
Yxy12.64200.40930.4886
Hunter Lab35.5556-9.064320.4848
CIE-Lab42.2188-10.357342.4826

#676716 color RGB value is (103,103,22).

#676716 hex color red value is 103, green value is 103 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #676716 hue: 0.17 , saturation: 0.65 and the lightness value of 676716 is 0.25.

The process color (four color CMYK) of #676716 color hex is 0.00, 0.00, 0.79, 0.60. Web safe color of #676716 is #666600. Color #676716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100111 00010110
Octal 147 147 26
Decimal 103 103 22
Hex 67 67 16

RGB Percentages of Color #676716

%45.18
%45.18
%9.65

CMYK Percentages of Color #676716

%0
%0
%79
%60

Triadic Colors of #676716

#676716 #166767 #671667

Analogous Colors of #676716

#676716 #3f6716 #673f16

Monochromatic Colors of #676716

#676716

Complementary Color

#676716 #161667

#676716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676716 Color CSS Codes

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

#676716 Text Font Color

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

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


#676716 Background Color

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

This div background color is #676716


#676716 Border Color

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

This div border color is #676716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676716


Comments

No comments written yet.

Please login to write comment.