COLOR #397A64

HEX: #397A64
RGB: (57,122,100)

Color info

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

RGB color model

#397A64 color RGB value is (57,122,100).

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

RGB channels and saturation

R 57 of 255 = 22%
G 122 of 255 = 48%
B 100 of 255 = 39%

57
122
100

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

Portions of RGB colors in percentages

R + G + B =
57 + 122 + 100 = 279 (100%)
R 57 of 279 ~ 20.43%
G 122 of 279 ~ 43.73%
B 100 of 279 ~ 35.84%

%20.43
%43.73
%35.84

CMYK color model

#397A64 color CMYK value is (53,0,18,52).

  • cyan value is 53.28%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(53,0,18,52)
C53M0Y18K52 
(53%,0%,18%,52%)
(0.53/0.00/0.18/0.52)	

CMYK percentages

%53.28
%0
%18.03
%52.16

Codes

Color #397A64 in popluar color models

397A64
RGB57122100
HSL160°36.31%35.10%
HSB/HSV160°53.28%47.84%
CMYK53.28%0.00%18.03%
52.16%

Color #397A64 in popluar number systems.

HEX397A64
Decimal57122100
Binary11100111110101100100
Octal71172144

Shades and tints

Shades of #397A64

#397A64
(57,122,100)
#346F5B
(52,111,91)
#2F6452
(47,100,82)
#2A5949
(42,89,73)
#254E40
(37,78,64)
#204337
(32,67,55)
#1B382E
(27,56,46)
#162D25
(22,45,37)
#11221C
(17,34,28)
#0C1713
(12,23,19)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #397A64

#397A64
(57,122,100)
#4B8672
(75,134,114)
#5D9280
(93,146,128)
#6F9E8E
(111,158,142)
#81AA9C
(129,170,156)
#93B6AA
(147,182,170)
#A5C2B8
(165,194,184)
#B7CEC6
(183,206,198)
#C9DAD4
(201,218,212)
#DBE6E2
(219,230,226)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397A64; }

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

This text font color is #397A64.


Background Color

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

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

This div background color is #397A64.


Border color

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

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

This div border color is #397A64.


Opacity

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

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

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

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

This text has shadow with #397A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397A64 on black background.


Color preview on white background

This text has color #397A64 on white background.



Black color preview on #397A64 background

This text has black color on #397A64 background.


White color preview on #397A64 background

This text has white color on #397A64 background.