COLOR #397E64

HEX: #397E64
RGB: (57,126,100)

Color info

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

RGB color model

#397E64 color RGB value is (57,126,100).

  • red value is 57;
  • green value is 126;
  • blue value is 100.
RGB:
(57,126,100)
(22%,49%,39%)

RGB channels and saturation

R 57 of 255 = 22%
G 126 of 255 = 49%
B 100 of 255 = 39%

57
126
100

R + G + B ~ 37%. #397E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 126 + 100 = 283 (100%)
R 57 of 283 ~ 20.14%
G 126 of 283 ~ 44.52%
B 100 of 283 ~ 35.34%

%20.14
%44.52
%35.34

CMYK color model

#397E64 color CMYK value is (55,0,21,51).

  • cyan value is 54.76%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 50.59%
CMYK:
(55,0,21,51)
C55M0Y21K51 
(55%,0%,21%,51%)
(0.55/0.00/0.21/0.51)	

CMYK percentages

%54.76
%0
%20.63
%50.59

Codes

Color #397E64 in popluar color models

397E64
RGB57126100
HSL157°37.70%35.88%
HSB/HSV157°54.76%49.41%
CMYK54.76%0.00%20.63%
50.59%

Color #397E64 in popluar number systems.

HEX397E64
Decimal57126100
Binary11100111111101100100
Octal71176144

Shades and tints

Shades of #397E64

#397E64
(57,126,100)
#34735B
(52,115,91)
#2F6852
(47,104,82)
#2A5D49
(42,93,73)
#255240
(37,82,64)
#204737
(32,71,55)
#1B3C2E
(27,60,46)
#163125
(22,49,37)
#11261C
(17,38,28)
#0C1B13
(12,27,19)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #397E64

#397E64
(57,126,100)
#4B8972
(75,137,114)
#5D9480
(93,148,128)
#6F9F8E
(111,159,142)
#81AA9C
(129,170,156)
#93B5AA
(147,181,170)
#A5C0B8
(165,192,184)
#B7CBC6
(183,203,198)
#C9D6D4
(201,214,212)
#DBE1E2
(219,225,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397E64 color. Also use rgb(57,126,100) instead hex code.

Text Font Color

.myTextColor { color: #397E64; }

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

This text font color is #397E64.


Background Color

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

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

This div background color is #397E64.


Border color

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

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

This div border color is #397E64.


Opacity

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

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

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

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

This text has shadow with #397E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397E64 on black background.


Color preview on white background

This text has color #397E64 on white background.



Black color preview on #397E64 background

This text has black color on #397E64 background.


White color preview on #397E64 background

This text has white color on #397E64 background.