Color Hex Logo

#67747f Color Hex

#67747F
(103,116,127)
0 Favorites   0 Comments

Color spaces of #67747f

RGB 103116127
HSL0.580.100.45
HSV208°19°50°
CMYK 0.190.090.00   0.50
XYZ15.669716.906722.5161
Yxy16.90670.28440.3069
Hunter Lab41.1178-3.9309-3.6848
CIE-Lab48.1423-2.3111-7.6798

#67747f color RGB value is (103,116,127).

#67747f hex color red value is 103, green value is 116 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #67747f hue: 0.58 , saturation: 0.10 and the lightness value of 67747f is 0.45.

The process color (four color CMYK) of #67747f color hex is 0.19, 0.09, 0.00, 0.50. Web safe color of #67747f is #666666. Color #67747f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110100 01111111
Octal 147 164 177
Decimal 103 116 127
Hex 67 74 7F

RGB Percentages of Color #67747f

%29.77
%33.53
%36.71

CMYK Percentages of Color #67747f

%19
%9
%0
%50

Triadic Colors of #67747f

#67747f #7f6774 #747f67

Analogous Colors of #67747f

#67747f #67687f #677f7e

Monochromatic Colors of #67747f

#67747f

Complementary Color

#67747f #7f7267

#67747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67747f Color CSS Codes

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

#67747f Text Font Color

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

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


#67747f Background Color

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

This div background color is #67747f


#67747f Border Color

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

This div border color is #67747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67747f


Comments

No comments written yet.

Please login to write comment.