COLOR #398081

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

Color info

#398081 contains mainly green and blue colors. Web safe color of #398081 is #336699 (or #369).

RGB color model

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

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

RGB channels and saturation

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

57
128
129

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

Portions of RGB colors in percentages

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

%18.15
%40.76
%41.08

CMYK color model

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

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

CMYK percentages

%55.81
%0.78
%0
%49.41

Codes

Color #398081 in popluar color models

398081
RGB57128129
HSL181°38.71%36.47%
HSB/HSV181°55.81%50.59%
CMYK55.81%0.78%0.00%
49.41%

Color #398081 in popluar number systems.

HEX398081
Decimal57128129
Binary1110011000000010000001
Octal71200201

Shades and tints

Shades of #398081

#398081
(57,128,129)
#347576
(52,117,118)
#2F6A6B
(47,106,107)
#2A5F60
(42,95,96)
#255455
(37,84,85)
#20494A
(32,73,74)
#1B3E3F
(27,62,63)
#163334
(22,51,52)
#112829
(17,40,41)
#0C1D1E
(12,29,30)
#071213
(7,18,19)
#000000
(0,0,0)

Tints of #398081

#398081
(57,128,129)
#4B8B8C
(75,139,140)
#5D9697
(93,150,151)
#6FA1A2
(111,161,162)
#81ACAD
(129,172,173)
#93B7B8
(147,183,184)
#A5C2C3
(165,194,195)
#B7CDCE
(183,205,206)
#C9D8D9
(201,216,217)
#DBE3E4
(219,227,228)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398081; }

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

This text font color is #398081.


Background Color

.myBgColor { background-color: #398081; }

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

This div background color is #398081.


Border color

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

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

This div border color is #398081.


Opacity

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

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

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

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

This text has shadow with #398081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398081 on black background.


Color preview on white background

This text has color #398081 on white background.



Black color preview on #398081 background

This text has black color on #398081 background.


White color preview on #398081 background

This text has white color on #398081 background.