COLOR #398B6E

HEX: #398B6E
RGB: (57,139,110)

Color info

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

RGB color model

#398B6E color RGB value is (57,139,110).

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

RGB channels and saturation

R 57 of 255 = 22%
G 139 of 255 = 55%
B 110 of 255 = 43%

57
139
110

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

Portions of RGB colors in percentages

R + G + B =
57 + 139 + 110 = 306 (100%)
R 57 of 306 ~ 18.63%
G 139 of 306 ~ 45.42%
B 110 of 306 ~ 35.95%

%18.63
%45.42
%35.95

CMYK color model

#398B6E color CMYK value is (59,0,21,45).

  • cyan value is 58.99%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 45.49%
CMYK:
(59,0,21,45)
C59M0Y21K45 
(59%,0%,21%,45%)
(0.59/0.00/0.21/0.45)	

CMYK percentages

%58.99
%0
%20.86
%45.49

Codes

Color #398B6E in popluar color models

398B6E
RGB57139110
HSL159°41.84%38.43%
HSB/HSV159°58.99%54.51%
CMYK58.99%0.00%20.86%
45.49%

Color #398B6E in popluar number systems.

HEX398B6E
Decimal57139110
Binary111001100010111101110
Octal71213156

Shades and tints

Shades of #398B6E

#398B6E
(57,139,110)
#347F64
(52,127,100)
#2F735A
(47,115,90)
#2A6750
(42,103,80)
#255B46
(37,91,70)
#204F3C
(32,79,60)
#1B4332
(27,67,50)
#163728
(22,55,40)
#112B1E
(17,43,30)
#0C1F14
(12,31,20)
#07130A
(7,19,10)
#000000
(0,0,0)

Tints of #398B6E

#398B6E
(57,139,110)
#4B957B
(75,149,123)
#5D9F88
(93,159,136)
#6FA995
(111,169,149)
#81B3A2
(129,179,162)
#93BDAF
(147,189,175)
#A5C7BC
(165,199,188)
#B7D1C9
(183,209,201)
#C9DBD6
(201,219,214)
#DBE5E3
(219,229,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398B6E; }

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

This text font color is #398B6E.


Background Color

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

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

This div background color is #398B6E.


Border color

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

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

This div border color is #398B6E.


Opacity

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

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

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

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

This text has shadow with #398B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398B6E on black background.


Color preview on white background

This text has color #398B6E on white background.



Black color preview on #398B6E background

This text has black color on #398B6E background.


White color preview on #398B6E background

This text has white color on #398B6E background.