Color Hex Logo

#3f606c Color Hex

#3F606C
(63,96,108)
0 Favorites   0 Comments

Color spaces of #3f606c

RGB 6396108
HSL0.540.260.34
HSV196°42°42°
CMYK 0.420.110.00   0.58
XYZ8.939510.505215.7439
Yxy10.50520.25400.2985
Hunter Lab32.4117-7.4883-6.1117
CIE-Lab38.7343-8.5387-10.6043

#3f606c color RGB value is (63,96,108).

#3f606c hex color red value is 63, green value is 96 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #3f606c hue: 0.54 , saturation: 0.26 and the lightness value of 3f606c is 0.34.

The process color (four color CMYK) of #3f606c color hex is 0.42, 0.11, 0.00, 0.58. Web safe color of #3f606c is #336666. Color #3f606c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 01101100
Octal 77 140 154
Decimal 63 96 108
Hex 3F 60 6C

RGB Percentages of Color #3f606c

%23.60
%35.96
%40.45

CMYK Percentages of Color #3f606c

%42
%11
%0
%58

Triadic Colors of #3f606c

#3f606c #6c3f60 #606c3f

Analogous Colors of #3f606c

#3f606c #3f4a6c #3f6c62

Monochromatic Colors of #3f606c

#3f606c

Complementary Color

#3f606c #6c4b3f

#3f606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f606c Color CSS Codes

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

#3f606c Text Font Color

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

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


#3f606c Background Color

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

This div background color is #3f606c


#3f606c Border Color

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

This div border color is #3f606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f606c


Comments

No comments written yet.

Please login to write comment.