COLOR #389740

HEX: #389740
RGB: (56,151,64)

Color info

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

RGB color model

#389740 color RGB value is (56,151,64).

  • red value is 56;
  • green value is 151;
  • blue value is 64.
RGB:
(56,151,64)
(22%,59%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 151 of 255 = 59%
B 64 of 255 = 25%

56
151
64

R + G + B ~ 35%. #389740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 151 + 64 = 271 (100%)
R 56 of 271 ~ 20.66%
G 151 of 271 ~ 55.72%
B 64 of 271 ~ 23.62%

%20.66
%55.72
%23.62

CMYK color model

#389740 color CMYK value is (63,0,58,41).

  • cyan value is 62.91%
  • magenta value is 0.00%
  • yellow value is 57.62%
  • key color value is 40.78%
CMYK:
(63,0,58,41)
C63M0Y58K41 
(63%,0%,58%,41%)
(0.63/0.00/0.58/0.41)	

CMYK percentages

%62.91
%0
%57.62
%40.78

Codes

Color #389740 in popluar color models

389740
RGB5615164
HSL125°45.89%40.59%
HSB/HSV125°62.91%59.22%
CMYK62.91%0.00%57.62%
40.78%

Color #389740 in popluar number systems.

HEX389740
Decimal5615164
Binary111000100101111000000
Octal70227100

Shades and tints

Shades of #389740

#389740
(56,151,64)
#338A3B
(51,138,59)
#2E7D36
(46,125,54)
#297031
(41,112,49)
#24632C
(36,99,44)
#1F5627
(31,86,39)
#1A4922
(26,73,34)
#153C1D
(21,60,29)
#102F18
(16,47,24)
#0B2213
(11,34,19)
#06150E
(6,21,14)
#000000
(0,0,0)

Tints of #389740

#389740
(56,151,64)
#4AA051
(74,160,81)
#5CA962
(92,169,98)
#6EB273
(110,178,115)
#80BB84
(128,187,132)
#92C495
(146,196,149)
#A4CDA6
(164,205,166)
#B6D6B7
(182,214,183)
#C8DFC8
(200,223,200)
#DAE8D9
(218,232,217)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389740 color. Also use rgb(56,151,64) instead hex code.

Text Font Color

.myTextColor { color: #389740; }

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

This text font color is #389740.


Background Color

.myBgColor { background-color: #389740; }

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

This div background color is #389740.


Border color

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

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

This div border color is #389740.


Opacity

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

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

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

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

This text has shadow with #389740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389740 on black background.


Color preview on white background

This text has color #389740 on white background.



Black color preview on #389740 background

This text has black color on #389740 background.


White color preview on #389740 background

This text has white color on #389740 background.