COLOR #398178

HEX: #398178
RGB: (57,129,120)

Color info

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

RGB color model

#398178 color RGB value is (57,129,120).

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

RGB channels and saturation

R 57 of 255 = 22%
G 129 of 255 = 51%
B 120 of 255 = 47%

57
129
120

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

Portions of RGB colors in percentages

R + G + B =
57 + 129 + 120 = 306 (100%)
R 57 of 306 ~ 18.63%
G 129 of 306 ~ 42.16%
B 120 of 306 ~ 39.22%

%18.63
%42.16
%39.22

CMYK color model

#398178 color CMYK value is (56,0,7,49).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 49.41%
CMYK:
(56,0,7,49)
C56M0Y7K49 
(56%,0%,7%,49%)
(0.56/0.00/0.07/0.49)	

CMYK percentages

%55.81
%0
%6.98
%49.41

Codes

Color #398178 in popluar color models

398178
RGB57129120
HSL173°38.71%36.47%
HSB/HSV173°55.81%50.59%
CMYK55.81%0.00%6.98%
49.41%

Color #398178 in popluar number systems.

HEX398178
Decimal57129120
Binary111001100000011111000
Octal71201170

Shades and tints

Shades of #398178

#398178
(57,129,120)
#34766E
(52,118,110)
#2F6B64
(47,107,100)
#2A605A
(42,96,90)
#255550
(37,85,80)
#204A46
(32,74,70)
#1B3F3C
(27,63,60)
#163432
(22,52,50)
#112928
(17,41,40)
#0C1E1E
(12,30,30)
#071314
(7,19,20)
#000000
(0,0,0)

Tints of #398178

#398178
(57,129,120)
#4B8C84
(75,140,132)
#5D9790
(93,151,144)
#6FA29C
(111,162,156)
#81ADA8
(129,173,168)
#93B8B4
(147,184,180)
#A5C3C0
(165,195,192)
#B7CECC
(183,206,204)
#C9D9D8
(201,217,216)
#DBE4E4
(219,228,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398178; }

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

This text font color is #398178.


Background Color

.myBgColor { background-color: #398178; }

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

This div background color is #398178.


Border color

.myBorderColor { border: 1px solid #398178; }

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

This div border color is #398178.


Opacity

.myOpacity80 { color: #398178; opacity: 0.8; }

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

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

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

This text has shadow with #398178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398178 on black background.


Color preview on white background

This text has color #398178 on white background.



Black color preview on #398178 background

This text has black color on #398178 background.


White color preview on #398178 background

This text has white color on #398178 background.