COLOR #389215

HEX: #389215
RGB: (56,146,21)

Color info

#389215 contains mainly green color. Web safe color of #389215 is #339900 (or #390).

RGB color model

#389215 color RGB value is (56,146,21).

  • red value is 56;
  • green value is 146;
  • blue value is 21.
RGB:
(56,146,21)
(22%,57%,8%)

RGB channels and saturation

R 56 of 255 = 22%
G 146 of 255 = 57%
B 21 of 255 = 8%

56
146
21

R + G + B ~ 29%. #389215 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 146 + 21 = 223 (100%)
R 56 of 223 ~ 25.11%
G 146 of 223 ~ 65.47%
B 21 of 223 ~ 9.42%

%25.11
%65.47

CMYK color model

#389215 color CMYK value is (62,0,86,43).

  • cyan value is 61.64%
  • magenta value is 0.00%
  • yellow value is 85.62%
  • key color value is 42.75%
CMYK:
(62,0,86,43)
C62M0Y86K43 
(62%,0%,86%,43%)
(0.62/0.00/0.86/0.43)	

CMYK percentages

%61.64
%0
%85.62
%42.75

Codes

Color #389215 in popluar color models

389215
RGB5614621
HSL103°74.85%32.75%
HSB/HSV103°85.62%57.25%
CMYK61.64%0.00%85.62%
42.75%

Color #389215 in popluar number systems.

HEX389215
Decimal5614621
Binary1110001001001010101
Octal7022225

Shades and tints

Shades of #389215

#389215
(56,146,21)
#338514
(51,133,20)
#2E7813
(46,120,19)
#296B12
(41,107,18)
#245E11
(36,94,17)
#1F5110
(31,81,16)
#1A440F
(26,68,15)
#15370E
(21,55,14)
#102A0D
(16,42,13)
#0B1D0C
(11,29,12)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #389215

#389215
(56,146,21)
#4A9B2A
(74,155,42)
#5CA43F
(92,164,63)
#6EAD54
(110,173,84)
#80B669
(128,182,105)
#92BF7E
(146,191,126)
#A4C893
(164,200,147)
#B6D1A8
(182,209,168)
#C8DABD
(200,218,189)
#DAE3D2
(218,227,210)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389215 color. Also use rgb(56,146,21) instead hex code.

Text Font Color

.myTextColor { color: #389215; }

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

This text font color is #389215.


Background Color

.myBgColor { background-color: #389215; }

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

This div background color is #389215.


Border color

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

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

This div border color is #389215.


Opacity

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

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

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

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

This text has shadow with #389215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389215 on black background.


Color preview on white background

This text has color #389215 on white background.



Black color preview on #389215 background

This text has black color on #389215 background.


White color preview on #389215 background

This text has white color on #389215 background.