COLOR #397A7A

HEX: #397A7A
RGB: (57,122,122)

Color info

#397A7A contains mainly green and blue colors. Web safe color of #397A7A is #336666 (or #366).

RGB color model

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

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

RGB channels and saturation

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

57
122
122

R + G + B ~ 39%. #397A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 122 + 122 = 301 (100%)
R 57 of 301 ~ 18.94%
G 122 of 301 ~ 40.53%
B 122 of 301 ~ 40.53%

%18.94
%40.53
%40.53

CMYK color model

#397A7A color CMYK value is (53,0,0,52).

  • cyan value is 53.28%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(53,0,0,52)
C53M0Y0K52 
(53%,0%,0%,52%)
(0.53/0.00/0.00/0.52)	

CMYK percentages

%53.28
%0
%0
%52.16

Codes

Color #397A7A in popluar color models

397A7A
RGB57122122
HSL180°36.31%35.10%
HSB/HSV180°53.28%47.84%
CMYK53.28%0.00%0.00%
52.16%

Color #397A7A in popluar number systems.

HEX397A7A
Decimal57122122
Binary11100111110101111010
Octal71172172

Shades and tints

Shades of #397A7A

#397A7A
(57,122,122)
#346F6F
(52,111,111)
#2F6464
(47,100,100)
#2A5959
(42,89,89)
#254E4E
(37,78,78)
#204343
(32,67,67)
#1B3838
(27,56,56)
#162D2D
(22,45,45)
#112222
(17,34,34)
#0C1717
(12,23,23)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #397A7A

#397A7A
(57,122,122)
#4B8686
(75,134,134)
#5D9292
(93,146,146)
#6F9E9E
(111,158,158)
#81AAAA
(129,170,170)
#93B6B6
(147,182,182)
#A5C2C2
(165,194,194)
#B7CECE
(183,206,206)
#C9DADA
(201,218,218)
#DBE6E6
(219,230,230)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397A7A; }

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

This text font color is #397A7A.


Background Color

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

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

This div background color is #397A7A.


Border color

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

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

This div border color is #397A7A.


Opacity

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

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

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

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

This text has shadow with #397A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397A7A on black background.


Color preview on white background

This text has color #397A7A on white background.



Black color preview on #397A7A background

This text has black color on #397A7A background.


White color preview on #397A7A background

This text has white color on #397A7A background.