Color Hex Logo

#676648 Color Hex

#676648
(103,102,72)
0 Favorites   0 Comments

Color spaces of #676648

RGB 10310272
HSL0.160.180.34
HSV58°30°40°
CMYK 0.000.010.30   0.60
XYZ11.514612.85428.0051
Yxy12.85420.35570.3971
Hunter Lab35.8528-5.414611.8588
CIE-Lab42.5427-4.935317.1509

#676648 color RGB value is (103,102,72).

#676648 hex color red value is 103, green value is 102 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #676648 hue: 0.16 , saturation: 0.18 and the lightness value of 676648 is 0.34.

The process color (four color CMYK) of #676648 color hex is 0.00, 0.01, 0.30, 0.60. Web safe color of #676648 is #666633. Color #676648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100110 01001000
Octal 147 146 110
Decimal 103 102 72
Hex 67 66 48

RGB Percentages of Color #676648

%37.18
%36.82
%25.99

CMYK Percentages of Color #676648

%0
%1
%30
%60

Triadic Colors of #676648

#676648 #486766 #664867

Analogous Colors of #676648

#676648 #596748 #675748

Monochromatic Colors of #676648

#676648

Complementary Color

#676648 #484967

#676648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676648 Color CSS Codes

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

#676648 Text Font Color

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

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


#676648 Background Color

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

This div background color is #676648


#676648 Border Color

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

This div border color is #676648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676648


Comments

No comments written yet.

Please login to write comment.