COLOR #27A477

HEX: #27A477
RGB: (39,164,119)

Color info

#27A477 contains mainly green and blue colors. Web safe color of #27A477 is #339966 (or #396).

RGB color model

#27A477 color RGB value is (39,164,119).

  • red value is 39;
  • green value is 164;
  • blue value is 119.
RGB:
(39,164,119)
(15%,64%,47%)

RGB channels and saturation

R 39 of 255 = 15%
G 164 of 255 = 64%
B 119 of 255 = 47%

39
164
119

R + G + B ~ 42%. #27A477 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 164 + 119 = 322 (100%)
R 39 of 322 ~ 12.11%
G 164 of 322 ~ 50.93%
B 119 of 322 ~ 36.96%

%12.11
%50.93
%36.96

CMYK color model

#27A477 color CMYK value is (76,0,27,36).

  • cyan value is 76.22%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(76,0,27,36)
C76M0Y27K36 
(76%,0%,27%,36%)
(0.76/0.00/0.27/0.36)	

CMYK percentages

%76.22
%0
%27.44
%35.69

Codes

Color #27A477 in popluar color models

27A477
RGB39164119
HSL158°61.58%39.80%
HSB/HSV158°76.22%64.31%
CMYK76.22%0.00%27.44%
35.69%

Color #27A477 in popluar number systems.

HEX27A477
Decimal39164119
Binary100111101001001110111
Octal47244167

Shades and tints

Shades of #27A477

#27A477
(39,164,119)
#24966D
(36,150,109)
#218863
(33,136,99)
#1E7A59
(30,122,89)
#1B6C4F
(27,108,79)
#185E45
(24,94,69)
#15503B
(21,80,59)
#124231
(18,66,49)
#0F3427
(15,52,39)
#0C261D
(12,38,29)
#091813
(9,24,19)
#000000
(0,0,0)

Tints of #27A477

#27A477
(39,164,119)
#3AAC83
(58,172,131)
#4DB48F
(77,180,143)
#60BC9B
(96,188,155)
#73C4A7
(115,196,167)
#86CCB3
(134,204,179)
#99D4BF
(153,212,191)
#ACDCCB
(172,220,203)
#BFE4D7
(191,228,215)
#D2ECE3
(210,236,227)
#E5F4EF
(229,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27A477 color. Also use rgb(39,164,119) instead hex code.

Text Font Color

.myTextColor { color: #27A477; }

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

This text font color is #27A477.


Background Color

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

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

This div background color is #27A477.


Border color

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

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

This div border color is #27A477.


Opacity

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

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

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

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

This text has shadow with #27A477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27A477 on black background.


Color preview on white background

This text has color #27A477 on white background.



Black color preview on #27A477 background

This text has black color on #27A477 background.


White color preview on #27A477 background

This text has white color on #27A477 background.