COLOR #399A82

HEX: #399A82
RGB: (57,154,130)

Color info

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

RGB color model

#399A82 color RGB value is (57,154,130).

  • red value is 57;
  • green value is 154;
  • blue value is 130.
RGB:
(57,154,130)
(22%,60%,51%)

RGB channels and saturation

R 57 of 255 = 22%
G 154 of 255 = 60%
B 130 of 255 = 51%

57
154
130

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

Portions of RGB colors in percentages

R + G + B =
57 + 154 + 130 = 341 (100%)
R 57 of 341 ~ 16.72%
G 154 of 341 ~ 45.16%
B 130 of 341 ~ 38.12%

%16.72
%45.16
%38.12

CMYK color model

#399A82 color CMYK value is (63,0,16,40).

  • cyan value is 62.99%
  • magenta value is 0.00%
  • yellow value is 15.58%
  • key color value is 39.61%
CMYK:
(63,0,16,40)
C63M0Y16K40 
(63%,0%,16%,40%)
(0.63/0.00/0.16/0.40)	

CMYK percentages

%62.99
%0
%15.58
%39.61

Codes

Color #399A82 in popluar color models

399A82
RGB57154130
HSL165°45.97%41.37%
HSB/HSV165°62.99%60.39%
CMYK62.99%0.00%15.58%
39.61%

Color #399A82 in popluar number systems.

HEX399A82
Decimal57154130
Binary1110011001101010000010
Octal71232202

Shades and tints

Shades of #399A82

#399A82
(57,154,130)
#348C77
(52,140,119)
#2F7E6C
(47,126,108)
#2A7061
(42,112,97)
#256256
(37,98,86)
#20544B
(32,84,75)
#1B4640
(27,70,64)
#163835
(22,56,53)
#112A2A
(17,42,42)
#0C1C1F
(12,28,31)
#070E14
(7,14,20)
#000000
(0,0,0)

Tints of #399A82

#399A82
(57,154,130)
#4BA38D
(75,163,141)
#5DAC98
(93,172,152)
#6FB5A3
(111,181,163)
#81BEAE
(129,190,174)
#93C7B9
(147,199,185)
#A5D0C4
(165,208,196)
#B7D9CF
(183,217,207)
#C9E2DA
(201,226,218)
#DBEBE5
(219,235,229)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399A82 color. Also use rgb(57,154,130) instead hex code.

Text Font Color

.myTextColor { color: #399A82; }

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

This text font color is #399A82.


Background Color

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

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

This div background color is #399A82.


Border color

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

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

This div border color is #399A82.


Opacity

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

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

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

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

This text has shadow with #399A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399A82 on black background.


Color preview on white background

This text has color #399A82 on white background.



Black color preview on #399A82 background

This text has black color on #399A82 background.


White color preview on #399A82 background

This text has white color on #399A82 background.