COLOR #39AB40

HEX: #39AB40
RGB: (57,171,64)

Color info

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

RGB color model

#39AB40 color RGB value is (57,171,64).

  • red value is 57;
  • green value is 171;
  • blue value is 64.
RGB:
(57,171,64)
(22%,67%,25%)

RGB channels and saturation

R 57 of 255 = 22%
G 171 of 255 = 67%
B 64 of 255 = 25%

57
171
64

R + G + B ~ 38%. #39AB40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 171 + 64 = 292 (100%)
R 57 of 292 ~ 19.52%
G 171 of 292 ~ 58.56%
B 64 of 292 ~ 21.92%

%19.52
%58.56
%21.92

CMYK color model

#39AB40 color CMYK value is (67,0,63,33).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 62.57%
  • key color value is 32.94%
CMYK:
(67,0,63,33)
C67M0Y63K33 
(67%,0%,63%,33%)
(0.67/0.00/0.63/0.33)	

CMYK percentages

%66.67
%0
%62.57
%32.94

Codes

Color #39AB40 in popluar color models

39AB40
RGB5717164
HSL124°50.00%44.71%
HSB/HSV124°66.67%67.06%
CMYK66.67%0.00%62.57%
32.94%

Color #39AB40 in popluar number systems.

HEX39AB40
Decimal5717164
Binary111001101010111000000
Octal71253100

Shades and tints

Shades of #39AB40

#39AB40
(57,171,64)
#349C3B
(52,156,59)
#2F8D36
(47,141,54)
#2A7E31
(42,126,49)
#256F2C
(37,111,44)
#206027
(32,96,39)
#1B5122
(27,81,34)
#16421D
(22,66,29)
#113318
(17,51,24)
#0C2413
(12,36,19)
#07150E
(7,21,14)
#000000
(0,0,0)

Tints of #39AB40

#39AB40
(57,171,64)
#4BB251
(75,178,81)
#5DB962
(93,185,98)
#6FC073
(111,192,115)
#81C784
(129,199,132)
#93CE95
(147,206,149)
#A5D5A6
(165,213,166)
#B7DCB7
(183,220,183)
#C9E3C8
(201,227,200)
#DBEAD9
(219,234,217)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39AB40 color. Also use rgb(57,171,64) instead hex code.

Text Font Color

.myTextColor { color: #39AB40; }

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

This text font color is #39AB40.


Background Color

.myBgColor { background-color: #39AB40; }

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

This div background color is #39AB40.


Border color

.myBorderColor { border: 1px solid #39AB40; }

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

This div border color is #39AB40.


Opacity

.myOpacity80 { color: #39AB40; opacity: 0.8; }

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

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

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

This text has shadow with #39AB40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39AB40 on black background.


Color preview on white background

This text has color #39AB40 on white background.



Black color preview on #39AB40 background

This text has black color on #39AB40 background.


White color preview on #39AB40 background

This text has white color on #39AB40 background.