Color Hex Logo

#3f777e Color Hex

#3F777E
(63,119,126)
0 Favorites   0 Comments

Color spaces of #3f777e

RGB 63119126
HSL0.520.330.37
HSV187°50°49°
CMYK 0.500.060.00   0.51
XYZ12.412615.756822.1258
Yxy15.75680.24680.3133
Hunter Lab39.6948-13.6489-5.2617
CIE-Lab46.6538-16.3842-9.5588

#3f777e color RGB value is (63,119,126).

#3f777e hex color red value is 63, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3f777e hue: 0.52 , saturation: 0.33 and the lightness value of 3f777e is 0.37.

The process color (four color CMYK) of #3f777e color hex is 0.50, 0.06, 0.00, 0.51. Web safe color of #3f777e is #336666. Color #3f777e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110111 01111110
Octal 77 167 176
Decimal 63 119 126
Hex 3F 77 7E

RGB Percentages of Color #3f777e

%20.45
%38.64
%40.91

CMYK Percentages of Color #3f777e

%50
%6
%0
%51

Triadic Colors of #3f777e

#3f777e #7e3f77 #777e3f

Analogous Colors of #3f777e

#3f777e #3f587e #3f7e66

Monochromatic Colors of #3f777e

#3f777e

Complementary Color

#3f777e #7e463f

#3f777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f777e Color CSS Codes

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

#3f777e Text Font Color

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

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


#3f777e Background Color

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

This div background color is #3f777e


#3f777e Border Color

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

This div border color is #3f777e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f777e


Comments

No comments written yet.

Please login to write comment.