COLOR #27666A

HEX: #27666A
RGB: (39,102,106)

Color info

#27666A contains mainly green and blue colors. Web safe color of #27666A is #336666 (or #366).

RGB color model

#27666A color RGB value is (39,102,106).

  • red value is 39;
  • green value is 102;
  • blue value is 106.
RGB:
(39,102,106)
(15%,40%,42%)

RGB channels and saturation

R 39 of 255 = 15%
G 102 of 255 = 40%
B 106 of 255 = 42%

39
102
106

R + G + B ~ 32%. #27666A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 102 + 106 = 247 (100%)
R 39 of 247 ~ 15.79%
G 102 of 247 ~ 41.3%
B 106 of 247 ~ 42.91%

%15.79
%41.3
%42.91

CMYK color model

#27666A color CMYK value is (63,4,0,58).

  • cyan value is 63.21%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(63,4,0,58)
C63M4Y0K58 
(63%,4%,0%,58%)
(0.63/0.04/0.00/0.58)	

CMYK percentages

%63.21
%3.77
%0
%58.43

Codes

Color #27666A in popluar color models

27666A
RGB39102106
HSL184°46.21%28.43%
HSB/HSV184°63.21%41.57%
CMYK63.21%3.77%0.00%
58.43%

Color #27666A in popluar number systems.

HEX27666A
Decimal39102106
Binary10011111001101101010
Octal47146152

Shades and tints

Shades of #27666A

#27666A
(39,102,106)
#245D61
(36,93,97)
#215458
(33,84,88)
#1E4B4F
(30,75,79)
#1B4246
(27,66,70)
#18393D
(24,57,61)
#153034
(21,48,52)
#12272B
(18,39,43)
#0F1E22
(15,30,34)
#0C1519
(12,21,25)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #27666A

#27666A
(39,102,106)
#3A7377
(58,115,119)
#4D8084
(77,128,132)
#608D91
(96,141,145)
#739A9E
(115,154,158)
#86A7AB
(134,167,171)
#99B4B8
(153,180,184)
#ACC1C5
(172,193,197)
#BFCED2
(191,206,210)
#D2DBDF
(210,219,223)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27666A color. Also use rgb(39,102,106) instead hex code.

Text Font Color

.myTextColor { color: #27666A; }

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

This text font color is #27666A.


Background Color

.myBgColor { background-color: #27666A; }

<div style="background-color:#27666A">Inner text</div>

This div background color is #27666A.


Border color

.myBorderColor { border: 1px solid #27666A; }

<div style="border:3px solid #27666A">Div</div>

This div border color is #27666A.


Opacity

.myOpacity80 { color: #27666A; opacity: 0.8; }

<p style="color:#27666A;opacity:0.8;">80%</p>

Text with #27666A 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 #27666A;}

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

This text has shadow with #27666A color.

.textShadow {text-shadow: 3px 3px 1px #27666A, 3px 3px 1px red;}

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

This text has shadow with #27666A primary color and red secondary color.


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

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

This text has shadow with #27666A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27666A on black background.


Color preview on white background

This text has color #27666A on white background.



Black color preview on #27666A background

This text has black color on #27666A background.


White color preview on #27666A background

This text has white color on #27666A background.