Color Hex Logo

#3bcb47 Color Hex

#3BCB47
(59,203,71)
0 Favorites   0 Comments

Color spaces of #3bcb47

RGB 5920371
HSL0.350.580.51
HSV125°71°80°
CMYK 0.710.000.65   0.20
XYZ24.296944.096613.1922
Yxy44.09660.29780.5405
Hunter Lab66.4053-50.898234.7050
CIE-Lab72.2930-63.246053.2642

#3bcb47 color RGB value is (59,203,71).

#3bcb47 hex color red value is 59, green value is 203 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #3bcb47 hue: 0.35 , saturation: 0.58 and the lightness value of 3bcb47 is 0.51.

The process color (four color CMYK) of #3bcb47 color hex is 0.71, 0.00, 0.65, 0.20. Web safe color of #3bcb47 is #33cc33. Color #3bcb47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 01000111
Octal 73 313 107
Decimal 59 203 71
Hex 3B CB 47

RGB Percentages of Color #3bcb47

%17.72
%60.96
%21.32

CMYK Percentages of Color #3bcb47

%71
%0
%65
%20

Triadic Colors of #3bcb47

#3bcb47 #473bcb #cb473b

Analogous Colors of #3bcb47

#3bcb47 #3bcb8f #77cb3b

Monochromatic Colors of #3bcb47

#3bcb47

Complementary Color

#3bcb47 #cb3bbf

#3bcb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcb47 Color CSS Codes

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

#3bcb47 Text Font Color

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

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


#3bcb47 Background Color

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

This div background color is #3bcb47


#3bcb47 Border Color

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

This div border color is #3bcb47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,203,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bcb47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bcb47;
  -webkit-box-shadow: 1px 1px 3px 2px #3bcb47;
  box-shadow:         1px 1px 3px 2px #3bcb47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,203,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcb47


Comments

No comments written yet.

Please login to write comment.