COLOR #397950

HEX: #397950
RGB: (57,121,80)

Color info

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

RGB color model

#397950 color RGB value is (57,121,80).

  • red value is 57;
  • green value is 121;
  • blue value is 80.
RGB:
(57,121,80)
(22%,47%,31%)

RGB channels and saturation

R 57 of 255 = 22%
G 121 of 255 = 47%
B 80 of 255 = 31%

57
121
80

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

Portions of RGB colors in percentages

R + G + B =
57 + 121 + 80 = 258 (100%)
R 57 of 258 ~ 22.09%
G 121 of 258 ~ 46.9%
B 80 of 258 ~ 31.01%

%22.09
%46.9
%31.01

CMYK color model

#397950 color CMYK value is (53,0,34,53).

  • cyan value is 52.89%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 52.55%
CMYK:
(53,0,34,53)
C53M0Y34K53 
(53%,0%,34%,53%)
(0.53/0.00/0.34/0.53)	

CMYK percentages

%52.89
%0
%33.88
%52.55

Codes

Color #397950 in popluar color models

397950
RGB5712180
HSL142°35.96%34.90%
HSB/HSV142°52.89%47.45%
CMYK52.89%0.00%33.88%
52.55%

Color #397950 in popluar number systems.

HEX397950
Decimal5712180
Binary11100111110011010000
Octal71171120

Shades and tints

Shades of #397950

#397950
(57,121,80)
#346E49
(52,110,73)
#2F6342
(47,99,66)
#2A583B
(42,88,59)
#254D34
(37,77,52)
#20422D
(32,66,45)
#1B3726
(27,55,38)
#162C1F
(22,44,31)
#112118
(17,33,24)
#0C1611
(12,22,17)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #397950

#397950
(57,121,80)
#4B855F
(75,133,95)
#5D916E
(93,145,110)
#6F9D7D
(111,157,125)
#81A98C
(129,169,140)
#93B59B
(147,181,155)
#A5C1AA
(165,193,170)
#B7CDB9
(183,205,185)
#C9D9C8
(201,217,200)
#DBE5D7
(219,229,215)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397950 color. Also use rgb(57,121,80) instead hex code.

Text Font Color

.myTextColor { color: #397950; }

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

This text font color is #397950.


Background Color

.myBgColor { background-color: #397950; }

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

This div background color is #397950.


Border color

.myBorderColor { border: 1px solid #397950; }

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

This div border color is #397950.


Opacity

.myOpacity80 { color: #397950; opacity: 0.8; }

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

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

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

This text has shadow with #397950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397950 on black background.


Color preview on white background

This text has color #397950 on white background.



Black color preview on #397950 background

This text has black color on #397950 background.


White color preview on #397950 background

This text has white color on #397950 background.