COLOR #397B75

HEX: #397B75 RGB: (57,123,117)

Color info

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

RGB color model

#397B75 color RGB value is (57,123,117).

RGB: (57,123,117) (22%, 48%, 46%)

RGB channels and saturation

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

57
123
117

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

Portions of RGB colors in percentages

R + G + B = 57 + 123 + 117 = 297 (100%)
R 57 of 297 ~ 19.19%
G 123 of 297 ~ 41.41%
B 117 of 297 ~ 39.39'%

%19.19
%41.41
%39.39

CMYK color model

#397B75 color CMYK value is (54,0,5,52).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 51.76%

CMYK: (54,0,5,52)
C54M0Y5K52 (54%, 0%, 5%, 52%)
(0.54 / 0.00 / 0.05 / 0.52)

CMYK percentages

%53.66
%0
%4.88
%51.76

Codes

Color #397B75 in popluar color models

39 7B 75
RGB 57 123 117
HSL 175° 36.67% 35.29%
HSB/HSV 175° 53.66% 48.24%
CMYK 53.66% 0.00% 4.88%
51.76%

Color #397B75 in popluar number systems.

HEX 39 7B 75
Decimal 57 123 117
Binary 111001 1111011 1110101
Octal 71 173 165

Shades and tints

Shades of #397B75

#397B75
(57,123,117)
#34706B
(52,112,107)
#2F6561
(47,101,97)
#2A5A57
(42,90,87)
#254F4D
(37,79,77)
#204443
(32,68,67)
#1B3939
(27,57,57)
#162E2F
(22,46,47)
#112325
(17,35,37)
#0C181B
(12,24,27)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #397B75

#397B75
(57,123,117)
#4B8781
(75,135,129)
#5D938D
(93,147,141)
#6F9F99
(111,159,153)
#81ABA5
(129,171,165)
#93B7B1
(147,183,177)
#A5C3BD
(165,195,189)
#B7CFC9
(183,207,201)
#C9DBD5
(201,219,213)
#DBE7E1
(219,231,225)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397B75; }

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

This text font color is #397B75.

Background Color

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

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

This div background color is #397B75.

Border color

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

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

This div border color is #397B75.

Opacity

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

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

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

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

This text has shadow with #397B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #397B75.

Preview

Color preview on black background

This text has color #397B75 on black background.


Color preview on white background

This text has color #397B75 on white background.


Black color preview on #397B75 background

This text has black color on #397B75 background.


White color preview on #397B75 background

This text has white color on #397B75 background.


Related colors

Complementary color

Complementary color for #hex is #C6848A.


I love getcolorcode.com

Triadic colors

1 #75397B and #7B7539 with #397B75 are triadic colors.

2 #757B39 and #7B3975 with #397B75 are triadic colors.