COLOR #3B886F

HEX: #3B886F
RGB: (59,136,111)

Color info

#3B886F contains mainly green and blue colors. Web safe color of #3B886F is #339966 (or #396).

RGB color model

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

  • red value is 59;
  • green value is 136;
  • blue value is 111.
RGB:
(59,136,111)
(23%,53%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 136 of 255 = 53%
B 111 of 255 = 44%

59
136
111

R + G + B ~ 40%. #3B886F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 136 + 111 = 306 (100%)
R 59 of 306 ~ 19.28%
G 136 of 306 ~ 44.44%
B 111 of 306 ~ 36.27%

%19.28
%44.44
%36.27

CMYK color model

#3B886F color CMYK value is (57,0,18,47).

  • cyan value is 56.62%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK:
(57,0,18,47)
C57M0Y18K47 
(57%,0%,18%,47%)
(0.57/0.00/0.18/0.47)	

CMYK percentages

%56.62
%0
%18.38
%46.67

Codes

Color #3B886F in popluar color models

3B886F
RGB59136111
HSL161°39.49%38.24%
HSB/HSV161°56.62%53.33%
CMYK56.62%0.00%18.38%
46.67%

Color #3B886F in popluar number systems.

HEX3B886F
Decimal59136111
Binary111011100010001101111
Octal73210157

Shades and tints

Shades of #3B886F

#3B886F
(59,136,111)
#367C65
(54,124,101)
#31705B
(49,112,91)
#2C6451
(44,100,81)
#275847
(39,88,71)
#224C3D
(34,76,61)
#1D4033
(29,64,51)
#183429
(24,52,41)
#13281F
(19,40,31)
#0E1C15
(14,28,21)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #3B886F

#3B886F
(59,136,111)
#4C927C
(76,146,124)
#5D9C89
(93,156,137)
#6EA696
(110,166,150)
#7FB0A3
(127,176,163)
#90BAB0
(144,186,176)
#A1C4BD
(161,196,189)
#B2CECA
(178,206,202)
#C3D8D7
(195,216,215)
#D4E2E4
(212,226,228)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B886F color. Also use rgb(59,136,111) instead hex code.

Text Font Color

.myTextColor { color: #3B886F; }

<p style="color:#3B886F">This sample text font color is #3B886F.</p>

This text font color is #3B886F.


Background Color

.myBgColor { background-color: #3B886F; }

<div style="background-color:#3B886F">Inner text</div>

This div background color is #3B886F.


Border color

.myBorderColor { border: 1px solid #3B886F; }

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

This div border color is #3B886F.


Opacity

.myOpacity80 { color: #3B886F; opacity: 0.8; }

<p style="color:#3B886F;opacity:0.8;">80%</p>

Text with #3B886F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3B886F;}

<p style="text-shadow: 3px 3px 1px #3B886F">Text here.</p>

This text has shadow with #3B886F color.

.textShadow {text-shadow: 3px 3px 1px #3B886F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3B886F, 5px 5px 20px red">Text here.</p>

This text has shadow with #3B886F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3B886F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3B886F, Direction=45, Strength=4)">Text</p>

This text has shadow with #3B886F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3B886F;
  -webkit-box-shadow:	1px 1px 3px 2px #3B886F;
  box-shadow:		1px 1px 3px 2px #3B886F;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #3B886F on black background.


Color preview on white background

This text has color #3B886F on white background.



Black color preview on #3B886F background

This text has black color on #3B886F background.


White color preview on #3B886F background

This text has white color on #3B886F background.