COLOR #399391

HEX: #399391
RGB: (57,147,145)

Color info

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

RGB color model

#399391 color RGB value is (57,147,145).

  • red value is 57;
  • green value is 147;
  • blue value is 145.
RGB:
(57,147,145)
(22%,58%,57%)

RGB channels and saturation

R 57 of 255 = 22%
G 147 of 255 = 58%
B 145 of 255 = 57%

57
147
145

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

Portions of RGB colors in percentages

R + G + B =
57 + 147 + 145 = 349 (100%)
R 57 of 349 ~ 16.33%
G 147 of 349 ~ 42.12%
B 145 of 349 ~ 41.55%

%16.33
%42.12
%41.55

CMYK color model

#399391 color CMYK value is (61,0,1,42).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 42.35%
CMYK:
(61,0,1,42)
C61M0Y1K42 
(61%,0%,1%,42%)
(0.61/0.00/0.01/0.42)	

CMYK percentages

%61.22
%0
%1.36
%42.35

Codes

Color #399391 in popluar color models

399391
RGB57147145
HSL179°44.12%40.00%
HSB/HSV179°61.22%57.65%
CMYK61.22%0.00%1.36%
42.35%

Color #399391 in popluar number systems.

HEX399391
Decimal57147145
Binary1110011001001110010001
Octal71223221

Shades and tints

Shades of #399391

#399391
(57,147,145)
#348684
(52,134,132)
#2F7977
(47,121,119)
#2A6C6A
(42,108,106)
#255F5D
(37,95,93)
#205250
(32,82,80)
#1B4543
(27,69,67)
#163836
(22,56,54)
#112B29
(17,43,41)
#0C1E1C
(12,30,28)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #399391

#399391
(57,147,145)
#4B9C9B
(75,156,155)
#5DA5A5
(93,165,165)
#6FAEAF
(111,174,175)
#81B7B9
(129,183,185)
#93C0C3
(147,192,195)
#A5C9CD
(165,201,205)
#B7D2D7
(183,210,215)
#C9DBE1
(201,219,225)
#DBE4EB
(219,228,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399391 color. Also use rgb(57,147,145) instead hex code.

Text Font Color

.myTextColor { color: #399391; }

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

This text font color is #399391.


Background Color

.myBgColor { background-color: #399391; }

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

This div background color is #399391.


Border color

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

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

This div border color is #399391.


Opacity

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

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

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

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

This text has shadow with #399391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399391 on black background.


Color preview on white background

This text has color #399391 on white background.



Black color preview on #399391 background

This text has black color on #399391 background.


White color preview on #399391 background

This text has white color on #399391 background.