COLOR #3B9989

HEX: #3B9989
RGB: (59,153,137)

Color info

#3B9989 contains mainly green and blue colors. Web safe color of #3B9989 is #339999 (or #399).

RGB color model

#3B9989 color RGB value is (59,153,137).

  • red value is 59;
  • green value is 153;
  • blue value is 137.
RGB:
(59,153,137)
(23%,60%,54%)

RGB channels and saturation

R 59 of 255 = 23%
G 153 of 255 = 60%
B 137 of 255 = 54%

59
153
137

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

Portions of RGB colors in percentages

R + G + B =
59 + 153 + 137 = 349 (100%)
R 59 of 349 ~ 16.91%
G 153 of 349 ~ 43.84%
B 137 of 349 ~ 39.26%

%16.91
%43.84
%39.26

CMYK color model

#3B9989 color CMYK value is (61,0,10,40).

  • cyan value is 61.44%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(61,0,10,40)
C61M0Y10K40 
(61%,0%,10%,40%)
(0.61/0.00/0.10/0.40)	

CMYK percentages

%61.44
%0
%10.46
%40

Codes

Color #3B9989 in popluar color models

3B9989
RGB59153137
HSL170°44.34%41.57%
HSB/HSV170°61.44%60.00%
CMYK61.44%0.00%10.46%
40.00%

Color #3B9989 in popluar number systems.

HEX3B9989
Decimal59153137
Binary1110111001100110001001
Octal73231211

Shades and tints

Shades of #3B9989

#3B9989
(59,153,137)
#368C7D
(54,140,125)
#317F71
(49,127,113)
#2C7265
(44,114,101)
#276559
(39,101,89)
#22584D
(34,88,77)
#1D4B41
(29,75,65)
#183E35
(24,62,53)
#133129
(19,49,41)
#0E241D
(14,36,29)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #3B9989

#3B9989
(59,153,137)
#4CA293
(76,162,147)
#5DAB9D
(93,171,157)
#6EB4A7
(110,180,167)
#7FBDB1
(127,189,177)
#90C6BB
(144,198,187)
#A1CFC5
(161,207,197)
#B2D8CF
(178,216,207)
#C3E1D9
(195,225,217)
#D4EAE3
(212,234,227)
#E5F3ED
(229,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9989 color. Also use rgb(59,153,137) instead hex code.

Text Font Color

.myTextColor { color: #3B9989; }

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

This text font color is #3B9989.


Background Color

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

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

This div background color is #3B9989.


Border color

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

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

This div border color is #3B9989.


Opacity

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

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

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

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

This text has shadow with #3B9989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9989 on black background.


Color preview on white background

This text has color #3B9989 on white background.



Black color preview on #3B9989 background

This text has black color on #3B9989 background.


White color preview on #3B9989 background

This text has white color on #3B9989 background.