COLOR #398F78

HEX: #398F78
RGB: (57,143,120)

Color info

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

RGB color model

#398F78 color RGB value is (57,143,120).

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

RGB channels and saturation

R 57 of 255 = 22%
G 143 of 255 = 56%
B 120 of 255 = 47%

57
143
120

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

Portions of RGB colors in percentages

R + G + B =
57 + 143 + 120 = 320 (100%)
R 57 of 320 ~ 17.81%
G 143 of 320 ~ 44.69%
B 120 of 320 ~ 37.5%

%17.81
%44.69
%37.5

CMYK color model

#398F78 color CMYK value is (60,0,16,44).

  • cyan value is 60.14%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%
CMYK:
(60,0,16,44)
C60M0Y16K44 
(60%,0%,16%,44%)
(0.60/0.00/0.16/0.44)	

CMYK percentages

%60.14
%0
%16.08
%43.92

Codes

Color #398F78 in popluar color models

398F78
RGB57143120
HSL164°43.00%39.22%
HSB/HSV164°60.14%56.08%
CMYK60.14%0.00%16.08%
43.92%

Color #398F78 in popluar number systems.

HEX398F78
Decimal57143120
Binary111001100011111111000
Octal71217170

Shades and tints

Shades of #398F78

#398F78
(57,143,120)
#34826E
(52,130,110)
#2F7564
(47,117,100)
#2A685A
(42,104,90)
#255B50
(37,91,80)
#204E46
(32,78,70)
#1B413C
(27,65,60)
#163432
(22,52,50)
#112728
(17,39,40)
#0C1A1E
(12,26,30)
#070D14
(7,13,20)
#000000
(0,0,0)

Tints of #398F78

#398F78
(57,143,120)
#4B9984
(75,153,132)
#5DA390
(93,163,144)
#6FAD9C
(111,173,156)
#81B7A8
(129,183,168)
#93C1B4
(147,193,180)
#A5CBC0
(165,203,192)
#B7D5CC
(183,213,204)
#C9DFD8
(201,223,216)
#DBE9E4
(219,233,228)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398F78; }

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

This text font color is #398F78.


Background Color

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

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

This div background color is #398F78.


Border color

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

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

This div border color is #398F78.


Opacity

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

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

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

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

This text has shadow with #398F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398F78 on black background.


Color preview on white background

This text has color #398F78 on white background.



Black color preview on #398F78 background

This text has black color on #398F78 background.


White color preview on #398F78 background

This text has white color on #398F78 background.