COLOR #389875

HEX: #389875
RGB: (56,152,117)

Color info

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

RGB color model

#389875 color RGB value is (56,152,117).

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

RGB channels and saturation

R 56 of 255 = 22%
G 152 of 255 = 60%
B 117 of 255 = 46%

56
152
117

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

Portions of RGB colors in percentages

R + G + B =
56 + 152 + 117 = 325 (100%)
R 56 of 325 ~ 17.23%
G 152 of 325 ~ 46.77%
B 117 of 325 ~ 36%

%17.23
%46.77
%36

CMYK color model

#389875 color CMYK value is (63,0,23,40).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(63,0,23,40)
C63M0Y23K40 
(63%,0%,23%,40%)
(0.63/0.00/0.23/0.40)	

CMYK percentages

%63.16
%0
%23.03
%40.39

Codes

Color #389875 in popluar color models

389875
RGB56152117
HSL158°46.15%40.78%
HSB/HSV158°63.16%59.61%
CMYK63.16%0.00%23.03%
40.39%

Color #389875 in popluar number systems.

HEX389875
Decimal56152117
Binary111000100110001110101
Octal70230165

Shades and tints

Shades of #389875

#389875
(56,152,117)
#338B6B
(51,139,107)
#2E7E61
(46,126,97)
#297157
(41,113,87)
#24644D
(36,100,77)
#1F5743
(31,87,67)
#1A4A39
(26,74,57)
#153D2F
(21,61,47)
#103025
(16,48,37)
#0B231B
(11,35,27)
#061611
(6,22,17)
#000000
(0,0,0)

Tints of #389875

#389875
(56,152,117)
#4AA181
(74,161,129)
#5CAA8D
(92,170,141)
#6EB399
(110,179,153)
#80BCA5
(128,188,165)
#92C5B1
(146,197,177)
#A4CEBD
(164,206,189)
#B6D7C9
(182,215,201)
#C8E0D5
(200,224,213)
#DAE9E1
(218,233,225)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #389875; }

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

This text font color is #389875.


Background Color

.myBgColor { background-color: #389875; }

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

This div background color is #389875.


Border color

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

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

This div border color is #389875.


Opacity

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

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

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

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

This text has shadow with #389875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389875 on black background.


Color preview on white background

This text has color #389875 on white background.



Black color preview on #389875 background

This text has black color on #389875 background.


White color preview on #389875 background

This text has white color on #389875 background.