COLOR #398961

HEX: #398961
RGB: (57,137,97)

Color info

#398961 contains mainly green and blue colors. Web safe color of #398961 is #339966 (or #396).

RGB color model

#398961 color RGB value is (57,137,97).

  • red value is 57;
  • green value is 137;
  • blue value is 97.
RGB:
(57,137,97)
(22%,54%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 137 of 255 = 54%
B 97 of 255 = 38%

57
137
97

R + G + B ~ 38%. #398961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 137 + 97 = 291 (100%)
R 57 of 291 ~ 19.59%
G 137 of 291 ~ 47.08%
B 97 of 291 ~ 33.33%

%19.59
%47.08
%33.33

CMYK color model

#398961 color CMYK value is (58,0,29,46).

  • cyan value is 58.39%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(58,0,29,46)
C58M0Y29K46 
(58%,0%,29%,46%)
(0.58/0.00/0.29/0.46)	

CMYK percentages

%58.39
%0
%29.2
%46.27

Codes

Color #398961 in popluar color models

398961
RGB5713797
HSL150°41.24%38.04%
HSB/HSV150°58.39%53.73%
CMYK58.39%0.00%29.20%
46.27%

Color #398961 in popluar number systems.

HEX398961
Decimal5713797
Binary111001100010011100001
Octal71211141

Shades and tints

Shades of #398961

#398961
(57,137,97)
#347D59
(52,125,89)
#2F7151
(47,113,81)
#2A6549
(42,101,73)
#255941
(37,89,65)
#204D39
(32,77,57)
#1B4131
(27,65,49)
#163529
(22,53,41)
#112921
(17,41,33)
#0C1D19
(12,29,25)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #398961

#398961
(57,137,97)
#4B936F
(75,147,111)
#5D9D7D
(93,157,125)
#6FA78B
(111,167,139)
#81B199
(129,177,153)
#93BBA7
(147,187,167)
#A5C5B5
(165,197,181)
#B7CFC3
(183,207,195)
#C9D9D1
(201,217,209)
#DBE3DF
(219,227,223)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398961 color. Also use rgb(57,137,97) instead hex code.

Text Font Color

.myTextColor { color: #398961; }

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

This text font color is #398961.


Background Color

.myBgColor { background-color: #398961; }

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

This div background color is #398961.


Border color

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

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

This div border color is #398961.


Opacity

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

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

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

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

This text has shadow with #398961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398961 on black background.


Color preview on white background

This text has color #398961 on white background.



Black color preview on #398961 background

This text has black color on #398961 background.


White color preview on #398961 background

This text has white color on #398961 background.