Color Hex Logo

#67665c Color Hex

#67665C
(103,102,92)
0 Favorites   0 Comments

Color spaces of #67665c

RGB 10310292
HSL0.150.060.38
HSV55°11°40°
CMYK 0.000.010.11   0.60
XYZ12.276713.159012.0181
Yxy13.15900.32780.3513
Hunter Lab36.2753-3.07195.7498
CIE-Lab43.0018-1.57225.7898

#67665c color RGB value is (103,102,92).

#67665c hex color red value is 103, green value is 102 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #67665c hue: 0.15 , saturation: 0.06 and the lightness value of 67665c is 0.38.

The process color (four color CMYK) of #67665c color hex is 0.00, 0.01, 0.11, 0.60. Web safe color of #67665c is #666666. Color #67665c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100110 01011100
Octal 147 146 134
Decimal 103 102 92
Hex 67 66 5C

RGB Percentages of Color #67665c

%34.68
%34.34
%30.98

CMYK Percentages of Color #67665c

%0
%1
%11
%60

Triadic Colors of #67665c

#67665c #5c6766 #665c67

Analogous Colors of #67665c

#67665c #63675c #67615c

Monochromatic Colors of #67665c

#67665c

Complementary Color

#67665c #5c5d67

#67665c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67665c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67665c Color CSS Codes

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

#67665c Text Font Color

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

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


#67665c Background Color

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

This div background color is #67665c


#67665c Border Color

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

This div border color is #67665c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67665c


Comments

No comments written yet.

Please login to write comment.