COLOR #3B998C

HEX: #3B998C
RGB: (59,153,140)

Color info

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

RGB color model

#3B998C color RGB value is (59,153,140).

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

RGB channels and saturation

R 59 of 255 = 23%
G 153 of 255 = 60%
B 140 of 255 = 55%

59
153
140

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

Portions of RGB colors in percentages

R + G + B =
59 + 153 + 140 = 352 (100%)
R 59 of 352 ~ 16.76%
G 153 of 352 ~ 43.47%
B 140 of 352 ~ 39.77%

%16.76
%43.47
%39.77

CMYK color model

#3B998C color CMYK value is (61,0,8,40).

  • cyan value is 61.44%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 40.00%
CMYK:
(61,0,8,40)
C61M0Y8K40 
(61%,0%,8%,40%)
(0.61/0.00/0.08/0.40)	

CMYK percentages

%61.44
%0
%8.5
%40

Codes

Color #3B998C in popluar color models

3B998C
RGB59153140
HSL172°44.34%41.57%
HSB/HSV172°61.44%60.00%
CMYK61.44%0.00%8.50%
40.00%

Color #3B998C in popluar number systems.

HEX3B998C
Decimal59153140
Binary1110111001100110001100
Octal73231214

Shades and tints

Shades of #3B998C

#3B998C
(59,153,140)
#368C80
(54,140,128)
#317F74
(49,127,116)
#2C7268
(44,114,104)
#27655C
(39,101,92)
#225850
(34,88,80)
#1D4B44
(29,75,68)
#183E38
(24,62,56)
#13312C
(19,49,44)
#0E2420
(14,36,32)
#091714
(9,23,20)
#000000
(0,0,0)

Tints of #3B998C

#3B998C
(59,153,140)
#4CA296
(76,162,150)
#5DABA0
(93,171,160)
#6EB4AA
(110,180,170)
#7FBDB4
(127,189,180)
#90C6BE
(144,198,190)
#A1CFC8
(161,207,200)
#B2D8D2
(178,216,210)
#C3E1DC
(195,225,220)
#D4EAE6
(212,234,230)
#E5F3F0
(229,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B998C; }

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

This text font color is #3B998C.


Background Color

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

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

This div background color is #3B998C.


Border color

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

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

This div border color is #3B998C.


Opacity

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

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

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

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

This text has shadow with #3B998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B998C on black background.


Color preview on white background

This text has color #3B998C on white background.



Black color preview on #3B998C background

This text has black color on #3B998C background.


White color preview on #3B998C background

This text has white color on #3B998C background.