COLOR #398F7E

HEX: #398F7E
RGB: (57,143,126)

Color info

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

RGB color model

#398F7E color RGB value is (57,143,126).

  • red value is 57;
  • green value is 143;
  • blue value is 126.
RGB:
(57,143,126)
(22%,56%,49%)

RGB channels and saturation

R 57 of 255 = 22%
G 143 of 255 = 56%
B 126 of 255 = 49%

57
143
126

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

Portions of RGB colors in percentages

R + G + B =
57 + 143 + 126 = 326 (100%)
R 57 of 326 ~ 17.48%
G 143 of 326 ~ 43.87%
B 126 of 326 ~ 38.65%

%17.48
%43.87
%38.65

CMYK color model

#398F7E color CMYK value is (60,0,12,44).

  • cyan value is 60.14%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 43.92%
CMYK:
(60,0,12,44)
C60M0Y12K44 
(60%,0%,12%,44%)
(0.60/0.00/0.12/0.44)	

CMYK percentages

%60.14
%0
%11.89
%43.92

Codes

Color #398F7E in popluar color models

398F7E
RGB57143126
HSL168°43.00%39.22%
HSB/HSV168°60.14%56.08%
CMYK60.14%0.00%11.89%
43.92%

Color #398F7E in popluar number systems.

HEX398F7E
Decimal57143126
Binary111001100011111111110
Octal71217176

Shades and tints

Shades of #398F7E

#398F7E
(57,143,126)
#348273
(52,130,115)
#2F7568
(47,117,104)
#2A685D
(42,104,93)
#255B52
(37,91,82)
#204E47
(32,78,71)
#1B413C
(27,65,60)
#163431
(22,52,49)
#112726
(17,39,38)
#0C1A1B
(12,26,27)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #398F7E

#398F7E
(57,143,126)
#4B9989
(75,153,137)
#5DA394
(93,163,148)
#6FAD9F
(111,173,159)
#81B7AA
(129,183,170)
#93C1B5
(147,193,181)
#A5CBC0
(165,203,192)
#B7D5CB
(183,213,203)
#C9DFD6
(201,223,214)
#DBE9E1
(219,233,225)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398F7E color. Also use rgb(57,143,126) instead hex code.

Text Font Color

.myTextColor { color: #398F7E; }

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

This text font color is #398F7E.


Background Color

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

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

This div background color is #398F7E.


Border color

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

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

This div border color is #398F7E.


Opacity

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

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

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

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

This text has shadow with #398F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398F7E on black background.


Color preview on white background

This text has color #398F7E on white background.



Black color preview on #398F7E background

This text has black color on #398F7E background.


White color preview on #398F7E background

This text has white color on #398F7E background.