COLOR #39988C

HEX: #39988C
RGB: (57,152,140)

Color info

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

RGB color model

#39988C color RGB value is (57,152,140).

  • red value is 57;
  • green value is 152;
  • blue value is 140.
RGB:
(57,152,140)
(22%,60%,55%)

RGB channels and saturation

R 57 of 255 = 22%
G 152 of 255 = 60%
B 140 of 255 = 55%

57
152
140

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

Portions of RGB colors in percentages

R + G + B =
57 + 152 + 140 = 349 (100%)
R 57 of 349 ~ 16.33%
G 152 of 349 ~ 43.55%
B 140 of 349 ~ 40.11%

%16.33
%43.55
%40.11

CMYK color model

#39988C color CMYK value is (63,0,8,40).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(63,0,8,40)
C63M0Y8K40 
(63%,0%,8%,40%)
(0.63/0.00/0.08/0.40)	

CMYK percentages

%62.5
%0
%7.89
%40.39

Codes

Color #39988C in popluar color models

39988C
RGB57152140
HSL172°45.45%40.98%
HSB/HSV172°62.50%59.61%
CMYK62.50%0.00%7.89%
40.39%

Color #39988C in popluar number systems.

HEX39988C
Decimal57152140
Binary1110011001100010001100
Octal71230214

Shades and tints

Shades of #39988C

#39988C
(57,152,140)
#348B80
(52,139,128)
#2F7E74
(47,126,116)
#2A7168
(42,113,104)
#25645C
(37,100,92)
#205750
(32,87,80)
#1B4A44
(27,74,68)
#163D38
(22,61,56)
#11302C
(17,48,44)
#0C2320
(12,35,32)
#071614
(7,22,20)
#000000
(0,0,0)

Tints of #39988C

#39988C
(57,152,140)
#4BA196
(75,161,150)
#5DAAA0
(93,170,160)
#6FB3AA
(111,179,170)
#81BCB4
(129,188,180)
#93C5BE
(147,197,190)
#A5CEC8
(165,206,200)
#B7D7D2
(183,215,210)
#C9E0DC
(201,224,220)
#DBE9E6
(219,233,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39988C color. Also use rgb(57,152,140) instead hex code.

Text Font Color

.myTextColor { color: #39988C; }

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

This text font color is #39988C.


Background Color

.myBgColor { background-color: #39988C; }

<div style="background-color:#39988C">Inner text</div>

This div background color is #39988C.


Border color

.myBorderColor { border: 1px solid #39988C; }

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

This div border color is #39988C.


Opacity

.myOpacity80 { color: #39988C; opacity: 0.8; }

<p style="color:#39988C;opacity:0.8;">80%</p>

Text with #39988C 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 #39988C;}

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

This text has shadow with #39988C color.

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

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

This text has shadow with #39988C primary color and red secondary color.


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

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

This text has shadow with #39988C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39988C on black background.


Color preview on white background

This text has color #39988C on white background.



Black color preview on #39988C background

This text has black color on #39988C background.


White color preview on #39988C background

This text has white color on #39988C background.