Color Hex Logo

#3fb146 Color Hex

#3FB146
(63,177,70)
0 Favorites   0 Comments

Color spaces of #3fb146

RGB 6317770
HSL0.340.480.47
HSV124°64°69°
CMYK 0.640.000.60   0.31
XYZ18.877532.943211.1581
Yxy32.94320.29970.5231
Hunter Lab57.3962-41.735028.6510
CIE-Lab64.1149-53.598944.5368

#3fb146 color RGB value is (63,177,70).

#3fb146 hex color red value is 63, green value is 177 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #3fb146 hue: 0.34 , saturation: 0.48 and the lightness value of 3fb146 is 0.47.

The process color (four color CMYK) of #3fb146 color hex is 0.64, 0.00, 0.60, 0.31. Web safe color of #3fb146 is #339933. Color #3fb146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10110001 01000110
Octal 77 261 106
Decimal 63 177 70
Hex 3F B1 46

RGB Percentages of Color #3fb146

%20.32
%57.10
%22.58

CMYK Percentages of Color #3fb146

%64
%0
%60
%31

Triadic Colors of #3fb146

#3fb146 #463fb1 #b1463f

Analogous Colors of #3fb146

#3fb146 #3fb17f #71b13f

Monochromatic Colors of #3fb146

#3fb146

Complementary Color

#3fb146 #b13faa

#3fb146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb146 Color CSS Codes

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

#3fb146 Text Font Color

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

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


#3fb146 Background Color

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

This div background color is #3fb146


#3fb146 Border Color

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

This div border color is #3fb146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb146


Comments

No comments written yet.

Please login to write comment.