COLOR #398082

HEX: #398082
RGB: (57,128,130)

Color info

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

RGB color model

#398082 color RGB value is (57,128,130).

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

RGB channels and saturation

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

57
128
130

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

Portions of RGB colors in percentages

R + G + B =
57 + 128 + 130 = 315 (100%)
R 57 of 315 ~ 18.1%
G 128 of 315 ~ 40.63%
B 130 of 315 ~ 41.27%

%18.1
%40.63
%41.27

CMYK color model

#398082 color CMYK value is (56,2,0,49).

  • cyan value is 56.15%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(56,2,0,49)
C56M2Y0K49 
(56%,2%,0%,49%)
(0.56/0.02/0.00/0.49)	

CMYK percentages

%56.15
%1.54
%0
%49.02

Codes

Color #398082 in popluar color models

398082
RGB57128130
HSL182°39.04%36.67%
HSB/HSV182°56.15%50.98%
CMYK56.15%1.54%0.00%
49.02%

Color #398082 in popluar number systems.

HEX398082
Decimal57128130
Binary1110011000000010000010
Octal71200202

Shades and tints

Shades of #398082

#398082
(57,128,130)
#347577
(52,117,119)
#2F6A6C
(47,106,108)
#2A5F61
(42,95,97)
#255456
(37,84,86)
#20494B
(32,73,75)
#1B3E40
(27,62,64)
#163335
(22,51,53)
#11282A
(17,40,42)
#0C1D1F
(12,29,31)
#071214
(7,18,20)
#000000
(0,0,0)

Tints of #398082

#398082
(57,128,130)
#4B8B8D
(75,139,141)
#5D9698
(93,150,152)
#6FA1A3
(111,161,163)
#81ACAE
(129,172,174)
#93B7B9
(147,183,185)
#A5C2C4
(165,194,196)
#B7CDCF
(183,205,207)
#C9D8DA
(201,216,218)
#DBE3E5
(219,227,229)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398082; }

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

This text font color is #398082.


Background Color

.myBgColor { background-color: #398082; }

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

This div background color is #398082.


Border color

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

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

This div border color is #398082.


Opacity

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

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

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

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

This text has shadow with #398082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398082 on black background.


Color preview on white background

This text has color #398082 on white background.



Black color preview on #398082 background

This text has black color on #398082 background.


White color preview on #398082 background

This text has white color on #398082 background.