COLOR #397A54

HEX: #397A54
RGB: (57,122,84)

Color info

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

RGB color model

#397A54 color RGB value is (57,122,84).

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

RGB channels and saturation

R 57 of 255 = 22%
G 122 of 255 = 48%
B 84 of 255 = 33%

57
122
84

R + G + B ~ 34%. #397A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 122 + 84 = 263 (100%)
R 57 of 263 ~ 21.67%
G 122 of 263 ~ 46.39%
B 84 of 263 ~ 31.94%

%21.67
%46.39
%31.94

CMYK color model

#397A54 color CMYK value is (53,0,31,52).

  • cyan value is 53.28%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 52.16%
CMYK:
(53,0,31,52)
C53M0Y31K52 
(53%,0%,31%,52%)
(0.53/0.00/0.31/0.52)	

CMYK percentages

%53.28
%0
%31.15
%52.16

Codes

Color #397A54 in popluar color models

397A54
RGB5712284
HSL145°36.31%35.10%
HSB/HSV145°53.28%47.84%
CMYK53.28%0.00%31.15%
52.16%

Color #397A54 in popluar number systems.

HEX397A54
Decimal5712284
Binary11100111110101010100
Octal71172124

Shades and tints

Shades of #397A54

#397A54
(57,122,84)
#346F4D
(52,111,77)
#2F6446
(47,100,70)
#2A593F
(42,89,63)
#254E38
(37,78,56)
#204331
(32,67,49)
#1B382A
(27,56,42)
#162D23
(22,45,35)
#11221C
(17,34,28)
#0C1715
(12,23,21)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #397A54

#397A54
(57,122,84)
#4B8663
(75,134,99)
#5D9272
(93,146,114)
#6F9E81
(111,158,129)
#81AA90
(129,170,144)
#93B69F
(147,182,159)
#A5C2AE
(165,194,174)
#B7CEBD
(183,206,189)
#C9DACC
(201,218,204)
#DBE6DB
(219,230,219)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397A54; }

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

This text font color is #397A54.


Background Color

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

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

This div background color is #397A54.


Border color

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

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

This div border color is #397A54.


Opacity

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

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

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

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

This text has shadow with #397A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397A54 on black background.


Color preview on white background

This text has color #397A54 on white background.



Black color preview on #397A54 background

This text has black color on #397A54 background.


White color preview on #397A54 background

This text has white color on #397A54 background.