COLOR #27AB4F

HEX: #27AB4F
RGB: (39,171,79)

Color info

#27AB4F contains mainly green color. Web safe color of #27AB4F is #339966 (or #396).

RGB color model

#27AB4F color RGB value is (39,171,79).

  • red value is 39;
  • green value is 171;
  • blue value is 79.
RGB:
(39,171,79)
(15%,67%,31%)

RGB channels and saturation

R 39 of 255 = 15%
G 171 of 255 = 67%
B 79 of 255 = 31%

39
171
79

R + G + B ~ 38%. #27AB4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 171 + 79 = 289 (100%)
R 39 of 289 ~ 13.49%
G 171 of 289 ~ 59.17%
B 79 of 289 ~ 27.34%

%13.49
%59.17
%27.34

CMYK color model

#27AB4F color CMYK value is (77,0,54,33).

  • cyan value is 77.19%
  • magenta value is 0.00%
  • yellow value is 53.80%
  • key color value is 32.94%
CMYK:
(77,0,54,33)
C77M0Y54K33 
(77%,0%,54%,33%)
(0.77/0.00/0.54/0.33)	

CMYK percentages

%77.19
%0
%53.8
%32.94

Codes

Color #27AB4F in popluar color models

27AB4F
RGB3917179
HSL138°62.86%41.18%
HSB/HSV138°77.19%67.06%
CMYK77.19%0.00%53.80%
32.94%

Color #27AB4F in popluar number systems.

HEX27AB4F
Decimal3917179
Binary100111101010111001111
Octal47253117

Shades and tints

Shades of #27AB4F

#27AB4F
(39,171,79)
#249C48
(36,156,72)
#218D41
(33,141,65)
#1E7E3A
(30,126,58)
#1B6F33
(27,111,51)
#18602C
(24,96,44)
#155125
(21,81,37)
#12421E
(18,66,30)
#0F3317
(15,51,23)
#0C2410
(12,36,16)
#091509
(9,21,9)
#000000
(0,0,0)

Tints of #27AB4F

#27AB4F
(39,171,79)
#3AB25F
(58,178,95)
#4DB96F
(77,185,111)
#60C07F
(96,192,127)
#73C78F
(115,199,143)
#86CE9F
(134,206,159)
#99D5AF
(153,213,175)
#ACDCBF
(172,220,191)
#BFE3CF
(191,227,207)
#D2EADF
(210,234,223)
#E5F1EF
(229,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27AB4F color. Also use rgb(39,171,79) instead hex code.

Text Font Color

.myTextColor { color: #27AB4F; }

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

This text font color is #27AB4F.


Background Color

.myBgColor { background-color: #27AB4F; }

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

This div background color is #27AB4F.


Border color

.myBorderColor { border: 1px solid #27AB4F; }

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

This div border color is #27AB4F.


Opacity

.myOpacity80 { color: #27AB4F; opacity: 0.8; }

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

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

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

This text has shadow with #27AB4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27AB4F on black background.


Color preview on white background

This text has color #27AB4F on white background.



Black color preview on #27AB4F background

This text has black color on #27AB4F background.


White color preview on #27AB4F background

This text has white color on #27AB4F background.