COLOR #399D99

HEX: #399D99
RGB: (57,157,153)

Color info

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

RGB color model

#399D99 color RGB value is (57,157,153).

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

RGB channels and saturation

R 57 of 255 = 22%
G 157 of 255 = 62%
B 153 of 255 = 60%

57
157
153

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

Portions of RGB colors in percentages

R + G + B =
57 + 157 + 153 = 367 (100%)
R 57 of 367 ~ 15.53%
G 157 of 367 ~ 42.78%
B 153 of 367 ~ 41.69%

%15.53
%42.78
%41.69

CMYK color model

#399D99 color CMYK value is (64,0,3,38).

  • cyan value is 63.69%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK:
(64,0,3,38)
C64M0Y3K38 
(64%,0%,3%,38%)
(0.64/0.00/0.03/0.38)	

CMYK percentages

%63.69
%0
%2.55
%38.43

Codes

Color #399D99 in popluar color models

399D99
RGB57157153
HSL178°46.73%41.96%
HSB/HSV178°63.69%61.57%
CMYK63.69%0.00%2.55%
38.43%

Color #399D99 in popluar number systems.

HEX399D99
Decimal57157153
Binary1110011001110110011001
Octal71235231

Shades and tints

Shades of #399D99

#399D99
(57,157,153)
#348F8C
(52,143,140)
#2F817F
(47,129,127)
#2A7372
(42,115,114)
#256565
(37,101,101)
#205758
(32,87,88)
#1B494B
(27,73,75)
#163B3E
(22,59,62)
#112D31
(17,45,49)
#0C1F24
(12,31,36)
#071117
(7,17,23)
#000000
(0,0,0)

Tints of #399D99

#399D99
(57,157,153)
#4BA5A2
(75,165,162)
#5DADAB
(93,173,171)
#6FB5B4
(111,181,180)
#81BDBD
(129,189,189)
#93C5C6
(147,197,198)
#A5CDCF
(165,205,207)
#B7D5D8
(183,213,216)
#C9DDE1
(201,221,225)
#DBE5EA
(219,229,234)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #399D99; }

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

This text font color is #399D99.


Background Color

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

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

This div background color is #399D99.


Border color

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

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

This div border color is #399D99.


Opacity

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

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

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

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

This text has shadow with #399D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399D99 on black background.


Color preview on white background

This text has color #399D99 on white background.



Black color preview on #399D99 background

This text has black color on #399D99 background.


White color preview on #399D99 background

This text has white color on #399D99 background.