COLOR #389A93

HEX: #389A93
RGB: (56,154,147)

Color info

#389A93 contains mainly green and blue colors. Web safe color of #389A93 is #339999 (or #399).

RGB color model

#389A93 color RGB value is (56,154,147).

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

RGB channels and saturation

R 56 of 255 = 22%
G 154 of 255 = 60%
B 147 of 255 = 58%

56
154
147

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

Portions of RGB colors in percentages

R + G + B =
56 + 154 + 147 = 357 (100%)
R 56 of 357 ~ 15.69%
G 154 of 357 ~ 43.14%
B 147 of 357 ~ 41.18%

%15.69
%43.14
%41.18

CMYK color model

#389A93 color CMYK value is (64,0,5,40).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 39.61%
CMYK:
(64,0,5,40)
C64M0Y5K40 
(64%,0%,5%,40%)
(0.64/0.00/0.05/0.40)	

CMYK percentages

%63.64
%0
%4.55
%39.61

Codes

Color #389A93 in popluar color models

389A93
RGB56154147
HSL176°46.67%41.18%
HSB/HSV176°63.64%60.39%
CMYK63.64%0.00%4.55%
39.61%

Color #389A93 in popluar number systems.

HEX389A93
Decimal56154147
Binary1110001001101010010011
Octal70232223

Shades and tints

Shades of #389A93

#389A93
(56,154,147)
#338C86
(51,140,134)
#2E7E79
(46,126,121)
#29706C
(41,112,108)
#24625F
(36,98,95)
#1F5452
(31,84,82)
#1A4645
(26,70,69)
#153838
(21,56,56)
#102A2B
(16,42,43)
#0B1C1E
(11,28,30)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #389A93

#389A93
(56,154,147)
#4AA39C
(74,163,156)
#5CACA5
(92,172,165)
#6EB5AE
(110,181,174)
#80BEB7
(128,190,183)
#92C7C0
(146,199,192)
#A4D0C9
(164,208,201)
#B6D9D2
(182,217,210)
#C8E2DB
(200,226,219)
#DAEBE4
(218,235,228)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #389A93; }

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

This text font color is #389A93.


Background Color

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

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

This div background color is #389A93.


Border color

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

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

This div border color is #389A93.


Opacity

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

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

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

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

This text has shadow with #389A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389A93 on black background.


Color preview on white background

This text has color #389A93 on white background.



Black color preview on #389A93 background

This text has black color on #389A93 background.


White color preview on #389A93 background

This text has white color on #389A93 background.