COLOR #27BE74

HEX: #27BE74
RGB: (39,190,116)

Color info

#27BE74 contains mainly green color. Web safe color of #27BE74 is #33CC66 (or #3C6).

RGB color model

#27BE74 color RGB value is (39,190,116).

  • red value is 39;
  • green value is 190;
  • blue value is 116.
RGB:
(39,190,116)
(15%,75%,45%)

RGB channels and saturation

R 39 of 255 = 15%
G 190 of 255 = 75%
B 116 of 255 = 45%

39
190
116

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

Portions of RGB colors in percentages

R + G + B =
39 + 190 + 116 = 345 (100%)
R 39 of 345 ~ 11.3%
G 190 of 345 ~ 55.07%
B 116 of 345 ~ 33.62%

%11.3
%55.07
%33.62

CMYK color model

#27BE74 color CMYK value is (79,0,39,25).

  • cyan value is 79.47%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(79,0,39,25)
C79M0Y39K25 
(79%,0%,39%,25%)
(0.79/0.00/0.39/0.25)	

CMYK percentages

%79.47
%0
%38.95
%25.49

Codes

Color #27BE74 in popluar color models

27BE74
RGB39190116
HSL151°65.94%44.90%
HSB/HSV151°79.47%74.51%
CMYK79.47%0.00%38.95%
25.49%

Color #27BE74 in popluar number systems.

HEX27BE74
Decimal39190116
Binary100111101111101110100
Octal47276164

Shades and tints

Shades of #27BE74

#27BE74
(39,190,116)
#24AD6A
(36,173,106)
#219C60
(33,156,96)
#1E8B56
(30,139,86)
#1B7A4C
(27,122,76)
#186942
(24,105,66)
#155838
(21,88,56)
#12472E
(18,71,46)
#0F3624
(15,54,36)
#0C251A
(12,37,26)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #27BE74

#27BE74
(39,190,116)
#3AC380
(58,195,128)
#4DC88C
(77,200,140)
#60CD98
(96,205,152)
#73D2A4
(115,210,164)
#86D7B0
(134,215,176)
#99DCBC
(153,220,188)
#ACE1C8
(172,225,200)
#BFE6D4
(191,230,212)
#D2EBE0
(210,235,224)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27BE74 color. Also use rgb(39,190,116) instead hex code.

Text Font Color

.myTextColor { color: #27BE74; }

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

This text font color is #27BE74.


Background Color

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

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

This div background color is #27BE74.


Border color

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

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

This div border color is #27BE74.


Opacity

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

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

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

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

This text has shadow with #27BE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27BE74 on black background.


Color preview on white background

This text has color #27BE74 on white background.



Black color preview on #27BE74 background

This text has black color on #27BE74 background.


White color preview on #27BE74 background

This text has white color on #27BE74 background.