COLOR #397D46

HEX: #397D46
RGB: (57,125,70)

Color info

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

RGB color model

#397D46 color RGB value is (57,125,70).

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

RGB channels and saturation

R 57 of 255 = 22%
G 125 of 255 = 49%
B 70 of 255 = 27%

57
125
70

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

Portions of RGB colors in percentages

R + G + B =
57 + 125 + 70 = 252 (100%)
R 57 of 252 ~ 22.62%
G 125 of 252 ~ 49.6%
B 70 of 252 ~ 27.78%

%22.62
%49.6
%27.78

CMYK color model

#397D46 color CMYK value is (54,0,44,51).

  • cyan value is 54.40%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 50.98%
CMYK:
(54,0,44,51)
C54M0Y44K51 
(54%,0%,44%,51%)
(0.54/0.00/0.44/0.51)	

CMYK percentages

%54.4
%0
%44
%50.98

Codes

Color #397D46 in popluar color models

397D46
RGB5712570
HSL131°37.36%35.69%
HSB/HSV131°54.40%49.02%
CMYK54.40%0.00%44.00%
50.98%

Color #397D46 in popluar number systems.

HEX397D46
Decimal5712570
Binary11100111111011000110
Octal71175106

Shades and tints

Shades of #397D46

#397D46
(57,125,70)
#347240
(52,114,64)
#2F673A
(47,103,58)
#2A5C34
(42,92,52)
#25512E
(37,81,46)
#204628
(32,70,40)
#1B3B22
(27,59,34)
#16301C
(22,48,28)
#112516
(17,37,22)
#0C1A10
(12,26,16)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #397D46

#397D46
(57,125,70)
#4B8856
(75,136,86)
#5D9366
(93,147,102)
#6F9E76
(111,158,118)
#81A986
(129,169,134)
#93B496
(147,180,150)
#A5BFA6
(165,191,166)
#B7CAB6
(183,202,182)
#C9D5C6
(201,213,198)
#DBE0D6
(219,224,214)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397D46; }

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

This text font color is #397D46.


Background Color

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

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

This div background color is #397D46.


Border color

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

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

This div border color is #397D46.


Opacity

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

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

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

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

This text has shadow with #397D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397D46 on black background.


Color preview on white background

This text has color #397D46 on white background.



Black color preview on #397D46 background

This text has black color on #397D46 background.


White color preview on #397D46 background

This text has white color on #397D46 background.