COLOR #397E84

HEX: #397E84
RGB: (57,126,132)

Color info

#397E84 contains mainly green and blue colors. Web safe color of #397E84 is #336699 (or #369).

RGB color model

#397E84 color RGB value is (57,126,132).

  • red value is 57;
  • green value is 126;
  • blue value is 132.
RGB:
(57,126,132)
(22%,49%,52%)

RGB channels and saturation

R 57 of 255 = 22%
G 126 of 255 = 49%
B 132 of 255 = 52%

57
126
132

R + G + B ~ 41%. #397E84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 126 + 132 = 315 (100%)
R 57 of 315 ~ 18.1%
G 126 of 315 ~ 40%
B 132 of 315 ~ 41.9%

%18.1
%40
%41.9

CMYK color model

#397E84 color CMYK value is (57,5,0,48).

  • cyan value is 56.82%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(57,5,0,48)
C57M5Y0K48 
(57%,5%,0%,48%)
(0.57/0.05/0.00/0.48)	

CMYK percentages

%56.82
%4.55
%0
%48.24

Codes

Color #397E84 in popluar color models

397E84
RGB57126132
HSL185°39.68%37.06%
HSB/HSV185°56.82%51.76%
CMYK56.82%4.55%0.00%
48.24%

Color #397E84 in popluar number systems.

HEX397E84
Decimal57126132
Binary111001111111010000100
Octal71176204

Shades and tints

Shades of #397E84

#397E84
(57,126,132)
#347378
(52,115,120)
#2F686C
(47,104,108)
#2A5D60
(42,93,96)
#255254
(37,82,84)
#204748
(32,71,72)
#1B3C3C
(27,60,60)
#163130
(22,49,48)
#112624
(17,38,36)
#0C1B18
(12,27,24)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #397E84

#397E84
(57,126,132)
#4B898F
(75,137,143)
#5D949A
(93,148,154)
#6F9FA5
(111,159,165)
#81AAB0
(129,170,176)
#93B5BB
(147,181,187)
#A5C0C6
(165,192,198)
#B7CBD1
(183,203,209)
#C9D6DC
(201,214,220)
#DBE1E7
(219,225,231)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397E84 color. Also use rgb(57,126,132) instead hex code.

Text Font Color

.myTextColor { color: #397E84; }

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

This text font color is #397E84.


Background Color

.myBgColor { background-color: #397E84; }

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

This div background color is #397E84.


Border color

.myBorderColor { border: 1px solid #397E84; }

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

This div border color is #397E84.


Opacity

.myOpacity80 { color: #397E84; opacity: 0.8; }

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

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

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

This text has shadow with #397E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397E84 on black background.


Color preview on white background

This text has color #397E84 on white background.



Black color preview on #397E84 background

This text has black color on #397E84 background.


White color preview on #397E84 background

This text has white color on #397E84 background.