Color Hex Logo

#3f907d Color Hex

#3F907D
(63,144,125)
0 Favorites   0 Comments

Color spaces of #3f907d

RGB 63144125
HSL0.460.390.41
HSV166°56°56°
CMYK 0.560.000.13   0.44
XYZ15.724822.483922.9131
Yxy22.48390.25730.3679
Hunter Lab47.4172-23.78474.5417
CIE-Lab54.5367-29.55242.6540

#3f907d color RGB value is (63,144,125).

#3f907d hex color red value is 63, green value is 144 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3f907d hue: 0.46 , saturation: 0.39 and the lightness value of 3f907d is 0.41.

The process color (four color CMYK) of #3f907d color hex is 0.56, 0.00, 0.13, 0.44. Web safe color of #3f907d is #339966. Color #3f907d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10010000 01111101
Octal 77 220 175
Decimal 63 144 125
Hex 3F 90 7D

RGB Percentages of Color #3f907d

%18.98
%43.37
%37.65

CMYK Percentages of Color #3f907d

%56
%0
%13
%44

Triadic Colors of #3f907d

#3f907d #7d3f90 #907d3f

Analogous Colors of #3f907d

#3f907d #3f7b90 #3f9055

Monochromatic Colors of #3f907d

#3f907d

Complementary Color

#3f907d #903f52

#3f907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f907d Color CSS Codes

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

#3f907d Text Font Color

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

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


#3f907d Background Color

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

This div background color is #3f907d


#3f907d Border Color

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

This div border color is #3f907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f907d


Comments

No comments written yet.

Please login to write comment.