COLOR #397A81

HEX: #397A81
RGB: (57,122,129)

Color info

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

RGB color model

#397A81 color RGB value is (57,122,129).

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

RGB channels and saturation

R 57 of 255 = 22%
G 122 of 255 = 48%
B 129 of 255 = 51%

57
122
129

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

Portions of RGB colors in percentages

R + G + B =
57 + 122 + 129 = 308 (100%)
R 57 of 308 ~ 18.51%
G 122 of 308 ~ 39.61%
B 129 of 308 ~ 41.88%

%18.51
%39.61
%41.88

CMYK color model

#397A81 color CMYK value is (56,5,0,49).

  • cyan value is 55.81%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(56,5,0,49)
C56M5Y0K49 
(56%,5%,0%,49%)
(0.56/0.05/0.00/0.49)	

CMYK percentages

%55.81
%5.43
%0
%49.41

Codes

Color #397A81 in popluar color models

397A81
RGB57122129
HSL186°38.71%36.47%
HSB/HSV186°55.81%50.59%
CMYK55.81%5.43%0.00%
49.41%

Color #397A81 in popluar number systems.

HEX397A81
Decimal57122129
Binary111001111101010000001
Octal71172201

Shades and tints

Shades of #397A81

#397A81
(57,122,129)
#346F76
(52,111,118)
#2F646B
(47,100,107)
#2A5960
(42,89,96)
#254E55
(37,78,85)
#20434A
(32,67,74)
#1B383F
(27,56,63)
#162D34
(22,45,52)
#112229
(17,34,41)
#0C171E
(12,23,30)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #397A81

#397A81
(57,122,129)
#4B868C
(75,134,140)
#5D9297
(93,146,151)
#6F9EA2
(111,158,162)
#81AAAD
(129,170,173)
#93B6B8
(147,182,184)
#A5C2C3
(165,194,195)
#B7CECE
(183,206,206)
#C9DAD9
(201,218,217)
#DBE6E4
(219,230,228)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397A81; }

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

This text font color is #397A81.


Background Color

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

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

This div background color is #397A81.


Border color

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

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

This div border color is #397A81.


Opacity

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

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

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

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

This text has shadow with #397A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397A81 on black background.


Color preview on white background

This text has color #397A81 on white background.



Black color preview on #397A81 background

This text has black color on #397A81 background.


White color preview on #397A81 background

This text has white color on #397A81 background.