COLOR #397D5E

HEX: #397D5E RGB: (57,125,94)

Color info

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

RGB color model

#397D5E color RGB value is (57,125,94).

RGB: (57,125,94) (22%, 49%, 37%)

RGB channels and saturation

R 57 of 255 = 22%
G 125 of 255 = 49%
B 94 of 255 = 37%

57
125
94

R + G + B ~ 36%. #397D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 125 + 94 = 276 (100%)
R 57 of 276 ~ 20.65%
G 125 of 276 ~ 45.29%
B 94 of 276 ~ 34.06'%

%20.65
%45.29
%34.06

CMYK color model

#397D5E color CMYK value is (54,0,25,51).

  • cyan value is 54.40%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 50.98%

CMYK: (54,0,25,51)
C54M0Y25K51 (54%, 0%, 25%, 51%)
(0.54 / 0.00 / 0.25 / 0.51)

CMYK percentages

%54.4
%0
%24.8
%50.98

Codes

Color #397D5E in popluar color models

39 7D 5E
RGB 57 125 94
HSL 153° 37.36% 35.69%
HSB/HSV 153° 54.40% 49.02%
CMYK 54.40% 0.00% 24.80%
50.98%

Color #397D5E in popluar number systems.

HEX 39 7D 5E
Decimal 57 125 94
Binary 111001 1111101 1011110
Octal 71 175 136

Shades and tints

Shades of #397D5E

#397D5E
(57,125,94)
#347256
(52,114,86)
#2F674E
(47,103,78)
#2A5C46
(42,92,70)
#25513E
(37,81,62)
#204636
(32,70,54)
#1B3B2E
(27,59,46)
#163026
(22,48,38)
#11251E
(17,37,30)
#0C1A16
(12,26,22)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #397D5E

#397D5E
(57,125,94)
#4B886C
(75,136,108)
#5D937A
(93,147,122)
#6F9E88
(111,158,136)
#81A996
(129,169,150)
#93B4A4
(147,180,164)
#A5BFB2
(165,191,178)
#B7CAC0
(183,202,192)
#C9D5CE
(201,213,206)
#DBE0DC
(219,224,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397D5E; }

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

This text font color is #397D5E.

Background Color

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

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

This div background color is #397D5E.

Border color

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

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

This div border color is #397D5E.

Opacity

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

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

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

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

This text has shadow with #397D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #397D5E.

Preview

Color preview on black background

This text has color #397D5E on black background.


Color preview on white background

This text has color #397D5E on white background.


Black color preview on #397D5E background

This text has black color on #397D5E background.


White color preview on #397D5E background

This text has white color on #397D5E background.


Related colors

Complementary color

Complementary color for #hex is #C682A1.


I love getcolorcode.com

Triadic colors

1 #5E397D and #7D5E39 with #397D5E are triadic colors.

2 #5E7D39 and #7D395E with #397D5E are triadic colors.