COLOR #397D4A

HEX: #397D4A
RGB: (57,125,74)

Color info

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

RGB color model

#397D4A color RGB value is (57,125,74).

  • red value is 57;
  • green value is 125;
  • blue value is 74.
RGB:
(57,125,74)
(22%,49%,29%)

RGB channels and saturation

R 57 of 255 = 22%
G 125 of 255 = 49%
B 74 of 255 = 29%

57
125
74

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

Portions of RGB colors in percentages

R + G + B =
57 + 125 + 74 = 256 (100%)
R 57 of 256 ~ 22.27%
G 125 of 256 ~ 48.83%
B 74 of 256 ~ 28.91%

%22.27
%48.83
%28.91

CMYK color model

#397D4A color CMYK value is (54,0,41,51).

  • cyan value is 54.40%
  • magenta value is 0.00%
  • yellow value is 40.80%
  • key color value is 50.98%
CMYK:
(54,0,41,51)
C54M0Y41K51 
(54%,0%,41%,51%)
(0.54/0.00/0.41/0.51)	

CMYK percentages

%54.4
%0
%40.8
%50.98

Codes

Color #397D4A in popluar color models

397D4A
RGB5712574
HSL135°37.36%35.69%
HSB/HSV135°54.40%49.02%
CMYK54.40%0.00%40.80%
50.98%

Color #397D4A in popluar number systems.

HEX397D4A
Decimal5712574
Binary11100111111011001010
Octal71175112

Shades and tints

Shades of #397D4A

#397D4A
(57,125,74)
#347244
(52,114,68)
#2F673E
(47,103,62)
#2A5C38
(42,92,56)
#255132
(37,81,50)
#20462C
(32,70,44)
#1B3B26
(27,59,38)
#163020
(22,48,32)
#11251A
(17,37,26)
#0C1A14
(12,26,20)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #397D4A

#397D4A
(57,125,74)
#4B885A
(75,136,90)
#5D936A
(93,147,106)
#6F9E7A
(111,158,122)
#81A98A
(129,169,138)
#93B49A
(147,180,154)
#A5BFAA
(165,191,170)
#B7CABA
(183,202,186)
#C9D5CA
(201,213,202)
#DBE0DA
(219,224,218)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397D4A color. Also use rgb(57,125,74) instead hex code.

Text Font Color

.myTextColor { color: #397D4A; }

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

This text font color is #397D4A.


Background Color

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

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

This div background color is #397D4A.


Border color

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

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

This div border color is #397D4A.


Opacity

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

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

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

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

This text has shadow with #397D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397D4A on black background.


Color preview on white background

This text has color #397D4A on white background.



Black color preview on #397D4A background

This text has black color on #397D4A background.


White color preview on #397D4A background

This text has white color on #397D4A background.