COLOR #399D79

HEX: #399D79
RGB: (57,157,121)

Color info

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

RGB color model

#399D79 color RGB value is (57,157,121).

  • red value is 57;
  • green value is 157;
  • blue value is 121.
RGB:
(57,157,121)
(22%,62%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 157 of 255 = 62%
B 121 of 255 = 47%

57
157
121

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

Portions of RGB colors in percentages

R + G + B =
57 + 157 + 121 = 335 (100%)
R 57 of 335 ~ 17.01%
G 157 of 335 ~ 46.87%
B 121 of 335 ~ 36.12%

%17.01
%46.87
%36.12

CMYK color model

#399D79 color CMYK value is (64,0,23,38).

  • cyan value is 63.69%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 38.43%
CMYK:
(64,0,23,38)
C64M0Y23K38 
(64%,0%,23%,38%)
(0.64/0.00/0.23/0.38)	

CMYK percentages

%63.69
%0
%22.93
%38.43

Codes

Color #399D79 in popluar color models

399D79
RGB57157121
HSL158°46.73%41.96%
HSB/HSV158°63.69%61.57%
CMYK63.69%0.00%22.93%
38.43%

Color #399D79 in popluar number systems.

HEX399D79
Decimal57157121
Binary111001100111011111001
Octal71235171

Shades and tints

Shades of #399D79

#399D79
(57,157,121)
#348F6E
(52,143,110)
#2F8163
(47,129,99)
#2A7358
(42,115,88)
#25654D
(37,101,77)
#205742
(32,87,66)
#1B4937
(27,73,55)
#163B2C
(22,59,44)
#112D21
(17,45,33)
#0C1F16
(12,31,22)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #399D79

#399D79
(57,157,121)
#4BA585
(75,165,133)
#5DAD91
(93,173,145)
#6FB59D
(111,181,157)
#81BDA9
(129,189,169)
#93C5B5
(147,197,181)
#A5CDC1
(165,205,193)
#B7D5CD
(183,213,205)
#C9DDD9
(201,221,217)
#DBE5E5
(219,229,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399D79 color. Also use rgb(57,157,121) instead hex code.

Text Font Color

.myTextColor { color: #399D79; }

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

This text font color is #399D79.


Background Color

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

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

This div background color is #399D79.


Border color

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

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

This div border color is #399D79.


Opacity

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

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

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

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

This text has shadow with #399D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399D79 on black background.


Color preview on white background

This text has color #399D79 on white background.



Black color preview on #399D79 background

This text has black color on #399D79 background.


White color preview on #399D79 background

This text has white color on #399D79 background.