COLOR #398A6D

HEX: #398A6D
RGB: (57,138,109)

Color info

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

RGB color model

#398A6D color RGB value is (57,138,109).

  • red value is 57;
  • green value is 138;
  • blue value is 109.
RGB:
(57,138,109)
(22%,54%,43%)

RGB channels and saturation

R 57 of 255 = 22%
G 138 of 255 = 54%
B 109 of 255 = 43%

57
138
109

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

Portions of RGB colors in percentages

R + G + B =
57 + 138 + 109 = 304 (100%)
R 57 of 304 ~ 18.75%
G 138 of 304 ~ 45.39%
B 109 of 304 ~ 35.86%

%18.75
%45.39
%35.86

CMYK color model

#398A6D color CMYK value is (59,0,21,46).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(59,0,21,46)
C59M0Y21K46 
(59%,0%,21%,46%)
(0.59/0.00/0.21/0.46)	

CMYK percentages

%58.7
%0
%21.01
%45.88

Codes

Color #398A6D in popluar color models

398A6D
RGB57138109
HSL159°41.54%38.24%
HSB/HSV159°58.70%54.12%
CMYK58.70%0.00%21.01%
45.88%

Color #398A6D in popluar number systems.

HEX398A6D
Decimal57138109
Binary111001100010101101101
Octal71212155

Shades and tints

Shades of #398A6D

#398A6D
(57,138,109)
#347E64
(52,126,100)
#2F725B
(47,114,91)
#2A6652
(42,102,82)
#255A49
(37,90,73)
#204E40
(32,78,64)
#1B4237
(27,66,55)
#16362E
(22,54,46)
#112A25
(17,42,37)
#0C1E1C
(12,30,28)
#071213
(7,18,19)
#000000
(0,0,0)

Tints of #398A6D

#398A6D
(57,138,109)
#4B947A
(75,148,122)
#5D9E87
(93,158,135)
#6FA894
(111,168,148)
#81B2A1
(129,178,161)
#93BCAE
(147,188,174)
#A5C6BB
(165,198,187)
#B7D0C8
(183,208,200)
#C9DAD5
(201,218,213)
#DBE4E2
(219,228,226)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398A6D color. Also use rgb(57,138,109) instead hex code.

Text Font Color

.myTextColor { color: #398A6D; }

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

This text font color is #398A6D.


Background Color

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

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

This div background color is #398A6D.


Border color

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

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

This div border color is #398A6D.


Opacity

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

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

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

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

This text has shadow with #398A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398A6D on black background.


Color preview on white background

This text has color #398A6D on white background.



Black color preview on #398A6D background

This text has black color on #398A6D background.


White color preview on #398A6D background

This text has white color on #398A6D background.