COLOR #27B868

HEX: #27B868
RGB: (39,184,104)

Color info

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

RGB color model

#27B868 color RGB value is (39,184,104).

  • red value is 39;
  • green value is 184;
  • blue value is 104.
RGB:
(39,184,104)
(15%,72%,41%)

RGB channels and saturation

R 39 of 255 = 15%
G 184 of 255 = 72%
B 104 of 255 = 41%

39
184
104

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

Portions of RGB colors in percentages

R + G + B =
39 + 184 + 104 = 327 (100%)
R 39 of 327 ~ 11.93%
G 184 of 327 ~ 56.27%
B 104 of 327 ~ 31.8%

%11.93
%56.27
%31.8

CMYK color model

#27B868 color CMYK value is (79,0,43,28).

  • cyan value is 78.80%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 27.84%
CMYK:
(79,0,43,28)
C79M0Y43K28 
(79%,0%,43%,28%)
(0.79/0.00/0.43/0.28)	

CMYK percentages

%78.8
%0
%43.48
%27.84

Codes

Color #27B868 in popluar color models

27B868
RGB39184104
HSL147°65.02%43.73%
HSB/HSV147°78.80%72.16%
CMYK78.80%0.00%43.48%
27.84%

Color #27B868 in popluar number systems.

HEX27B868
Decimal39184104
Binary100111101110001101000
Octal47270150

Shades and tints

Shades of #27B868

#27B868
(39,184,104)
#24A85F
(36,168,95)
#219856
(33,152,86)
#1E884D
(30,136,77)
#1B7844
(27,120,68)
#18683B
(24,104,59)
#155832
(21,88,50)
#124829
(18,72,41)
#0F3820
(15,56,32)
#0C2817
(12,40,23)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #27B868

#27B868
(39,184,104)
#3ABE75
(58,190,117)
#4DC482
(77,196,130)
#60CA8F
(96,202,143)
#73D09C
(115,208,156)
#86D6A9
(134,214,169)
#99DCB6
(153,220,182)
#ACE2C3
(172,226,195)
#BFE8D0
(191,232,208)
#D2EEDD
(210,238,221)
#E5F4EA
(229,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27B868 color. Also use rgb(39,184,104) instead hex code.

Text Font Color

.myTextColor { color: #27B868; }

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

This text font color is #27B868.


Background Color

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

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

This div background color is #27B868.


Border color

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

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

This div border color is #27B868.


Opacity

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

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

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

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

This text has shadow with #27B868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27B868 on black background.


Color preview on white background

This text has color #27B868 on white background.



Black color preview on #27B868 background

This text has black color on #27B868 background.


White color preview on #27B868 background

This text has white color on #27B868 background.