COLOR #389596

HEX: #389596
RGB: (56,149,150)

Color info

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

RGB color model

#389596 color RGB value is (56,149,150).

  • red value is 56;
  • green value is 149;
  • blue value is 150.
RGB:
(56,149,150)
(22%,58%,59%)

RGB channels and saturation

R 56 of 255 = 22%
G 149 of 255 = 58%
B 150 of 255 = 59%

56
149
150

R + G + B ~ 46%. #389596 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 149 + 150 = 355 (100%)
R 56 of 355 ~ 15.77%
G 149 of 355 ~ 41.97%
B 150 of 355 ~ 42.25%

%15.77
%41.97
%42.25

CMYK color model

#389596 color CMYK value is (63,1,0,41).

  • cyan value is 62.67%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(63,1,0,41)
C63M1Y0K41 
(63%,1%,0%,41%)
(0.63/0.01/0.00/0.41)	

CMYK percentages

%62.67
%0.67
%0
%41.18

Codes

Color #389596 in popluar color models

389596
RGB56149150
HSL181°45.63%40.39%
HSB/HSV181°62.67%58.82%
CMYK62.67%0.67%0.00%
41.18%

Color #389596 in popluar number systems.

HEX389596
Decimal56149150
Binary1110001001010110010110
Octal70225226

Shades and tints

Shades of #389596

#389596
(56,149,150)
#338889
(51,136,137)
#2E7B7C
(46,123,124)
#296E6F
(41,110,111)
#246162
(36,97,98)
#1F5455
(31,84,85)
#1A4748
(26,71,72)
#153A3B
(21,58,59)
#102D2E
(16,45,46)
#0B2021
(11,32,33)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #389596

#389596
(56,149,150)
#4A9E9F
(74,158,159)
#5CA7A8
(92,167,168)
#6EB0B1
(110,176,177)
#80B9BA
(128,185,186)
#92C2C3
(146,194,195)
#A4CBCC
(164,203,204)
#B6D4D5
(182,212,213)
#C8DDDE
(200,221,222)
#DAE6E7
(218,230,231)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389596 color. Also use rgb(56,149,150) instead hex code.

Text Font Color

.myTextColor { color: #389596; }

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

This text font color is #389596.


Background Color

.myBgColor { background-color: #389596; }

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

This div background color is #389596.


Border color

.myBorderColor { border: 1px solid #389596; }

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

This div border color is #389596.


Opacity

.myOpacity80 { color: #389596; opacity: 0.8; }

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

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

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

This text has shadow with #389596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389596 on black background.


Color preview on white background

This text has color #389596 on white background.



Black color preview on #389596 background

This text has black color on #389596 background.


White color preview on #389596 background

This text has white color on #389596 background.