COLOR #27BB64

HEX: #27BB64
RGB: (39,187,100)

Color info

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

RGB color model

#27BB64 color RGB value is (39,187,100).

  • red value is 39;
  • green value is 187;
  • blue value is 100.
RGB:
(39,187,100)
(15%,73%,39%)

RGB channels and saturation

R 39 of 255 = 15%
G 187 of 255 = 73%
B 100 of 255 = 39%

39
187
100

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

Portions of RGB colors in percentages

R + G + B =
39 + 187 + 100 = 326 (100%)
R 39 of 326 ~ 11.96%
G 187 of 326 ~ 57.36%
B 100 of 326 ~ 30.67%

%11.96
%57.36
%30.67

CMYK color model

#27BB64 color CMYK value is (79,0,47,27).

  • cyan value is 79.14%
  • magenta value is 0.00%
  • yellow value is 46.52%
  • key color value is 26.67%
CMYK:
(79,0,47,27)
C79M0Y47K27 
(79%,0%,47%,27%)
(0.79/0.00/0.47/0.27)	

CMYK percentages

%79.14
%0
%46.52
%26.67

Codes

Color #27BB64 in popluar color models

27BB64
RGB39187100
HSL145°65.49%44.31%
HSB/HSV145°79.14%73.33%
CMYK79.14%0.00%46.52%
26.67%

Color #27BB64 in popluar number systems.

HEX27BB64
Decimal39187100
Binary100111101110111100100
Octal47273144

Shades and tints

Shades of #27BB64

#27BB64
(39,187,100)
#24AA5B
(36,170,91)
#219952
(33,153,82)
#1E8849
(30,136,73)
#1B7740
(27,119,64)
#186637
(24,102,55)
#15552E
(21,85,46)
#124425
(18,68,37)
#0F331C
(15,51,28)
#0C2213
(12,34,19)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #27BB64

#27BB64
(39,187,100)
#3AC172
(58,193,114)
#4DC780
(77,199,128)
#60CD8E
(96,205,142)
#73D39C
(115,211,156)
#86D9AA
(134,217,170)
#99DFB8
(153,223,184)
#ACE5C6
(172,229,198)
#BFEBD4
(191,235,212)
#D2F1E2
(210,241,226)
#E5F7F0
(229,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27BB64 color. Also use rgb(39,187,100) instead hex code.

Text Font Color

.myTextColor { color: #27BB64; }

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

This text font color is #27BB64.


Background Color

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

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

This div background color is #27BB64.


Border color

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

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

This div border color is #27BB64.


Opacity

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

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

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

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

This text has shadow with #27BB64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27BB64 on black background.


Color preview on white background

This text has color #27BB64 on white background.



Black color preview on #27BB64 background

This text has black color on #27BB64 background.


White color preview on #27BB64 background

This text has white color on #27BB64 background.