COLOR #397A6D

HEX: #397A6D RGB: (57,122,109)

Color info

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

RGB color model

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

RGB: (57,122,109) (22%, 48%, 43%)

RGB channels and saturation

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

57
122
109

R + G + B ~ 38%. #397A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 122 + 109 = 288 (100%)
R 57 of 288 ~ 19.79%
G 122 of 288 ~ 42.36%
B 109 of 288 ~ 37.85'%

%19.79
%42.36
%37.85

CMYK color model

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

  • cyan value is 53.28%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%

CMYK: (53,0,11,52)
C53M0Y11K52 (53%, 0%, 11%, 52%)
(0.53 / 0.00 / 0.11 / 0.52)

CMYK percentages

%53.28
%0
%10.66
%52.16

Codes

Color #397A6D in popluar color models

39 7A 6D
RGB 57 122 109
HSL 168° 36.31% 35.10%
HSB/HSV 168° 53.28% 47.84%
CMYK 53.28% 0.00% 10.66%
52.16%

Color #397A6D in popluar number systems.

HEX 39 7A 6D
Decimal 57 122 109
Binary 111001 1111010 1101101
Octal 71 172 155

Shades and tints

Shades of #397A6D

#397A6D
(57,122,109)
#346F64
(52,111,100)
#2F645B
(47,100,91)
#2A5952
(42,89,82)
#254E49
(37,78,73)
#204340
(32,67,64)
#1B3837
(27,56,55)
#162D2E
(22,45,46)
#112225
(17,34,37)
#0C171C
(12,23,28)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #397A6D

#397A6D
(57,122,109)
#4B867A
(75,134,122)
#5D9287
(93,146,135)
#6F9E94
(111,158,148)
#81AAA1
(129,170,161)
#93B6AE
(147,182,174)
#A5C2BB
(165,194,187)
#B7CEC8
(183,206,200)
#C9DAD5
(201,218,213)
#DBE6E2
(219,230,226)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397A6D; }

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

This text font color is #397A6D.

Background Color

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

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

This div background color is #397A6D.

Border color

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

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

This div border color is #397A6D.

Opacity

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

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

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

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

This text has shadow with #397A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #397A6D.

Preview

Color preview on black background

This text has color #397A6D on black background.


Color preview on white background

This text has color #397A6D on white background.


Black color preview on #397A6D background

This text has black color on #397A6D background.


White color preview on #397A6D background

This text has white color on #397A6D background.


Related colors

Complementary color

Complementary color for #hex is #C68592.


I love getcolorcode.com

Triadic colors

1 #6D397A and #7A6D39 with #397A6D are triadic colors.

2 #6D7A39 and #7A396D with #397A6D are triadic colors.