COLOR #389CAE

HEX: #389CAE
RGB: (56,156,174)

Color info

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

RGB color model

#389CAE color RGB value is (56,156,174).

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

RGB channels and saturation

R 56 of 255 = 22%
G 156 of 255 = 61%
B 174 of 255 = 68%

56
156
174

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

Portions of RGB colors in percentages

R + G + B =
56 + 156 + 174 = 386 (100%)
R 56 of 386 ~ 14.51%
G 156 of 386 ~ 40.41%
B 174 of 386 ~ 45.08%

%14.51
%40.41
%45.08

CMYK color model

#389CAE color CMYK value is (68,10,0,32).

  • cyan value is 67.82%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(68,10,0,32)
C68M10Y0K32 
(68%,10%,0%,32%)
(0.68/0.10/0.00/0.32)	

CMYK percentages

%67.82
%10.34
%0
%31.76

Codes

Color #389CAE in popluar color models

389CAE
RGB56156174
HSL189°51.30%45.10%
HSB/HSV189°67.82%68.24%
CMYK67.82%10.34%0.00%
31.76%

Color #389CAE in popluar number systems.

HEX389CAE
Decimal56156174
Binary1110001001110010101110
Octal70234256

Shades and tints

Shades of #389CAE

#389CAE
(56,156,174)
#338E9F
(51,142,159)
#2E8090
(46,128,144)
#297281
(41,114,129)
#246472
(36,100,114)
#1F5663
(31,86,99)
#1A4854
(26,72,84)
#153A45
(21,58,69)
#102C36
(16,44,54)
#0B1E27
(11,30,39)
#061018
(6,16,24)
#000000
(0,0,0)

Tints of #389CAE

#389CAE
(56,156,174)
#4AA5B5
(74,165,181)
#5CAEBC
(92,174,188)
#6EB7C3
(110,183,195)
#80C0CA
(128,192,202)
#92C9D1
(146,201,209)
#A4D2D8
(164,210,216)
#B6DBDF
(182,219,223)
#C8E4E6
(200,228,230)
#DAEDED
(218,237,237)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #389CAE; }

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

This text font color is #389CAE.


Background Color

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

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

This div background color is #389CAE.


Border color

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

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

This div border color is #389CAE.


Opacity

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

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

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

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

This text has shadow with #389CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389CAE on black background.


Color preview on white background

This text has color #389CAE on white background.



Black color preview on #389CAE background

This text has black color on #389CAE background.


White color preview on #389CAE background

This text has white color on #389CAE background.