COLOR #389528

HEX: #389528
RGB: (56,149,40)

Color info

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

RGB color model

#389528 color RGB value is (56,149,40).

  • red value is 56;
  • green value is 149;
  • blue value is 40.
RGB:
(56,149,40)
(22%,58%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 149 of 255 = 58%
B 40 of 255 = 16%

56
149
40

R + G + B ~ 32%. #389528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 149 + 40 = 245 (100%)
R 56 of 245 ~ 22.86%
G 149 of 245 ~ 60.82%
B 40 of 245 ~ 16.33%

%22.86
%60.82
%16.33

CMYK color model

#389528 color CMYK value is (62,0,73,42).

  • cyan value is 62.42%
  • magenta value is 0.00%
  • yellow value is 73.15%
  • key color value is 41.57%
CMYK:
(62,0,73,42)
C62M0Y73K42 
(62%,0%,73%,42%)
(0.62/0.00/0.73/0.42)	

CMYK percentages

%62.42
%0
%73.15
%41.57

Codes

Color #389528 in popluar color models

389528
RGB5614940
HSL111°57.67%37.06%
HSB/HSV111°73.15%58.43%
CMYK62.42%0.00%73.15%
41.57%

Color #389528 in popluar number systems.

HEX389528
Decimal5614940
Binary11100010010101101000
Octal7022550

Shades and tints

Shades of #389528

#389528
(56,149,40)
#338825
(51,136,37)
#2E7B22
(46,123,34)
#296E1F
(41,110,31)
#24611C
(36,97,28)
#1F5419
(31,84,25)
#1A4716
(26,71,22)
#153A13
(21,58,19)
#102D10
(16,45,16)
#0B200D
(11,32,13)
#06130A
(6,19,10)
#000000
(0,0,0)

Tints of #389528

#389528
(56,149,40)
#4A9E3B
(74,158,59)
#5CA74E
(92,167,78)
#6EB061
(110,176,97)
#80B974
(128,185,116)
#92C287
(146,194,135)
#A4CB9A
(164,203,154)
#B6D4AD
(182,212,173)
#C8DDC0
(200,221,192)
#DAE6D3
(218,230,211)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389528 color. Also use rgb(56,149,40) instead hex code.

Text Font Color

.myTextColor { color: #389528; }

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

This text font color is #389528.


Background Color

.myBgColor { background-color: #389528; }

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

This div background color is #389528.


Border color

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

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

This div border color is #389528.


Opacity

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

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

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

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

This text has shadow with #389528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389528 on black background.


Color preview on white background

This text has color #389528 on white background.



Black color preview on #389528 background

This text has black color on #389528 background.


White color preview on #389528 background

This text has white color on #389528 background.