COLOR #398C6D

HEX: #398C6D
RGB: (57,140,109)

Color info

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

RGB color model

#398C6D color RGB value is (57,140,109).

  • red value is 57;
  • green value is 140;
  • blue value is 109.
RGB:
(57,140,109)
(22%,55%,43%)

RGB channels and saturation

R 57 of 255 = 22%
G 140 of 255 = 55%
B 109 of 255 = 43%

57
140
109

R + G + B ~ 40%. #398C6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 140 + 109 = 306 (100%)
R 57 of 306 ~ 18.63%
G 140 of 306 ~ 45.75%
B 109 of 306 ~ 35.62%

%18.63
%45.75
%35.62

CMYK color model

#398C6D color CMYK value is (59,0,22,45).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(59,0,22,45)
C59M0Y22K45 
(59%,0%,22%,45%)
(0.59/0.00/0.22/0.45)	

CMYK percentages

%59.29
%0
%22.14
%45.1

Codes

Color #398C6D in popluar color models

398C6D
RGB57140109
HSL158°42.13%38.63%
HSB/HSV158°59.29%54.90%
CMYK59.29%0.00%22.14%
45.10%

Color #398C6D in popluar number systems.

HEX398C6D
Decimal57140109
Binary111001100011001101101
Octal71214155

Shades and tints

Shades of #398C6D

#398C6D
(57,140,109)
#348064
(52,128,100)
#2F745B
(47,116,91)
#2A6852
(42,104,82)
#255C49
(37,92,73)
#205040
(32,80,64)
#1B4437
(27,68,55)
#16382E
(22,56,46)
#112C25
(17,44,37)
#0C201C
(12,32,28)
#071413
(7,20,19)
#000000
(0,0,0)

Tints of #398C6D

#398C6D
(57,140,109)
#4B967A
(75,150,122)
#5DA087
(93,160,135)
#6FAA94
(111,170,148)
#81B4A1
(129,180,161)
#93BEAE
(147,190,174)
#A5C8BB
(165,200,187)
#B7D2C8
(183,210,200)
#C9DCD5
(201,220,213)
#DBE6E2
(219,230,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #398C6D color. Also use rgb(57,140,109) instead hex code.

Text Font Color

.myTextColor { color: #398C6D; }

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

This text font color is #398C6D.


Background Color

.myBgColor { background-color: #398C6D; }

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

This div background color is #398C6D.


Border color

.myBorderColor { border: 1px solid #398C6D; }

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

This div border color is #398C6D.


Opacity

.myOpacity80 { color: #398C6D; opacity: 0.8; }

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

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

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

This text has shadow with #398C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #398C6D on black background.


Color preview on white background

This text has color #398C6D on white background.



Black color preview on #398C6D background

This text has black color on #398C6D background.


White color preview on #398C6D background

This text has white color on #398C6D background.