COLOR #398B6A

HEX: #398B6A
RGB: (57,139,106)

Color info

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

RGB color model

#398B6A color RGB value is (57,139,106).

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

RGB channels and saturation

R 57 of 255 = 22%
G 139 of 255 = 55%
B 106 of 255 = 42%

57
139
106

R + G + B ~ 40%. #398B6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 139 + 106 = 302 (100%)
R 57 of 302 ~ 18.87%
G 139 of 302 ~ 46.03%
B 106 of 302 ~ 35.1%

%18.87
%46.03
%35.1

CMYK color model

#398B6A color CMYK value is (59,0,24,45).

  • cyan value is 58.99%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(59,0,24,45)
C59M0Y24K45 
(59%,0%,24%,45%)
(0.59/0.00/0.24/0.45)	

CMYK percentages

%58.99
%0
%23.74
%45.49

Codes

Color #398B6A in popluar color models

398B6A
RGB57139106
HSL156°41.84%38.43%
HSB/HSV156°58.99%54.51%
CMYK58.99%0.00%23.74%
45.49%

Color #398B6A in popluar number systems.

HEX398B6A
Decimal57139106
Binary111001100010111101010
Octal71213152

Shades and tints

Shades of #398B6A

#398B6A
(57,139,106)
#347F61
(52,127,97)
#2F7358
(47,115,88)
#2A674F
(42,103,79)
#255B46
(37,91,70)
#204F3D
(32,79,61)
#1B4334
(27,67,52)
#16372B
(22,55,43)
#112B22
(17,43,34)
#0C1F19
(12,31,25)
#071310
(7,19,16)
#000000
(0,0,0)

Tints of #398B6A

#398B6A
(57,139,106)
#4B9577
(75,149,119)
#5D9F84
(93,159,132)
#6FA991
(111,169,145)
#81B39E
(129,179,158)
#93BDAB
(147,189,171)
#A5C7B8
(165,199,184)
#B7D1C5
(183,209,197)
#C9DBD2
(201,219,210)
#DBE5DF
(219,229,223)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398B6A; }

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

This text font color is #398B6A.


Background Color

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

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

This div background color is #398B6A.


Border color

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

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

This div border color is #398B6A.


Opacity

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

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

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

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

This text has shadow with #398B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398B6A on black background.


Color preview on white background

This text has color #398B6A on white background.



Black color preview on #398B6A background

This text has black color on #398B6A background.


White color preview on #398B6A background

This text has white color on #398B6A background.