COLOR #399B7F

HEX: #399B7F
RGB: (57,155,127)

Color info

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

RGB color model

#399B7F color RGB value is (57,155,127).

  • red value is 57;
  • green value is 155;
  • blue value is 127.
RGB:
(57,155,127)
(22%,61%,50%)

RGB channels and saturation

R 57 of 255 = 22%
G 155 of 255 = 61%
B 127 of 255 = 50%

57
155
127

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

Portions of RGB colors in percentages

R + G + B =
57 + 155 + 127 = 339 (100%)
R 57 of 339 ~ 16.81%
G 155 of 339 ~ 45.72%
B 127 of 339 ~ 37.46%

%16.81
%45.72
%37.46

CMYK color model

#399B7F color CMYK value is (63,0,18,39).

  • cyan value is 63.23%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(63,0,18,39)
C63M0Y18K39 
(63%,0%,18%,39%)
(0.63/0.00/0.18/0.39)	

CMYK percentages

%63.23
%0
%18.06
%39.22

Codes

Color #399B7F in popluar color models

399B7F
RGB57155127
HSL163°46.23%41.57%
HSB/HSV163°63.23%60.78%
CMYK63.23%0.00%18.06%
39.22%

Color #399B7F in popluar number systems.

HEX399B7F
Decimal57155127
Binary111001100110111111111
Octal71233177

Shades and tints

Shades of #399B7F

#399B7F
(57,155,127)
#348D74
(52,141,116)
#2F7F69
(47,127,105)
#2A715E
(42,113,94)
#256353
(37,99,83)
#205548
(32,85,72)
#1B473D
(27,71,61)
#163932
(22,57,50)
#112B27
(17,43,39)
#0C1D1C
(12,29,28)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #399B7F

#399B7F
(57,155,127)
#4BA48A
(75,164,138)
#5DAD95
(93,173,149)
#6FB6A0
(111,182,160)
#81BFAB
(129,191,171)
#93C8B6
(147,200,182)
#A5D1C1
(165,209,193)
#B7DACC
(183,218,204)
#C9E3D7
(201,227,215)
#DBECE2
(219,236,226)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399B7F color. Also use rgb(57,155,127) instead hex code.

Text Font Color

.myTextColor { color: #399B7F; }

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

This text font color is #399B7F.


Background Color

.myBgColor { background-color: #399B7F; }

<div style="background-color:#399B7F">Inner text</div>

This div background color is #399B7F.


Border color

.myBorderColor { border: 1px solid #399B7F; }

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

This div border color is #399B7F.


Opacity

.myOpacity80 { color: #399B7F; opacity: 0.8; }

<p style="color:#399B7F;opacity:0.8;">80%</p>

Text with #399B7F 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 #399B7F;}

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

This text has shadow with #399B7F color.

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

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

This text has shadow with #399B7F primary color and red secondary color.


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

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

This text has shadow with #399B7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399B7F on black background.


Color preview on white background

This text has color #399B7F on white background.



Black color preview on #399B7F background

This text has black color on #399B7F background.


White color preview on #399B7F background

This text has white color on #399B7F background.