COLOR #3B9872

HEX: #3B9872
RGB: (59,152,114)

Color info

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

RGB color model

#3B9872 color RGB value is (59,152,114).

  • red value is 59;
  • green value is 152;
  • blue value is 114.
RGB:
(59,152,114)
(23%,60%,45%)

RGB channels and saturation

R 59 of 255 = 23%
G 152 of 255 = 60%
B 114 of 255 = 45%

59
152
114

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

Portions of RGB colors in percentages

R + G + B =
59 + 152 + 114 = 325 (100%)
R 59 of 325 ~ 18.15%
G 152 of 325 ~ 46.77%
B 114 of 325 ~ 35.08%

%18.15
%46.77
%35.08

CMYK color model

#3B9872 color CMYK value is (61,0,25,40).

  • cyan value is 61.18%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(61,0,25,40)
C61M0Y25K40 
(61%,0%,25%,40%)
(0.61/0.00/0.25/0.40)	

CMYK percentages

%61.18
%0
%25
%40.39

Codes

Color #3B9872 in popluar color models

3B9872
RGB59152114
HSL155°44.08%41.37%
HSB/HSV155°61.18%59.61%
CMYK61.18%0.00%25.00%
40.39%

Color #3B9872 in popluar number systems.

HEX3B9872
Decimal59152114
Binary111011100110001110010
Octal73230162

Shades and tints

Shades of #3B9872

#3B9872
(59,152,114)
#368B68
(54,139,104)
#317E5E
(49,126,94)
#2C7154
(44,113,84)
#27644A
(39,100,74)
#225740
(34,87,64)
#1D4A36
(29,74,54)
#183D2C
(24,61,44)
#133022
(19,48,34)
#0E2318
(14,35,24)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #3B9872

#3B9872
(59,152,114)
#4CA17E
(76,161,126)
#5DAA8A
(93,170,138)
#6EB396
(110,179,150)
#7FBCA2
(127,188,162)
#90C5AE
(144,197,174)
#A1CEBA
(161,206,186)
#B2D7C6
(178,215,198)
#C3E0D2
(195,224,210)
#D4E9DE
(212,233,222)
#E5F2EA
(229,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9872 color. Also use rgb(59,152,114) instead hex code.

Text Font Color

.myTextColor { color: #3B9872; }

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

This text font color is #3B9872.


Background Color

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

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

This div background color is #3B9872.


Border color

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

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

This div border color is #3B9872.


Opacity

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

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

Text with #3B9872 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 #3B9872;}

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

This text has shadow with #3B9872 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3B9872;
-webkit-box-shadow: 1px 1px 3px 2px #3B9872;
box-shadow:1px 1px 3px 2px #3B9872;">
Div content here</div>
This div box has shadow with color #3B9872.

Preview

Color preview on black background

This text has color #3B9872 on black background.


Color preview on white background

This text has color #3B9872 on white background.



Black color preview on #3B9872 background

This text has black color on #3B9872 background.


White color preview on #3B9872 background

This text has white color on #3B9872 background.