COLOR #398B71

HEX: #398B71
RGB: (57,139,113)

Color info

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

RGB color model

#398B71 color RGB value is (57,139,113).

  • red value is 57;
  • green value is 139;
  • blue value is 113.
RGB:
(57,139,113)
(22%,55%,44%)

RGB channels and saturation

R 57 of 255 = 22%
G 139 of 255 = 55%
B 113 of 255 = 44%

57
139
113

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

Portions of RGB colors in percentages

R + G + B =
57 + 139 + 113 = 309 (100%)
R 57 of 309 ~ 18.45%
G 139 of 309 ~ 44.98%
B 113 of 309 ~ 36.57%

%18.45
%44.98
%36.57

CMYK color model

#398B71 color CMYK value is (59,0,19,45).

  • cyan value is 58.99%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 45.49%
CMYK:
(59,0,19,45)
C59M0Y19K45 
(59%,0%,19%,45%)
(0.59/0.00/0.19/0.45)	

CMYK percentages

%58.99
%0
%18.71
%45.49

Codes

Color #398B71 in popluar color models

398B71
RGB57139113
HSL161°41.84%38.43%
HSB/HSV161°58.99%54.51%
CMYK58.99%0.00%18.71%
45.49%

Color #398B71 in popluar number systems.

HEX398B71
Decimal57139113
Binary111001100010111110001
Octal71213161

Shades and tints

Shades of #398B71

#398B71
(57,139,113)
#347F67
(52,127,103)
#2F735D
(47,115,93)
#2A6753
(42,103,83)
#255B49
(37,91,73)
#204F3F
(32,79,63)
#1B4335
(27,67,53)
#16372B
(22,55,43)
#112B21
(17,43,33)
#0C1F17
(12,31,23)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #398B71

#398B71
(57,139,113)
#4B957D
(75,149,125)
#5D9F89
(93,159,137)
#6FA995
(111,169,149)
#81B3A1
(129,179,161)
#93BDAD
(147,189,173)
#A5C7B9
(165,199,185)
#B7D1C5
(183,209,197)
#C9DBD1
(201,219,209)
#DBE5DD
(219,229,221)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398B71 color. Also use rgb(57,139,113) instead hex code.

Text Font Color

.myTextColor { color: #398B71; }

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

This text font color is #398B71.


Background Color

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

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

This div background color is #398B71.


Border color

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

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

This div border color is #398B71.


Opacity

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

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

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

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

This text has shadow with #398B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398B71 on black background.


Color preview on white background

This text has color #398B71 on white background.



Black color preview on #398B71 background

This text has black color on #398B71 background.


White color preview on #398B71 background

This text has white color on #398B71 background.