COLOR #397C5F

HEX: #397C5F
RGB: (57,124,95)

Color info

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

RGB color model

#397C5F color RGB value is (57,124,95).

  • red value is 57;
  • green value is 124;
  • blue value is 95.
RGB: (57,124,95) (22%,49%,37%)

RGB channels and saturation

R 57 of 255 = 22%
G 124 of 255 = 49%
B 95 of 255 = 37%

57
124
95

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

Portions of RGB colors in percentages

R + G + B =
57 + 124 + 95 = 276 (100%)
R 57 of 276 ~ 20.65%
G 124 of 276 ~ 44.93%
B 95 of 276 ~ 34.42%

%20.65
%44.93
%34.42

CMYK color model

#397C5F color CMYK value is (54,0,23,51).

  • cyan value is 54.03%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 51.37%
CMYK: (54,0,23,51) C54M0Y23K51 (54%,0%,23%,51%) (0.54/0.00/0.23/0.51)

CMYK percentages

%54.03
%0
%23.39
%51.37

Codes

Color #397C5F in popluar color models

397C5F
RGB5712495
HSL154°37.02%35.49%
HSB/HSV154°54.03%48.63%
CMYK54.03%0.00%23.39%
51.37%

Color #397C5F in popluar number systems.

HEX397C5F
Decimal5712495
Binary11100111111001011111
Octal71174137

Shades and tints

Shades of #397C5F

#397C5F
(57,124,95)
#347157
(52,113,87)
#2F664F
(47,102,79)
#2A5B47
(42,91,71)
#25503F
(37,80,63)
#204537
(32,69,55)
#1B3A2F
(27,58,47)
#162F27
(22,47,39)
#11241F
(17,36,31)
#0C1917
(12,25,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #397C5F

#397C5F
(57,124,95)
#4B876D
(75,135,109)
#5D927B
(93,146,123)
#6F9D89
(111,157,137)
#81A897
(129,168,151)
#93B3A5
(147,179,165)
#A5BEB3
(165,190,179)
#B7C9C1
(183,201,193)
#C9D4CF
(201,212,207)
#DBDFDD
(219,223,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397C5F; }

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

This text font color is #397C5F.


Background Color

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

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

This div background color is #397C5F.


Border color

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

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

This div border color is #397C5F.


Opacity

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

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

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

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

This text has shadow with #397C5F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #397C5F on black background.


Color preview on white background

This text has color #397C5F on white background.



Black color preview on #397C5F background

This text has black color on #397C5F background.


White color preview on #397C5F background

This text has white color on #397C5F background.