Color Hex Logo

#3b856f Color Hex

#3B856F
(59,133,111)
0 Favorites   0 Comments

Color spaces of #3b856f

RGB 59133111
HSL0.450.390.38
HSV162°56°52°
CMYK 0.560.000.17   0.48
XYZ13.060418.852617.9895
Yxy18.85260.26170.3778
Hunter Lab43.4196-22.29235.8288
CIE-Lab50.5143-28.68594.9353

#3b856f color RGB value is (59,133,111).

#3b856f hex color red value is 59, green value is 133 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #3b856f hue: 0.45 , saturation: 0.39 and the lightness value of 3b856f is 0.38.

The process color (four color CMYK) of #3b856f color hex is 0.56, 0.00, 0.17, 0.48. Web safe color of #3b856f is #339966. Color #3b856f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10000101 01101111
Octal 73 205 157
Decimal 59 133 111
Hex 3B 85 6F

RGB Percentages of Color #3b856f

%19.47
%43.89
%36.63

CMYK Percentages of Color #3b856f

%56
%0
%17
%48

Triadic Colors of #3b856f

#3b856f #6f3b85 #856f3b

Analogous Colors of #3b856f

#3b856f #3b7685 #3b854a

Monochromatic Colors of #3b856f

#3b856f

Complementary Color

#3b856f #853b51

#3b856f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b856f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b856f Color CSS Codes

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

#3b856f Text Font Color

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

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


#3b856f Background Color

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

This div background color is #3b856f


#3b856f Border Color

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

This div border color is #3b856f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b856f


Comments

No comments written yet.

Please login to write comment.