COLOR #398180

HEX: #398180
RGB: (57,129,128)

Color info

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

RGB color model

#398180 color RGB value is (57,129,128).

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

RGB channels and saturation

R 57 of 255 = 22%
G 129 of 255 = 51%
B 128 of 255 = 50%

57
129
128

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

Portions of RGB colors in percentages

R + G + B =
57 + 129 + 128 = 314 (100%)
R 57 of 314 ~ 18.15%
G 129 of 314 ~ 41.08%
B 128 of 314 ~ 40.76%

%18.15
%41.08
%40.76

CMYK color model

#398180 color CMYK value is (56,0,1,49).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(56,0,1,49)
C56M0Y1K49 
(56%,0%,1%,49%)
(0.56/0.00/0.01/0.49)	

CMYK percentages

%55.81
%0
%0.78
%49.41

Codes

Color #398180 in popluar color models

398180
RGB57129128
HSL179°38.71%36.47%
HSB/HSV179°55.81%50.59%
CMYK55.81%0.00%0.78%
49.41%

Color #398180 in popluar number systems.

HEX398180
Decimal57129128
Binary1110011000000110000000
Octal71201200

Shades and tints

Shades of #398180

#398180
(57,129,128)
#347675
(52,118,117)
#2F6B6A
(47,107,106)
#2A605F
(42,96,95)
#255554
(37,85,84)
#204A49
(32,74,73)
#1B3F3E
(27,63,62)
#163433
(22,52,51)
#112928
(17,41,40)
#0C1E1D
(12,30,29)
#071312
(7,19,18)
#000000
(0,0,0)

Tints of #398180

#398180
(57,129,128)
#4B8C8B
(75,140,139)
#5D9796
(93,151,150)
#6FA2A1
(111,162,161)
#81ADAC
(129,173,172)
#93B8B7
(147,184,183)
#A5C3C2
(165,195,194)
#B7CECD
(183,206,205)
#C9D9D8
(201,217,216)
#DBE4E3
(219,228,227)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398180; }

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

This text font color is #398180.


Background Color

.myBgColor { background-color: #398180; }

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

This div background color is #398180.


Border color

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

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

This div border color is #398180.


Opacity

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

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

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

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

This text has shadow with #398180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398180 on black background.


Color preview on white background

This text has color #398180 on white background.



Black color preview on #398180 background

This text has black color on #398180 background.


White color preview on #398180 background

This text has white color on #398180 background.