COLOR #3B997E

HEX: #3B997E
RGB: (59,153,126)

Color info

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

RGB color model

#3B997E color RGB value is (59,153,126).

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

RGB channels and saturation

R 59 of 255 = 23%
G 153 of 255 = 60%
B 126 of 255 = 49%

59
153
126

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

Portions of RGB colors in percentages

R + G + B =
59 + 153 + 126 = 338 (100%)
R 59 of 338 ~ 17.46%
G 153 of 338 ~ 45.27%
B 126 of 338 ~ 37.28%

%17.46
%45.27
%37.28

CMYK color model

#3B997E color CMYK value is (61,0,18,40).

  • cyan value is 61.44%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(61,0,18,40)
C61M0Y18K40 
(61%,0%,18%,40%)
(0.61/0.00/0.18/0.40)	

CMYK percentages

%61.44
%0
%17.65
%40

Codes

Color #3B997E in popluar color models

3B997E
RGB59153126
HSL163°44.34%41.57%
HSB/HSV163°61.44%60.00%
CMYK61.44%0.00%17.65%
40.00%

Color #3B997E in popluar number systems.

HEX3B997E
Decimal59153126
Binary111011100110011111110
Octal73231176

Shades and tints

Shades of #3B997E

#3B997E
(59,153,126)
#368C73
(54,140,115)
#317F68
(49,127,104)
#2C725D
(44,114,93)
#276552
(39,101,82)
#225847
(34,88,71)
#1D4B3C
(29,75,60)
#183E31
(24,62,49)
#133126
(19,49,38)
#0E241B
(14,36,27)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #3B997E

#3B997E
(59,153,126)
#4CA289
(76,162,137)
#5DAB94
(93,171,148)
#6EB49F
(110,180,159)
#7FBDAA
(127,189,170)
#90C6B5
(144,198,181)
#A1CFC0
(161,207,192)
#B2D8CB
(178,216,203)
#C3E1D6
(195,225,214)
#D4EAE1
(212,234,225)
#E5F3EC
(229,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B997E; }

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

This text font color is #3B997E.


Background Color

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

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

This div background color is #3B997E.


Border color

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

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

This div border color is #3B997E.


Opacity

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

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

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

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

This text has shadow with #3B997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B997E on black background.


Color preview on white background

This text has color #3B997E on white background.



Black color preview on #3B997E background

This text has black color on #3B997E background.


White color preview on #3B997E background

This text has white color on #3B997E background.