COLOR #397A48

HEX: #397A48
RGB: (57,122,72)

Color info

#397A48 contains mainly green and blue colors. Web safe color of #397A48 is #336633 (or #363).

RGB color model

#397A48 color RGB value is (57,122,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 122 of 255 = 48%
B 72 of 255 = 28%

57
122
72

R + G + B ~ 33%. #397A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 122 + 72 = 251 (100%)
R 57 of 251 ~ 22.71%
G 122 of 251 ~ 48.61%
B 72 of 251 ~ 28.69%

%22.71
%48.61
%28.69

CMYK color model

#397A48 color CMYK value is (53,0,41,52).

  • cyan value is 53.28%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 52.16%
CMYK:
(53,0,41,52)
C53M0Y41K52 
(53%,0%,41%,52%)
(0.53/0.00/0.41/0.52)	

CMYK percentages

%53.28
%0
%40.98
%52.16

Codes

Color #397A48 in popluar color models

397A48
RGB5712272
HSL134°36.31%35.10%
HSB/HSV134°53.28%47.84%
CMYK53.28%0.00%40.98%
52.16%

Color #397A48 in popluar number systems.

HEX397A48
Decimal5712272
Binary11100111110101001000
Octal71172110

Shades and tints

Shades of #397A48

#397A48
(57,122,72)
#346F42
(52,111,66)
#2F643C
(47,100,60)
#2A5936
(42,89,54)
#254E30
(37,78,48)
#20432A
(32,67,42)
#1B3824
(27,56,36)
#162D1E
(22,45,30)
#112218
(17,34,24)
#0C1712
(12,23,18)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #397A48

#397A48
(57,122,72)
#4B8658
(75,134,88)
#5D9268
(93,146,104)
#6F9E78
(111,158,120)
#81AA88
(129,170,136)
#93B698
(147,182,152)
#A5C2A8
(165,194,168)
#B7CEB8
(183,206,184)
#C9DAC8
(201,218,200)
#DBE6D8
(219,230,216)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397A48; }

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

This text font color is #397A48.


Background Color

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

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

This div background color is #397A48.


Border color

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

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

This div border color is #397A48.


Opacity

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

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

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

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

This text has shadow with #397A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397A48 on black background.


Color preview on white background

This text has color #397A48 on white background.



Black color preview on #397A48 background

This text has black color on #397A48 background.


White color preview on #397A48 background

This text has white color on #397A48 background.