COLOR #3B9F80

HEX: #3B9F80
RGB: (59,159,128)

Color info

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

RGB color model

#3B9F80 color RGB value is (59,159,128).

  • red value is 59;
  • green value is 159;
  • blue value is 128.
RGB:
(59,159,128)
(23%,62%,50%)

RGB channels and saturation

R 59 of 255 = 23%
G 159 of 255 = 62%
B 128 of 255 = 50%

59
159
128

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

Portions of RGB colors in percentages

R + G + B =
59 + 159 + 128 = 346 (100%)
R 59 of 346 ~ 17.05%
G 159 of 346 ~ 45.95%
B 128 of 346 ~ 36.99%

%17.05
%45.95
%36.99

CMYK color model

#3B9F80 color CMYK value is (63,0,19,38).

  • cyan value is 62.89%
  • magenta value is 0.00%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(63,0,19,38)
C63M0Y19K38 
(63%,0%,19%,38%)
(0.63/0.00/0.19/0.38)	

CMYK percentages

%62.89
%0
%19.5
%37.65

Codes

Color #3B9F80 in popluar color models

3B9F80
RGB59159128
HSL161°45.87%42.75%
HSB/HSV161°62.89%62.35%
CMYK62.89%0.00%19.50%
37.65%

Color #3B9F80 in popluar number systems.

HEX3B9F80
Decimal59159128
Binary1110111001111110000000
Octal73237200

Shades and tints

Shades of #3B9F80

#3B9F80
(59,159,128)
#369175
(54,145,117)
#31836A
(49,131,106)
#2C755F
(44,117,95)
#276754
(39,103,84)
#225949
(34,89,73)
#1D4B3E
(29,75,62)
#183D33
(24,61,51)
#132F28
(19,47,40)
#0E211D
(14,33,29)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #3B9F80

#3B9F80
(59,159,128)
#4CA78B
(76,167,139)
#5DAF96
(93,175,150)
#6EB7A1
(110,183,161)
#7FBFAC
(127,191,172)
#90C7B7
(144,199,183)
#A1CFC2
(161,207,194)
#B2D7CD
(178,215,205)
#C3DFD8
(195,223,216)
#D4E7E3
(212,231,227)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9F80 color. Also use rgb(59,159,128) instead hex code.

Text Font Color

.myTextColor { color: #3B9F80; }

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

This text font color is #3B9F80.


Background Color

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

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

This div background color is #3B9F80.


Border color

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

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

This div border color is #3B9F80.


Opacity

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

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

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

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

This text has shadow with #3B9F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9F80 on black background.


Color preview on white background

This text has color #3B9F80 on white background.



Black color preview on #3B9F80 background

This text has black color on #3B9F80 background.


White color preview on #3B9F80 background

This text has white color on #3B9F80 background.