COLOR #389A79

HEX: #389A79
RGB: (56,154,121)

Color info

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

RGB color model

#389A79 color RGB value is (56,154,121).

  • red value is 56;
  • green value is 154;
  • blue value is 121.
RGB:
(56,154,121)
(22%,60%,47%)

RGB channels and saturation

R 56 of 255 = 22%
G 154 of 255 = 60%
B 121 of 255 = 47%

56
154
121

R + G + B ~ 43%. #389A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 154 + 121 = 331 (100%)
R 56 of 331 ~ 16.92%
G 154 of 331 ~ 46.53%
B 121 of 331 ~ 36.56%

%16.92
%46.53
%36.56

CMYK color model

#389A79 color CMYK value is (64,0,21,40).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 39.61%
CMYK:
(64,0,21,40)
C64M0Y21K40 
(64%,0%,21%,40%)
(0.64/0.00/0.21/0.40)	

CMYK percentages

%63.64
%0
%21.43
%39.61

Codes

Color #389A79 in popluar color models

389A79
RGB56154121
HSL160°46.67%41.18%
HSB/HSV160°63.64%60.39%
CMYK63.64%0.00%21.43%
39.61%

Color #389A79 in popluar number systems.

HEX389A79
Decimal56154121
Binary111000100110101111001
Octal70232171

Shades and tints

Shades of #389A79

#389A79
(56,154,121)
#338C6E
(51,140,110)
#2E7E63
(46,126,99)
#297058
(41,112,88)
#24624D
(36,98,77)
#1F5442
(31,84,66)
#1A4637
(26,70,55)
#15382C
(21,56,44)
#102A21
(16,42,33)
#0B1C16
(11,28,22)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #389A79

#389A79
(56,154,121)
#4AA385
(74,163,133)
#5CAC91
(92,172,145)
#6EB59D
(110,181,157)
#80BEA9
(128,190,169)
#92C7B5
(146,199,181)
#A4D0C1
(164,208,193)
#B6D9CD
(182,217,205)
#C8E2D9
(200,226,217)
#DAEBE5
(218,235,229)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389A79 color. Also use rgb(56,154,121) instead hex code.

Text Font Color

.myTextColor { color: #389A79; }

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

This text font color is #389A79.


Background Color

.myBgColor { background-color: #389A79; }

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

This div background color is #389A79.


Border color

.myBorderColor { border: 1px solid #389A79; }

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

This div border color is #389A79.


Opacity

.myOpacity80 { color: #389A79; opacity: 0.8; }

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

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

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

This text has shadow with #389A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389A79 on black background.


Color preview on white background

This text has color #389A79 on white background.



Black color preview on #389A79 background

This text has black color on #389A79 background.


White color preview on #389A79 background

This text has white color on #389A79 background.