COLOR #397C91

HEX: #397C91
RGB: (57,124,145)

Color info

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

RGB color model

#397C91 color RGB value is (57,124,145).

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

RGB channels and saturation

R 57 of 255 = 22%
G 124 of 255 = 49%
B 145 of 255 = 57%

57
124
145

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

Portions of RGB colors in percentages

R + G + B =
57 + 124 + 145 = 326 (100%)
R 57 of 326 ~ 17.48%
G 124 of 326 ~ 38.04%
B 145 of 326 ~ 44.48%

%17.48
%38.04
%44.48

CMYK color model

#397C91 color CMYK value is (61,14,0,43).

  • cyan value is 60.69%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(61,14,0,43)
C61M14Y0K43 
(61%,14%,0%,43%)
(0.61/0.14/0.00/0.43)	

CMYK percentages

%60.69
%14.48
%0
%43.14

Codes

Color #397C91 in popluar color models

397C91
RGB57124145
HSL194°43.56%39.61%
HSB/HSV194°60.69%56.86%
CMYK60.69%14.48%0.00%
43.14%

Color #397C91 in popluar number systems.

HEX397C91
Decimal57124145
Binary111001111110010010001
Octal71174221

Shades and tints

Shades of #397C91

#397C91
(57,124,145)
#347184
(52,113,132)
#2F6677
(47,102,119)
#2A5B6A
(42,91,106)
#25505D
(37,80,93)
#204550
(32,69,80)
#1B3A43
(27,58,67)
#162F36
(22,47,54)
#112429
(17,36,41)
#0C191C
(12,25,28)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #397C91

#397C91
(57,124,145)
#4B879B
(75,135,155)
#5D92A5
(93,146,165)
#6F9DAF
(111,157,175)
#81A8B9
(129,168,185)
#93B3C3
(147,179,195)
#A5BECD
(165,190,205)
#B7C9D7
(183,201,215)
#C9D4E1
(201,212,225)
#DBDFEB
(219,223,235)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397C91; }

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

This text font color is #397C91.


Background Color

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

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

This div background color is #397C91.


Border color

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

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

This div border color is #397C91.


Opacity

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

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

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

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

This text has shadow with #397C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397C91 on black background.


Color preview on white background

This text has color #397C91 on white background.



Black color preview on #397C91 background

This text has black color on #397C91 background.


White color preview on #397C91 background

This text has white color on #397C91 background.