Color Hex Logo

#67718c Color Hex

#67718C
(103,113,140)
0 Favorites   0 Comments

Color spaces of #67718c

RGB 103113140
HSL0.620.150.48
HSV224°26°55°
CMYK 0.260.190.00   0.45
XYZ16.232316.587327.1571
Yxy16.58730.27060.2766
Hunter Lab40.7275-0.1304-11.0253
CIE-Lab47.73582.6837-16.0046

#67718c color RGB value is (103,113,140).

#67718c hex color red value is 103, green value is 113 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #67718c hue: 0.62 , saturation: 0.15 and the lightness value of 67718c is 0.48.

The process color (four color CMYK) of #67718c color hex is 0.26, 0.19, 0.00, 0.45. Web safe color of #67718c is #666699. Color #67718c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110001 10001100
Octal 147 161 214
Decimal 103 113 140
Hex 67 71 8C

RGB Percentages of Color #67718c

%28.93
%31.74
%39.33

CMYK Percentages of Color #67718c

%26
%19
%0
%45

Triadic Colors of #67718c

#67718c #8c6771 #718c67

Analogous Colors of #67718c

#67718c #70678c #67848c

Monochromatic Colors of #67718c

#67718c

Complementary Color

#67718c #8c8267

#67718c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67718c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67718c Color CSS Codes

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

#67718c Text Font Color

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

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


#67718c Background Color

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

This div background color is #67718c


#67718c Border Color

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

This div border color is #67718c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67718c


Comments

No comments written yet.

Please login to write comment.