COLOR #389B4B

HEX: #389B4B
RGB: (56,155,75)

Color info

#389B4B contains mainly green color. Web safe color of #389B4B is #339933 (or #393).

RGB color model

#389B4B color RGB value is (56,155,75).

  • red value is 56;
  • green value is 155;
  • blue value is 75.
RGB:
(56,155,75)
(22%,61%,29%)

RGB channels and saturation

R 56 of 255 = 22%
G 155 of 255 = 61%
B 75 of 255 = 29%

56
155
75

R + G + B ~ 37%. #389B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 155 + 75 = 286 (100%)
R 56 of 286 ~ 19.58%
G 155 of 286 ~ 54.2%
B 75 of 286 ~ 26.22%

%19.58
%54.2
%26.22

CMYK color model

#389B4B color CMYK value is (64,0,52,39).

  • cyan value is 63.87%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 39.22%
CMYK:
(64,0,52,39)
C64M0Y52K39 
(64%,0%,52%,39%)
(0.64/0.00/0.52/0.39)	

CMYK percentages

%63.87
%0
%51.61
%39.22

Codes

Color #389B4B in popluar color models

389B4B
RGB5615575
HSL132°46.92%41.37%
HSB/HSV132°63.87%60.78%
CMYK63.87%0.00%51.61%
39.22%

Color #389B4B in popluar number systems.

HEX389B4B
Decimal5615575
Binary111000100110111001011
Octal70233113

Shades and tints

Shades of #389B4B

#389B4B
(56,155,75)
#338D45
(51,141,69)
#2E7F3F
(46,127,63)
#297139
(41,113,57)
#246333
(36,99,51)
#1F552D
(31,85,45)
#1A4727
(26,71,39)
#153921
(21,57,33)
#102B1B
(16,43,27)
#0B1D15
(11,29,21)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #389B4B

#389B4B
(56,155,75)
#4AA45B
(74,164,91)
#5CAD6B
(92,173,107)
#6EB67B
(110,182,123)
#80BF8B
(128,191,139)
#92C89B
(146,200,155)
#A4D1AB
(164,209,171)
#B6DABB
(182,218,187)
#C8E3CB
(200,227,203)
#DAECDB
(218,236,219)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389B4B color. Also use rgb(56,155,75) instead hex code.

Text Font Color

.myTextColor { color: #389B4B; }

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

This text font color is #389B4B.


Background Color

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

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

This div background color is #389B4B.


Border color

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

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

This div border color is #389B4B.


Opacity

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

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

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

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

This text has shadow with #389B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389B4B on black background.


Color preview on white background

This text has color #389B4B on white background.



Black color preview on #389B4B background

This text has black color on #389B4B background.


White color preview on #389B4B background

This text has white color on #389B4B background.