COLOR #399197

HEX: #399197
RGB: (57,145,151)

Color info

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

RGB color model

#399197 color RGB value is (57,145,151).

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

RGB channels and saturation

R 57 of 255 = 22%
G 145 of 255 = 57%
B 151 of 255 = 59%

57
145
151

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

Portions of RGB colors in percentages

R + G + B =
57 + 145 + 151 = 353 (100%)
R 57 of 353 ~ 16.15%
G 145 of 353 ~ 41.08%
B 151 of 353 ~ 42.78%

%16.15
%41.08
%42.78

CMYK color model

#399197 color CMYK value is (62,4,0,41).

  • cyan value is 62.25%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(62,4,0,41)
C62M4Y0K41 
(62%,4%,0%,41%)
(0.62/0.04/0.00/0.41)	

CMYK percentages

%62.25
%3.97
%0
%40.78

Codes

Color #399197 in popluar color models

399197
RGB57145151
HSL184°45.19%40.78%
HSB/HSV184°62.25%59.22%
CMYK62.25%3.97%0.00%
40.78%

Color #399197 in popluar number systems.

HEX399197
Decimal57145151
Binary1110011001000110010111
Octal71221227

Shades and tints

Shades of #399197

#399197
(57,145,151)
#34848A
(52,132,138)
#2F777D
(47,119,125)
#2A6A70
(42,106,112)
#255D63
(37,93,99)
#205056
(32,80,86)
#1B4349
(27,67,73)
#16363C
(22,54,60)
#11292F
(17,41,47)
#0C1C22
(12,28,34)
#070F15
(7,15,21)
#000000
(0,0,0)

Tints of #399197

#399197
(57,145,151)
#4B9BA0
(75,155,160)
#5DA5A9
(93,165,169)
#6FAFB2
(111,175,178)
#81B9BB
(129,185,187)
#93C3C4
(147,195,196)
#A5CDCD
(165,205,205)
#B7D7D6
(183,215,214)
#C9E1DF
(201,225,223)
#DBEBE8
(219,235,232)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #399197; }

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

This text font color is #399197.


Background Color

.myBgColor { background-color: #399197; }

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

This div background color is #399197.


Border color

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

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

This div border color is #399197.


Opacity

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

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

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

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

This text has shadow with #399197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399197 on black background.


Color preview on white background

This text has color #399197 on white background.



Black color preview on #399197 background

This text has black color on #399197 background.


White color preview on #399197 background

This text has white color on #399197 background.