Color Hex Logo

#3f6077 Color Hex

#3F6077
(63,96,119)
0 Favorites   0 Comments

Color spaces of #3f6077

RGB 6396119
HSL0.570.310.36
HSV205°47°47°
CMYK 0.470.190.00   0.53
XYZ9.562510.754419.0246
Yxy10.75440.24310.2734
Hunter Lab32.7939-5.3398-11.4399
CIE-Lab39.1637-5.2256-16.7005

#3f6077 color RGB value is (63,96,119).

#3f6077 hex color red value is 63, green value is 96 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #3f6077 hue: 0.57 , saturation: 0.31 and the lightness value of 3f6077 is 0.36.

The process color (four color CMYK) of #3f6077 color hex is 0.47, 0.19, 0.00, 0.53. Web safe color of #3f6077 is #336666. Color #3f6077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 01110111
Octal 77 140 167
Decimal 63 96 119
Hex 3F 60 77

RGB Percentages of Color #3f6077

%22.66
%34.53
%42.81

CMYK Percentages of Color #3f6077

%47
%19
%0
%53

Triadic Colors of #3f6077

#3f6077 #773f60 #60773f

Analogous Colors of #3f6077

#3f6077 #3f4477 #3f7772

Monochromatic Colors of #3f6077

#3f6077

Complementary Color

#3f6077 #77563f

#3f6077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f6077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f6077 Color CSS Codes

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

#3f6077 Text Font Color

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

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


#3f6077 Background Color

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

This div background color is #3f6077


#3f6077 Border Color

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

This div border color is #3f6077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f6077


Comments

No comments written yet.

Please login to write comment.