COLOR #389CAC

HEX: #389CAC
RGB: (56,156,172)

Color info

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

RGB color model

#389CAC color RGB value is (56,156,172).

  • red value is 56;
  • green value is 156;
  • blue value is 172.
RGB:
(56,156,172)
(22%,61%,67%)

RGB channels and saturation

R 56 of 255 = 22%
G 156 of 255 = 61%
B 172 of 255 = 67%

56
156
172

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

Portions of RGB colors in percentages

R + G + B =
56 + 156 + 172 = 384 (100%)
R 56 of 384 ~ 14.58%
G 156 of 384 ~ 40.63%
B 172 of 384 ~ 44.79%

%14.58
%40.63
%44.79

CMYK color model

#389CAC color CMYK value is (67,9,0,33).

  • cyan value is 67.44%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(67,9,0,33)
C67M9Y0K33 
(67%,9%,0%,33%)
(0.67/0.09/0.00/0.33)	

CMYK percentages

%67.44
%9.3
%0
%32.55

Codes

Color #389CAC in popluar color models

389CAC
RGB56156172
HSL188°50.88%44.71%
HSB/HSV188°67.44%67.45%
CMYK67.44%9.30%0.00%
32.55%

Color #389CAC in popluar number systems.

HEX389CAC
Decimal56156172
Binary1110001001110010101100
Octal70234254

Shades and tints

Shades of #389CAC

#389CAC
(56,156,172)
#338E9D
(51,142,157)
#2E808E
(46,128,142)
#29727F
(41,114,127)
#246470
(36,100,112)
#1F5661
(31,86,97)
#1A4852
(26,72,82)
#153A43
(21,58,67)
#102C34
(16,44,52)
#0B1E25
(11,30,37)
#061016
(6,16,22)
#000000
(0,0,0)

Tints of #389CAC

#389CAC
(56,156,172)
#4AA5B3
(74,165,179)
#5CAEBA
(92,174,186)
#6EB7C1
(110,183,193)
#80C0C8
(128,192,200)
#92C9CF
(146,201,207)
#A4D2D6
(164,210,214)
#B6DBDD
(182,219,221)
#C8E4E4
(200,228,228)
#DAEDEB
(218,237,235)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389CAC color. Also use rgb(56,156,172) instead hex code.

Text Font Color

.myTextColor { color: #389CAC; }

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

This text font color is #389CAC.


Background Color

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

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

This div background color is #389CAC.


Border color

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

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

This div border color is #389CAC.


Opacity

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

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

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

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

This text has shadow with #389CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389CAC on black background.


Color preview on white background

This text has color #389CAC on white background.



Black color preview on #389CAC background

This text has black color on #389CAC background.


White color preview on #389CAC background

This text has white color on #389CAC background.