COLOR #389A73

HEX: #389A73
RGB: (56,154,115)

Color info

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

RGB color model

#389A73 color RGB value is (56,154,115).

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

RGB channels and saturation

R 56 of 255 = 22%
G 154 of 255 = 60%
B 115 of 255 = 45%

56
154
115

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

Portions of RGB colors in percentages

R + G + B =
56 + 154 + 115 = 325 (100%)
R 56 of 325 ~ 17.23%
G 154 of 325 ~ 47.38%
B 115 of 325 ~ 35.38%

%17.23
%47.38
%35.38

CMYK color model

#389A73 color CMYK value is (64,0,25,40).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(64,0,25,40)
C64M0Y25K40 
(64%,0%,25%,40%)
(0.64/0.00/0.25/0.40)	

CMYK percentages

%63.64
%0
%25.32
%39.61

Codes

Color #389A73 in popluar color models

389A73
RGB56154115
HSL156°46.67%41.18%
HSB/HSV156°63.64%60.39%
CMYK63.64%0.00%25.32%
39.61%

Color #389A73 in popluar number systems.

HEX389A73
Decimal56154115
Binary111000100110101110011
Octal70232163

Shades and tints

Shades of #389A73

#389A73
(56,154,115)
#338C69
(51,140,105)
#2E7E5F
(46,126,95)
#297055
(41,112,85)
#24624B
(36,98,75)
#1F5441
(31,84,65)
#1A4637
(26,70,55)
#15382D
(21,56,45)
#102A23
(16,42,35)
#0B1C19
(11,28,25)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #389A73

#389A73
(56,154,115)
#4AA37F
(74,163,127)
#5CAC8B
(92,172,139)
#6EB597
(110,181,151)
#80BEA3
(128,190,163)
#92C7AF
(146,199,175)
#A4D0BB
(164,208,187)
#B6D9C7
(182,217,199)
#C8E2D3
(200,226,211)
#DAEBDF
(218,235,223)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #389A73; }

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

This text font color is #389A73.


Background Color

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

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

This div background color is #389A73.


Border color

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

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

This div border color is #389A73.


Opacity

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

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

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

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

This text has shadow with #389A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389A73 on black background.


Color preview on white background

This text has color #389A73 on white background.



Black color preview on #389A73 background

This text has black color on #389A73 background.


White color preview on #389A73 background

This text has white color on #389A73 background.