COLOR #389A5C

HEX: #389A5C
RGB: (56,154,92)

Color info

#389A5C contains mainly green color. Web safe color of #389A5C is #339966 (or #396).

RGB color model

#389A5C color RGB value is (56,154,92).

  • red value is 56;
  • green value is 154;
  • blue value is 92.
RGB:
(56,154,92)
(22%,60%,36%)

RGB channels and saturation

R 56 of 255 = 22%
G 154 of 255 = 60%
B 92 of 255 = 36%

56
154
92

R + G + B ~ 39%. #389A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 154 + 92 = 302 (100%)
R 56 of 302 ~ 18.54%
G 154 of 302 ~ 50.99%
B 92 of 302 ~ 30.46%

%18.54
%50.99
%30.46

CMYK color model

#389A5C color CMYK value is (64,0,40,40).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 40.26%
  • key color value is 39.61%
CMYK:
(64,0,40,40)
C64M0Y40K40 
(64%,0%,40%,40%)
(0.64/0.00/0.40/0.40)	

CMYK percentages

%63.64
%0
%40.26
%39.61

Codes

Color #389A5C in popluar color models

389A5C
RGB5615492
HSL142°46.67%41.18%
HSB/HSV142°63.64%60.39%
CMYK63.64%0.00%40.26%
39.61%

Color #389A5C in popluar number systems.

HEX389A5C
Decimal5615492
Binary111000100110101011100
Octal70232134

Shades and tints

Shades of #389A5C

#389A5C
(56,154,92)
#338C54
(51,140,84)
#2E7E4C
(46,126,76)
#297044
(41,112,68)
#24623C
(36,98,60)
#1F5434
(31,84,52)
#1A462C
(26,70,44)
#153824
(21,56,36)
#102A1C
(16,42,28)
#0B1C14
(11,28,20)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #389A5C

#389A5C
(56,154,92)
#4AA36A
(74,163,106)
#5CAC78
(92,172,120)
#6EB586
(110,181,134)
#80BE94
(128,190,148)
#92C7A2
(146,199,162)
#A4D0B0
(164,208,176)
#B6D9BE
(182,217,190)
#C8E2CC
(200,226,204)
#DAEBDA
(218,235,218)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389A5C color. Also use rgb(56,154,92) instead hex code.

Text Font Color

.myTextColor { color: #389A5C; }

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

This text font color is #389A5C.


Background Color

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

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

This div background color is #389A5C.


Border color

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

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

This div border color is #389A5C.


Opacity

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

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

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

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

This text has shadow with #389A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389A5C on black background.


Color preview on white background

This text has color #389A5C on white background.



Black color preview on #389A5C background

This text has black color on #389A5C background.


White color preview on #389A5C background

This text has white color on #389A5C background.