COLOR #389475

HEX: #389475
RGB: (56,148,117)

Color info

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

RGB color model

#389475 color RGB value is (56,148,117).

  • red value is 56;
  • green value is 148;
  • blue value is 117.
RGB:
(56,148,117)
(22%,58%,46%)

RGB channels and saturation

R 56 of 255 = 22%
G 148 of 255 = 58%
B 117 of 255 = 46%

56
148
117

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

Portions of RGB colors in percentages

R + G + B =
56 + 148 + 117 = 321 (100%)
R 56 of 321 ~ 17.45%
G 148 of 321 ~ 46.11%
B 117 of 321 ~ 36.45%

%17.45
%46.11
%36.45

CMYK color model

#389475 color CMYK value is (62,0,21,42).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(62,0,21,42)
C62M0Y21K42 
(62%,0%,21%,42%)
(0.62/0.00/0.21/0.42)	

CMYK percentages

%62.16
%0
%20.95
%41.96

Codes

Color #389475 in popluar color models

389475
RGB56148117
HSL160°45.10%40.00%
HSB/HSV160°62.16%58.04%
CMYK62.16%0.00%20.95%
41.96%

Color #389475 in popluar number systems.

HEX389475
Decimal56148117
Binary111000100101001110101
Octal70224165

Shades and tints

Shades of #389475

#389475
(56,148,117)
#33876B
(51,135,107)
#2E7A61
(46,122,97)
#296D57
(41,109,87)
#24604D
(36,96,77)
#1F5343
(31,83,67)
#1A4639
(26,70,57)
#15392F
(21,57,47)
#102C25
(16,44,37)
#0B1F1B
(11,31,27)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #389475

#389475
(56,148,117)
#4A9D81
(74,157,129)
#5CA68D
(92,166,141)
#6EAF99
(110,175,153)
#80B8A5
(128,184,165)
#92C1B1
(146,193,177)
#A4CABD
(164,202,189)
#B6D3C9
(182,211,201)
#C8DCD5
(200,220,213)
#DAE5E1
(218,229,225)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389475 color. Also use rgb(56,148,117) instead hex code.

Text Font Color

.myTextColor { color: #389475; }

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

This text font color is #389475.


Background Color

.myBgColor { background-color: #389475; }

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

This div background color is #389475.


Border color

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

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

This div border color is #389475.


Opacity

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

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

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

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

This text has shadow with #389475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389475 on black background.


Color preview on white background

This text has color #389475 on white background.



Black color preview on #389475 background

This text has black color on #389475 background.


White color preview on #389475 background

This text has white color on #389475 background.