COLOR #399981

HEX: #399981
RGB: (57,153,129)

Color info

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

RGB color model

#399981 color RGB value is (57,153,129).

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

RGB channels and saturation

R 57 of 255 = 22%
G 153 of 255 = 60%
B 129 of 255 = 51%

57
153
129

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

Portions of RGB colors in percentages

R + G + B =
57 + 153 + 129 = 339 (100%)
R 57 of 339 ~ 16.81%
G 153 of 339 ~ 45.13%
B 129 of 339 ~ 38.05%

%16.81
%45.13
%38.05

CMYK color model

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

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

CMYK percentages

%62.75
%0
%15.69
%40

Codes

Color #399981 in popluar color models

399981
RGB57153129
HSL165°45.71%41.18%
HSB/HSV165°62.75%60.00%
CMYK62.75%0.00%15.69%
40.00%

Color #399981 in popluar number systems.

HEX399981
Decimal57153129
Binary1110011001100110000001
Octal71231201

Shades and tints

Shades of #399981

#399981
(57,153,129)
#348C76
(52,140,118)
#2F7F6B
(47,127,107)
#2A7260
(42,114,96)
#256555
(37,101,85)
#20584A
(32,88,74)
#1B4B3F
(27,75,63)
#163E34
(22,62,52)
#113129
(17,49,41)
#0C241E
(12,36,30)
#071713
(7,23,19)
#000000
(0,0,0)

Tints of #399981

#399981
(57,153,129)
#4BA28C
(75,162,140)
#5DAB97
(93,171,151)
#6FB4A2
(111,180,162)
#81BDAD
(129,189,173)
#93C6B8
(147,198,184)
#A5CFC3
(165,207,195)
#B7D8CE
(183,216,206)
#C9E1D9
(201,225,217)
#DBEAE4
(219,234,228)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #399981; }

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

This text font color is #399981.


Background Color

.myBgColor { background-color: #399981; }

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

This div background color is #399981.


Border color

.myBorderColor { border: 1px solid #399981; }

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

This div border color is #399981.


Opacity

.myOpacity80 { color: #399981; opacity: 0.8; }

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

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

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

This text has shadow with #399981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399981 on black background.


Color preview on white background

This text has color #399981 on white background.



Black color preview on #399981 background

This text has black color on #399981 background.


White color preview on #399981 background

This text has white color on #399981 background.