COLOR #27B46E

HEX: #27B46E
RGB: (39,180,110)

Color info

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

RGB color model

#27B46E color RGB value is (39,180,110).

  • red value is 39;
  • green value is 180;
  • blue value is 110.
RGB:
(39,180,110)
(15%,71%,43%)

RGB channels and saturation

R 39 of 255 = 15%
G 180 of 255 = 71%
B 110 of 255 = 43%

39
180
110

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

Portions of RGB colors in percentages

R + G + B =
39 + 180 + 110 = 329 (100%)
R 39 of 329 ~ 11.85%
G 180 of 329 ~ 54.71%
B 110 of 329 ~ 33.43%

%11.85
%54.71
%33.43

CMYK color model

#27B46E color CMYK value is (78,0,39,29).

  • cyan value is 78.33%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 29.41%
CMYK:
(78,0,39,29)
C78M0Y39K29 
(78%,0%,39%,29%)
(0.78/0.00/0.39/0.29)	

CMYK percentages

%78.33
%0
%38.89
%29.41

Codes

Color #27B46E in popluar color models

27B46E
RGB39180110
HSL150°64.38%42.94%
HSB/HSV150°78.33%70.59%
CMYK78.33%0.00%38.89%
29.41%

Color #27B46E in popluar number systems.

HEX27B46E
Decimal39180110
Binary100111101101001101110
Octal47264156

Shades and tints

Shades of #27B46E

#27B46E
(39,180,110)
#24A464
(36,164,100)
#21945A
(33,148,90)
#1E8450
(30,132,80)
#1B7446
(27,116,70)
#18643C
(24,100,60)
#155432
(21,84,50)
#124428
(18,68,40)
#0F341E
(15,52,30)
#0C2414
(12,36,20)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #27B46E

#27B46E
(39,180,110)
#3ABA7B
(58,186,123)
#4DC088
(77,192,136)
#60C695
(96,198,149)
#73CCA2
(115,204,162)
#86D2AF
(134,210,175)
#99D8BC
(153,216,188)
#ACDEC9
(172,222,201)
#BFE4D6
(191,228,214)
#D2EAE3
(210,234,227)
#E5F0F0
(229,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27B46E color. Also use rgb(39,180,110) instead hex code.

Text Font Color

.myTextColor { color: #27B46E; }

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

This text font color is #27B46E.


Background Color

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

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

This div background color is #27B46E.


Border color

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

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

This div border color is #27B46E.


Opacity

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

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

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

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

This text has shadow with #27B46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27B46E on black background.


Color preview on white background

This text has color #27B46E on white background.



Black color preview on #27B46E background

This text has black color on #27B46E background.


White color preview on #27B46E background

This text has white color on #27B46E background.