Color Hex Logo

#3fb057 Color Hex

#3FB057
(63,176,87)
0 Favorites   0 Comments

Color spaces of #3fb057

RGB 6317687
HSL0.370.470.47
HSV133°64°69°
CMYK 0.640.000.51   0.31
XYZ19.295532.795514.3300
Yxy32.79550.29050.4938
Hunter Lab57.2674-40.074625.2510
CIE-Lab63.9950-50.944636.1901

#3fb057 color RGB value is (63,176,87).

#3fb057 hex color red value is 63, green value is 176 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #3fb057 hue: 0.37 , saturation: 0.47 and the lightness value of 3fb057 is 0.47.

The process color (four color CMYK) of #3fb057 color hex is 0.64, 0.00, 0.51, 0.31. Web safe color of #3fb057 is #339966. Color #3fb057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10110000 01010111
Octal 77 260 127
Decimal 63 176 87
Hex 3F B0 57

RGB Percentages of Color #3fb057

%19.33
%53.99
%26.69

CMYK Percentages of Color #3fb057

%64
%0
%51
%31

Triadic Colors of #3fb057

#3fb057 #573fb0 #b0573f

Analogous Colors of #3fb057

#3fb057 #3fb090 #60b03f

Monochromatic Colors of #3fb057

#3fb057

Complementary Color

#3fb057 #b03f98

#3fb057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb057 Color CSS Codes

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

#3fb057 Text Font Color

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

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


#3fb057 Background Color

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

This div background color is #3fb057


#3fb057 Border Color

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

This div border color is #3fb057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb057


Comments

No comments written yet.

Please login to write comment.