Color Hex Logo

#3f7775 Color Hex

#3F7775
(63,119,117)
0 Favorites   0 Comments

Color spaces of #3f7775

RGB 63119117
HSL0.490.310.36
HSV178°47°47°
CMYK 0.470.000.02   0.53
XYZ11.857615.534819.2032
Yxy15.53480.25450.3334
Hunter Lab39.4142-15.2739-1.2970
CIE-Lab46.3581-18.9485-4.6450

#3f7775 color RGB value is (63,119,117).

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

The process color (four color CMYK) of #3f7775 color hex is 0.47, 0.00, 0.02, 0.53. Web safe color of #3f7775 is #336666. Color #3f7775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110111 01110101
Octal 77 167 165
Decimal 63 119 117
Hex 3F 77 75

RGB Percentages of Color #3f7775

%21.07
%39.80
%39.13

CMYK Percentages of Color #3f7775

%47
%0
%2
%53

Triadic Colors of #3f7775

#3f7775 #753f77 #77753f

Analogous Colors of #3f7775

#3f7775 #3f5d77 #3f7759

Monochromatic Colors of #3f7775

#3f7775

Complementary Color

#3f7775 #773f41

#3f7775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f7775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f7775 Color CSS Codes

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

#3f7775 Text Font Color

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

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


#3f7775 Background Color

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

This div background color is #3f7775


#3f7775 Border Color

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

This div border color is #3f7775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f7775


Comments

No comments written yet.

Please login to write comment.