COLOR #398A95

HEX: #398A95 RGB: (57,138,149)

Color info

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

RGB color model

#398A95 color RGB value is (57,138,149).

RGB: (57,138,149) (22%, 54%, 58%)

RGB channels and saturation

R 57 of 255 = 22%
G 138 of 255 = 54%
B 149 of 255 = 58%

57
138
149

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

Portions of RGB colors in percentages

R + G + B = 57 + 138 + 149 = 344 (100%)
R 57 of 344 ~ 16.57%
G 138 of 344 ~ 40.12%
B 149 of 344 ~ 43.31'%

%16.57
%40.12
%43.31

CMYK color model

#398A95 color CMYK value is (62,7,0,42).

  • cyan value is 61.74%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (62,7,0,42)
C62M7Y0K42 (62%, 7%, 0%, 42%)
(0.62 / 0.07 / 0.00 / 0.42)

CMYK percentages

%61.74
%7.38
%0
%41.57

Codes

Color #398A95 in popluar color models

39 8A 95
RGB 57 138 149
HSL 187° 44.66% 40.39%
HSB/HSV 187° 61.74% 58.43%
CMYK 61.74% 7.38% 0.00%
41.57%

Color #398A95 in popluar number systems.

HEX 39 8A 95
Decimal 57 138 149
Binary 111001 10001010 10010101
Octal 71 212 225

Shades and tints

Shades of #398A95

#398A95
(57,138,149)
#347E88
(52,126,136)
#2F727B
(47,114,123)
#2A666E
(42,102,110)
#255A61
(37,90,97)
#204E54
(32,78,84)
#1B4247
(27,66,71)
#16363A
(22,54,58)
#112A2D
(17,42,45)
#0C1E20
(12,30,32)
#071213
(7,18,19)
#000000
(0,0,0)

Tints of #398A95

#398A95
(57,138,149)
#4B949E
(75,148,158)
#5D9EA7
(93,158,167)
#6FA8B0
(111,168,176)
#81B2B9
(129,178,185)
#93BCC2
(147,188,194)
#A5C6CB
(165,198,203)
#B7D0D4
(183,208,212)
#C9DADD
(201,218,221)
#DBE4E6
(219,228,230)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398A95; }

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

This text font color is #398A95.

Background Color

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

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

This div background color is #398A95.

Border color

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

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

This div border color is #398A95.

Opacity

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

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

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

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

This text has shadow with #398A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #398A95.

Preview

Color preview on black background

This text has color #398A95 on black background.


Color preview on white background

This text has color #398A95 on white background.


Black color preview on #398A95 background

This text has black color on #398A95 background.


White color preview on #398A95 background

This text has white color on #398A95 background.


Related colors

Complementary color

Complementary color for #hex is #C6756A.


I love getcolorcode.com

Triadic colors

1 #95398A and #8A9539 with #398A95 are triadic colors.

2 #958A39 and #8A3995 with #398A95 are triadic colors.