Color Hex Logo

#3f676d Color Hex

#3F676D
(63,103,109)
0 Favorites   0 Comments

Color spaces of #3f676d

RGB 63103109
HSL0.520.270.34
HSV188°42°43°
CMYK 0.420.060.00   0.57
XYZ9.660511.861416.2483
Yxy11.86140.25580.3140
Hunter Lab34.4404-10.2016-3.8636
CIE-Lab40.9950-12.3274-7.8158

#3f676d color RGB value is (63,103,109).

#3f676d hex color red value is 63, green value is 103 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3f676d hue: 0.52 , saturation: 0.27 and the lightness value of 3f676d is 0.34.

The process color (four color CMYK) of #3f676d color hex is 0.42, 0.06, 0.00, 0.57. Web safe color of #3f676d is #336666. Color #3f676d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100111 01101101
Octal 77 147 155
Decimal 63 103 109
Hex 3F 67 6D

RGB Percentages of Color #3f676d

%22.91
%37.45
%39.64

CMYK Percentages of Color #3f676d

%42
%6
%0
%57

Triadic Colors of #3f676d

#3f676d #6d3f67 #676d3f

Analogous Colors of #3f676d

#3f676d #3f506d #3f6d5c

Monochromatic Colors of #3f676d

#3f676d

Complementary Color

#3f676d #6d453f

#3f676d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f676d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f676d Color CSS Codes

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

#3f676d Text Font Color

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

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


#3f676d Background Color

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

This div background color is #3f676d


#3f676d Border Color

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

This div border color is #3f676d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f676d


Comments

No comments written yet.

Please login to write comment.