COLOR #397B76

HEX: #397B76
RGB: (57,123,118)

Color info

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

RGB color model

#397B76 color RGB value is (57,123,118).

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

RGB channels and saturation

R 57 of 255 = 22%
G 123 of 255 = 48%
B 118 of 255 = 46%

57
123
118

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

Portions of RGB colors in percentages

R + G + B =
57 + 123 + 118 = 298 (100%)
R 57 of 298 ~ 19.13%
G 123 of 298 ~ 41.28%
B 118 of 298 ~ 39.6%

%19.13
%41.28
%39.6

CMYK color model

#397B76 color CMYK value is (54,0,4,52).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 51.76%
CMYK:
(54,0,4,52)
C54M0Y4K52 
(54%,0%,4%,52%)
(0.54/0.00/0.04/0.52)	

CMYK percentages

%53.66
%0
%4.07
%51.76

Codes

Color #397B76 in popluar color models

397B76
RGB57123118
HSL175°36.67%35.29%
HSB/HSV175°53.66%48.24%
CMYK53.66%0.00%4.07%
51.76%

Color #397B76 in popluar number systems.

HEX397B76
Decimal57123118
Binary11100111110111110110
Octal71173166

Shades and tints

Shades of #397B76

#397B76
(57,123,118)
#34706C
(52,112,108)
#2F6562
(47,101,98)
#2A5A58
(42,90,88)
#254F4E
(37,79,78)
#204444
(32,68,68)
#1B393A
(27,57,58)
#162E30
(22,46,48)
#112326
(17,35,38)
#0C181C
(12,24,28)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #397B76

#397B76
(57,123,118)
#4B8782
(75,135,130)
#5D938E
(93,147,142)
#6F9F9A
(111,159,154)
#81ABA6
(129,171,166)
#93B7B2
(147,183,178)
#A5C3BE
(165,195,190)
#B7CFCA
(183,207,202)
#C9DBD6
(201,219,214)
#DBE7E2
(219,231,226)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397B76; }

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

This text font color is #397B76.


Background Color

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

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

This div background color is #397B76.


Border color

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

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

This div border color is #397B76.


Opacity

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

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

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

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

This text has shadow with #397B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397B76 on black background.


Color preview on white background

This text has color #397B76 on white background.



Black color preview on #397B76 background

This text has black color on #397B76 background.


White color preview on #397B76 background

This text has white color on #397B76 background.