COLOR #398E91

HEX: #398E91
RGB: (57,142,145)

Color info

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

RGB color model

#398E91 color RGB value is (57,142,145).

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

RGB channels and saturation

R 57 of 255 = 22%
G 142 of 255 = 56%
B 145 of 255 = 57%

57
142
145

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

Portions of RGB colors in percentages

R + G + B =
57 + 142 + 145 = 344 (100%)
R 57 of 344 ~ 16.57%
G 142 of 344 ~ 41.28%
B 145 of 344 ~ 42.15%

%16.57
%41.28
%42.15

CMYK color model

#398E91 color CMYK value is (61,2,0,43).

  • cyan value is 60.69%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(61,2,0,43)
C61M2Y0K43 
(61%,2%,0%,43%)
(0.61/0.02/0.00/0.43)	

CMYK percentages

%60.69
%2.07
%0
%43.14

Codes

Color #398E91 in popluar color models

398E91
RGB57142145
HSL182°43.56%39.61%
HSB/HSV182°60.69%56.86%
CMYK60.69%2.07%0.00%
43.14%

Color #398E91 in popluar number systems.

HEX398E91
Decimal57142145
Binary1110011000111010010001
Octal71216221

Shades and tints

Shades of #398E91

#398E91
(57,142,145)
#348284
(52,130,132)
#2F7677
(47,118,119)
#2A6A6A
(42,106,106)
#255E5D
(37,94,93)
#205250
(32,82,80)
#1B4643
(27,70,67)
#163A36
(22,58,54)
#112E29
(17,46,41)
#0C221C
(12,34,28)
#07160F
(7,22,15)
#000000
(0,0,0)

Tints of #398E91

#398E91
(57,142,145)
#4B989B
(75,152,155)
#5DA2A5
(93,162,165)
#6FACAF
(111,172,175)
#81B6B9
(129,182,185)
#93C0C3
(147,192,195)
#A5CACD
(165,202,205)
#B7D4D7
(183,212,215)
#C9DEE1
(201,222,225)
#DBE8EB
(219,232,235)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398E91; }

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

This text font color is #398E91.


Background Color

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

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

This div background color is #398E91.


Border color

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

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

This div border color is #398E91.


Opacity

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

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

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

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

This text has shadow with #398E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398E91 on black background.


Color preview on white background

This text has color #398E91 on white background.



Black color preview on #398E91 background

This text has black color on #398E91 background.


White color preview on #398E91 background

This text has white color on #398E91 background.