COLOR #389070

HEX: #389070
RGB: (56,144,112)

Color info

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

RGB color model

#389070 color RGB value is (56,144,112).

  • red value is 56;
  • green value is 144;
  • blue value is 112.
RGB:
(56,144,112)
(22%,56%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 144 of 255 = 56%
B 112 of 255 = 44%

56
144
112

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

Portions of RGB colors in percentages

R + G + B =
56 + 144 + 112 = 312 (100%)
R 56 of 312 ~ 17.95%
G 144 of 312 ~ 46.15%
B 112 of 312 ~ 35.9%

%17.95
%46.15
%35.9

CMYK color model

#389070 color CMYK value is (61,0,22,44).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 43.53%
CMYK:
(61,0,22,44)
C61M0Y22K44 
(61%,0%,22%,44%)
(0.61/0.00/0.22/0.44)	

CMYK percentages

%61.11
%0
%22.22
%43.53

Codes

Color #389070 in popluar color models

389070
RGB56144112
HSL158°44.00%39.22%
HSB/HSV158°61.11%56.47%
CMYK61.11%0.00%22.22%
43.53%

Color #389070 in popluar number systems.

HEX389070
Decimal56144112
Binary111000100100001110000
Octal70220160

Shades and tints

Shades of #389070

#389070
(56,144,112)
#338366
(51,131,102)
#2E765C
(46,118,92)
#296952
(41,105,82)
#245C48
(36,92,72)
#1F4F3E
(31,79,62)
#1A4234
(26,66,52)
#15352A
(21,53,42)
#102820
(16,40,32)
#0B1B16
(11,27,22)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #389070

#389070
(56,144,112)
#4A9A7D
(74,154,125)
#5CA48A
(92,164,138)
#6EAE97
(110,174,151)
#80B8A4
(128,184,164)
#92C2B1
(146,194,177)
#A4CCBE
(164,204,190)
#B6D6CB
(182,214,203)
#C8E0D8
(200,224,216)
#DAEAE5
(218,234,229)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389070 color. Also use rgb(56,144,112) instead hex code.

Text Font Color

.myTextColor { color: #389070; }

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

This text font color is #389070.


Background Color

.myBgColor { background-color: #389070; }

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

This div background color is #389070.


Border color

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

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

This div border color is #389070.


Opacity

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

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

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

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

This text has shadow with #389070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389070 on black background.


Color preview on white background

This text has color #389070 on white background.



Black color preview on #389070 background

This text has black color on #389070 background.


White color preview on #389070 background

This text has white color on #389070 background.