COLOR #398668

HEX: #398668
RGB: (57,134,104)

Color info

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

RGB color model

#398668 color RGB value is (57,134,104).

  • red value is 57;
  • green value is 134;
  • blue value is 104.
RGB:
(57,134,104)
(22%,53%,41%)

RGB channels and saturation

R 57 of 255 = 22%
G 134 of 255 = 53%
B 104 of 255 = 41%

57
134
104

R + G + B ~ 39%. #398668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 134 + 104 = 295 (100%)
R 57 of 295 ~ 19.32%
G 134 of 295 ~ 45.42%
B 104 of 295 ~ 35.25%

%19.32
%45.42
%35.25

CMYK color model

#398668 color CMYK value is (57,0,22,47).

  • cyan value is 57.46%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(57,0,22,47)
C57M0Y22K47 
(57%,0%,22%,47%)
(0.57/0.00/0.22/0.47)	

CMYK percentages

%57.46
%0
%22.39
%47.45

Codes

Color #398668 in popluar color models

398668
RGB57134104
HSL157°40.31%37.45%
HSB/HSV157°57.46%52.55%
CMYK57.46%0.00%22.39%
47.45%

Color #398668 in popluar number systems.

HEX398668
Decimal57134104
Binary111001100001101101000
Octal71206150

Shades and tints

Shades of #398668

#398668
(57,134,104)
#347A5F
(52,122,95)
#2F6E56
(47,110,86)
#2A624D
(42,98,77)
#255644
(37,86,68)
#204A3B
(32,74,59)
#1B3E32
(27,62,50)
#163229
(22,50,41)
#112620
(17,38,32)
#0C1A17
(12,26,23)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #398668

#398668
(57,134,104)
#4B9175
(75,145,117)
#5D9C82
(93,156,130)
#6FA78F
(111,167,143)
#81B29C
(129,178,156)
#93BDA9
(147,189,169)
#A5C8B6
(165,200,182)
#B7D3C3
(183,211,195)
#C9DED0
(201,222,208)
#DBE9DD
(219,233,221)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398668 color. Also use rgb(57,134,104) instead hex code.

Text Font Color

.myTextColor { color: #398668; }

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

This text font color is #398668.


Background Color

.myBgColor { background-color: #398668; }

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

This div background color is #398668.


Border color

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

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

This div border color is #398668.


Opacity

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

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

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

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

This text has shadow with #398668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398668 on black background.


Color preview on white background

This text has color #398668 on white background.



Black color preview on #398668 background

This text has black color on #398668 background.


White color preview on #398668 background

This text has white color on #398668 background.