COLOR #398779

HEX: #398779
RGB: (57,135,121)

Color info

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

RGB color model

#398779 color RGB value is (57,135,121).

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

RGB channels and saturation

R 57 of 255 = 22%
G 135 of 255 = 53%
B 121 of 255 = 47%

57
135
121

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

Portions of RGB colors in percentages

R + G + B =
57 + 135 + 121 = 313 (100%)
R 57 of 313 ~ 18.21%
G 135 of 313 ~ 43.13%
B 121 of 313 ~ 38.66%

%18.21
%43.13
%38.66

CMYK color model

#398779 color CMYK value is (58,0,10,47).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(58,0,10,47)
C58M0Y10K47 
(58%,0%,10%,47%)
(0.58/0.00/0.10/0.47)	

CMYK percentages

%57.78
%0
%10.37
%47.06

Codes

Color #398779 in popluar color models

398779
RGB57135121
HSL169°40.63%37.65%
HSB/HSV169°57.78%52.94%
CMYK57.78%0.00%10.37%
47.06%

Color #398779 in popluar number systems.

HEX398779
Decimal57135121
Binary111001100001111111001
Octal71207171

Shades and tints

Shades of #398779

#398779
(57,135,121)
#347B6E
(52,123,110)
#2F6F63
(47,111,99)
#2A6358
(42,99,88)
#25574D
(37,87,77)
#204B42
(32,75,66)
#1B3F37
(27,63,55)
#16332C
(22,51,44)
#112721
(17,39,33)
#0C1B16
(12,27,22)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #398779

#398779
(57,135,121)
#4B9185
(75,145,133)
#5D9B91
(93,155,145)
#6FA59D
(111,165,157)
#81AFA9
(129,175,169)
#93B9B5
(147,185,181)
#A5C3C1
(165,195,193)
#B7CDCD
(183,205,205)
#C9D7D9
(201,215,217)
#DBE1E5
(219,225,229)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #398779; }

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

This text font color is #398779.


Background Color

.myBgColor { background-color: #398779; }

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

This div background color is #398779.


Border color

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

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

This div border color is #398779.


Opacity

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

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

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

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

This text has shadow with #398779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398779 on black background.


Color preview on white background

This text has color #398779 on white background.



Black color preview on #398779 background

This text has black color on #398779 background.


White color preview on #398779 background

This text has white color on #398779 background.