Color Hex Logo

#676256 Color Hex

#676256
(103,98,86)
0 Favorites   0 Comments

Color spaces of #676256

RGB 1039886
HSL0.120.090.37
HSV42°17°40°
CMYK 0.000.050.17   0.60
XYZ11.640912.290810.5629
Yxy12.29080.33750.3563
Hunter Lab35.0582-2.08196.6769
CIE-Lab41.6746-0.29217.5414

#676256 color RGB value is (103,98,86).

#676256 hex color red value is 103, green value is 98 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #676256 hue: 0.12 , saturation: 0.09 and the lightness value of 676256 is 0.37.

The process color (four color CMYK) of #676256 color hex is 0.00, 0.05, 0.17, 0.60. Web safe color of #676256 is #666666. Color #676256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100010 01010110
Octal 147 142 126
Decimal 103 98 86
Hex 67 62 56

RGB Percentages of Color #676256

%35.89
%34.15
%29.97

CMYK Percentages of Color #676256

%0
%5
%17
%60

Triadic Colors of #676256

#676256 #566762 #625667

Analogous Colors of #676256

#676256 #646756 #675a56

Monochromatic Colors of #676256

#676256

Complementary Color

#676256 #565b67

#676256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676256 Color CSS Codes

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

#676256 Text Font Color

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

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


#676256 Background Color

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

This div background color is #676256


#676256 Border Color

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

This div border color is #676256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676256


Comments

No comments written yet.

Please login to write comment.