COLOR #398E9C

HEX: #398E9C
RGB: (57,142,156)

Color info

#398E9C contains mainly green and blue colors. Web safe color of #398E9C is #339999 (or #399).

RGB color model

#398E9C color RGB value is (57,142,156).

  • red value is 57;
  • green value is 142;
  • blue value is 156.
RGB:
(57,142,156)
(22%,56%,61%)

RGB channels and saturation

R 57 of 255 = 22%
G 142 of 255 = 56%
B 156 of 255 = 61%

57
142
156

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

Portions of RGB colors in percentages

R + G + B =
57 + 142 + 156 = 355 (100%)
R 57 of 355 ~ 16.06%
G 142 of 355 ~ 40%
B 156 of 355 ~ 43.94%

%16.06
%40
%43.94

CMYK color model

#398E9C color CMYK value is (63,9,0,39).

  • cyan value is 63.46%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(63,9,0,39)
C63M9Y0K39 
(63%,9%,0%,39%)
(0.63/0.09/0.00/0.39)	

CMYK percentages

%63.46
%8.97
%0
%38.82

Codes

Color #398E9C in popluar color models

398E9C
RGB57142156
HSL188°46.48%41.76%
HSB/HSV188°63.46%61.18%
CMYK63.46%8.97%0.00%
38.82%

Color #398E9C in popluar number systems.

HEX398E9C
Decimal57142156
Binary1110011000111010011100
Octal71216234

Shades and tints

Shades of #398E9C

#398E9C
(57,142,156)
#34828E
(52,130,142)
#2F7680
(47,118,128)
#2A6A72
(42,106,114)
#255E64
(37,94,100)
#205256
(32,82,86)
#1B4648
(27,70,72)
#163A3A
(22,58,58)
#112E2C
(17,46,44)
#0C221E
(12,34,30)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #398E9C

#398E9C
(57,142,156)
#4B98A5
(75,152,165)
#5DA2AE
(93,162,174)
#6FACB7
(111,172,183)
#81B6C0
(129,182,192)
#93C0C9
(147,192,201)
#A5CAD2
(165,202,210)
#B7D4DB
(183,212,219)
#C9DEE4
(201,222,228)
#DBE8ED
(219,232,237)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398E9C color. Also use rgb(57,142,156) instead hex code.

Text Font Color

.myTextColor { color: #398E9C; }

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

This text font color is #398E9C.


Background Color

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

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

This div background color is #398E9C.


Border color

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

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

This div border color is #398E9C.


Opacity

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

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

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

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

This text has shadow with #398E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398E9C on black background.


Color preview on white background

This text has color #398E9C on white background.



Black color preview on #398E9C background

This text has black color on #398E9C background.


White color preview on #398E9C background

This text has white color on #398E9C background.