Color Hex Logo

#3b886f Color Hex

#3B886F
(59,136,111)
0 Favorites   0 Comments

Color spaces of #3b886f

RGB 59136111
HSL0.450.390.38
HSV161°57°53°
CMYK 0.570.000.18   0.47
XYZ13.477019.685818.1284
Yxy19.68580.26280.3838
Hunter Lab44.3687-23.42586.8330
CIE-Lab51.4801-30.13416.3187

#3b886f color RGB value is (59,136,111).

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

The process color (four color CMYK) of #3b886f color hex is 0.57, 0.00, 0.18, 0.47. Web safe color of #3b886f is #339966. Color #3b886f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10001000 01101111
Octal 73 210 157
Decimal 59 136 111
Hex 3B 88 6F

RGB Percentages of Color #3b886f

%19.28
%44.44
%36.27

CMYK Percentages of Color #3b886f

%57
%0
%18
%47

Triadic Colors of #3b886f

#3b886f #6f3b88 #886f3b

Analogous Colors of #3b886f

#3b886f #3b7b88 #3b8849

Monochromatic Colors of #3b886f

#3b886f

Complementary Color

#3b886f #883b54

#3b886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b886f Color CSS Codes

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

#3b886f Text Font Color

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

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


#3b886f Background Color

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

This div background color is #3b886f


#3b886f Border Color

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

This div border color is #3b886f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,136,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 #3b886f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b886f


Comments

No comments written yet.

Please login to write comment.