COLOR #398799

HEX: #398799
RGB: (57,135,153)

Color info

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

RGB color model

#398799 color RGB value is (57,135,153).

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

RGB channels and saturation

R 57 of 255 = 22%
G 135 of 255 = 53%
B 153 of 255 = 60%

57
135
153

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

Portions of RGB colors in percentages

R + G + B =
57 + 135 + 153 = 345 (100%)
R 57 of 345 ~ 16.52%
G 135 of 345 ~ 39.13%
B 153 of 345 ~ 44.35%

%16.52
%39.13
%44.35

CMYK color model

#398799 color CMYK value is (63,12,0,40).

  • cyan value is 62.75%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(63,12,0,40)
C63M12Y0K40 
(63%,12%,0%,40%)
(0.63/0.12/0.00/0.40)	

CMYK percentages

%62.75
%11.76
%0
%40

Codes

Color #398799 in popluar color models

398799
RGB57135153
HSL191°45.71%41.18%
HSB/HSV191°62.75%60.00%
CMYK62.75%11.76%0.00%
40.00%

Color #398799 in popluar number systems.

HEX398799
Decimal57135153
Binary1110011000011110011001
Octal71207231

Shades and tints

Shades of #398799

#398799
(57,135,153)
#347B8C
(52,123,140)
#2F6F7F
(47,111,127)
#2A6372
(42,99,114)
#255765
(37,87,101)
#204B58
(32,75,88)
#1B3F4B
(27,63,75)
#16333E
(22,51,62)
#112731
(17,39,49)
#0C1B24
(12,27,36)
#070F17
(7,15,23)
#000000
(0,0,0)

Tints of #398799

#398799
(57,135,153)
#4B91A2
(75,145,162)
#5D9BAB
(93,155,171)
#6FA5B4
(111,165,180)
#81AFBD
(129,175,189)
#93B9C6
(147,185,198)
#A5C3CF
(165,195,207)
#B7CDD8
(183,205,216)
#C9D7E1
(201,215,225)
#DBE1EA
(219,225,234)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398799; }

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

This text font color is #398799.


Background Color

.myBgColor { background-color: #398799; }

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

This div background color is #398799.


Border color

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

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

This div border color is #398799.


Opacity

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

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

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

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

This text has shadow with #398799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398799 on black background.


Color preview on white background

This text has color #398799 on white background.



Black color preview on #398799 background

This text has black color on #398799 background.


White color preview on #398799 background

This text has white color on #398799 background.