COLOR #398187

HEX: #398187
RGB: (57,129,135)

Color info

#398187 contains mainly green and blue colors. Web safe color of #398187 is #339999 (or #399).

RGB color model

#398187 color RGB value is (57,129,135).

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

RGB channels and saturation

R 57 of 255 = 22%
G 129 of 255 = 51%
B 135 of 255 = 53%

57
129
135

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

Portions of RGB colors in percentages

R + G + B =
57 + 129 + 135 = 321 (100%)
R 57 of 321 ~ 17.76%
G 129 of 321 ~ 40.19%
B 135 of 321 ~ 42.06%

%17.76
%40.19
%42.06

CMYK color model

#398187 color CMYK value is (58,4,0,47).

  • cyan value is 57.78%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(58,4,0,47)
C58M4Y0K47 
(58%,4%,0%,47%)
(0.58/0.04/0.00/0.47)	

CMYK percentages

%57.78
%4.44
%0
%47.06

Codes

Color #398187 in popluar color models

398187
RGB57129135
HSL185°40.63%37.65%
HSB/HSV185°57.78%52.94%
CMYK57.78%4.44%0.00%
47.06%

Color #398187 in popluar number systems.

HEX398187
Decimal57129135
Binary1110011000000110000111
Octal71201207

Shades and tints

Shades of #398187

#398187
(57,129,135)
#34767B
(52,118,123)
#2F6B6F
(47,107,111)
#2A6063
(42,96,99)
#255557
(37,85,87)
#204A4B
(32,74,75)
#1B3F3F
(27,63,63)
#163433
(22,52,51)
#112927
(17,41,39)
#0C1E1B
(12,30,27)
#07130F
(7,19,15)
#000000
(0,0,0)

Tints of #398187

#398187
(57,129,135)
#4B8C91
(75,140,145)
#5D979B
(93,151,155)
#6FA2A5
(111,162,165)
#81ADAF
(129,173,175)
#93B8B9
(147,184,185)
#A5C3C3
(165,195,195)
#B7CECD
(183,206,205)
#C9D9D7
(201,217,215)
#DBE4E1
(219,228,225)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398187; }

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

This text font color is #398187.


Background Color

.myBgColor { background-color: #398187; }

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

This div background color is #398187.


Border color

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

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

This div border color is #398187.


Opacity

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

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

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

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

This text has shadow with #398187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398187 on black background.


Color preview on white background

This text has color #398187 on white background.



Black color preview on #398187 background

This text has black color on #398187 background.


White color preview on #398187 background

This text has white color on #398187 background.