COLOR #3B9597

HEX: #3B9597
RGB: (59,149,151)

Color info

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

RGB color model

#3B9597 color RGB value is (59,149,151).

  • red value is 59;
  • green value is 149;
  • blue value is 151.
RGB:
(59,149,151)
(23%,58%,59%)

RGB channels and saturation

R 59 of 255 = 23%
G 149 of 255 = 58%
B 151 of 255 = 59%

59
149
151

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

Portions of RGB colors in percentages

R + G + B =
59 + 149 + 151 = 359 (100%)
R 59 of 359 ~ 16.43%
G 149 of 359 ~ 41.5%
B 151 of 359 ~ 42.06%

%16.43
%41.5
%42.06

CMYK color model

#3B9597 color CMYK value is (61,1,0,41).

  • cyan value is 60.93%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(61,1,0,41)
C61M1Y0K41 
(61%,1%,0%,41%)
(0.61/0.01/0.00/0.41)	

CMYK percentages

%60.93
%1.32
%0
%40.78

Codes

Color #3B9597 in popluar color models

3B9597
RGB59149151
HSL181°43.81%41.18%
HSB/HSV181°60.93%59.22%
CMYK60.93%1.32%0.00%
40.78%

Color #3B9597 in popluar number systems.

HEX3B9597
Decimal59149151
Binary1110111001010110010111
Octal73225227

Shades and tints

Shades of #3B9597

#3B9597
(59,149,151)
#36888A
(54,136,138)
#317B7D
(49,123,125)
#2C6E70
(44,110,112)
#276163
(39,97,99)
#225456
(34,84,86)
#1D4749
(29,71,73)
#183A3C
(24,58,60)
#132D2F
(19,45,47)
#0E2022
(14,32,34)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #3B9597

#3B9597
(59,149,151)
#4C9EA0
(76,158,160)
#5DA7A9
(93,167,169)
#6EB0B2
(110,176,178)
#7FB9BB
(127,185,187)
#90C2C4
(144,194,196)
#A1CBCD
(161,203,205)
#B2D4D6
(178,212,214)
#C3DDDF
(195,221,223)
#D4E6E8
(212,230,232)
#E5EFF1
(229,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9597 color. Also use rgb(59,149,151) instead hex code.

Text Font Color

.myTextColor { color: #3B9597; }

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

This text font color is #3B9597.


Background Color

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

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

This div background color is #3B9597.


Border color

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

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

This div border color is #3B9597.


Opacity

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

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

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

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

This text has shadow with #3B9597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9597 on black background.


Color preview on white background

This text has color #3B9597 on white background.



Black color preview on #3B9597 background

This text has black color on #3B9597 background.


White color preview on #3B9597 background

This text has white color on #3B9597 background.