COLOR #398B60

HEX: #398B60
RGB: (57,139,96)

Color info

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

RGB color model

#398B60 color RGB value is (57,139,96).

  • red value is 57;
  • green value is 139;
  • blue value is 96.
RGB:
(57,139,96)
(22%,55%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 139 of 255 = 55%
B 96 of 255 = 38%

57
139
96

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

Portions of RGB colors in percentages

R + G + B =
57 + 139 + 96 = 292 (100%)
R 57 of 292 ~ 19.52%
G 139 of 292 ~ 47.6%
B 96 of 292 ~ 32.88%

%19.52
%47.6
%32.88

CMYK color model

#398B60 color CMYK value is (59,0,31,45).

  • cyan value is 58.99%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 45.49%
CMYK:
(59,0,31,45)
C59M0Y31K45 
(59%,0%,31%,45%)
(0.59/0.00/0.31/0.45)	

CMYK percentages

%58.99
%0
%30.94
%45.49

Codes

Color #398B60 in popluar color models

398B60
RGB5713996
HSL149°41.84%38.43%
HSB/HSV149°58.99%54.51%
CMYK58.99%0.00%30.94%
45.49%

Color #398B60 in popluar number systems.

HEX398B60
Decimal5713996
Binary111001100010111100000
Octal71213140

Shades and tints

Shades of #398B60

#398B60
(57,139,96)
#347F58
(52,127,88)
#2F7350
(47,115,80)
#2A6748
(42,103,72)
#255B40
(37,91,64)
#204F38
(32,79,56)
#1B4330
(27,67,48)
#163728
(22,55,40)
#112B20
(17,43,32)
#0C1F18
(12,31,24)
#071310
(7,19,16)
#000000
(0,0,0)

Tints of #398B60

#398B60
(57,139,96)
#4B956E
(75,149,110)
#5D9F7C
(93,159,124)
#6FA98A
(111,169,138)
#81B398
(129,179,152)
#93BDA6
(147,189,166)
#A5C7B4
(165,199,180)
#B7D1C2
(183,209,194)
#C9DBD0
(201,219,208)
#DBE5DE
(219,229,222)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398B60 color. Also use rgb(57,139,96) instead hex code.

Text Font Color

.myTextColor { color: #398B60; }

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

This text font color is #398B60.


Background Color

.myBgColor { background-color: #398B60; }

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

This div background color is #398B60.


Border color

.myBorderColor { border: 1px solid #398B60; }

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

This div border color is #398B60.


Opacity

.myOpacity80 { color: #398B60; opacity: 0.8; }

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

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

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

This text has shadow with #398B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398B60 on black background.


Color preview on white background

This text has color #398B60 on white background.



Black color preview on #398B60 background

This text has black color on #398B60 background.


White color preview on #398B60 background

This text has white color on #398B60 background.