COLOR #27686C

HEX: #27686C
RGB: (39,104,108)

Color info

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

RGB color model

#27686C color RGB value is (39,104,108).

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

RGB channels and saturation

R 39 of 255 = 15%
G 104 of 255 = 41%
B 108 of 255 = 42%

39
104
108

R + G + B ~ 33%. #27686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 104 + 108 = 251 (100%)
R 39 of 251 ~ 15.54%
G 104 of 251 ~ 41.43%
B 108 of 251 ~ 43.03%

%15.54
%41.43
%43.03

CMYK color model

#27686C color CMYK value is (64,4,0,58).

  • cyan value is 63.89%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(64,4,0,58)
C64M4Y0K58 
(64%,4%,0%,58%)
(0.64/0.04/0.00/0.58)	

CMYK percentages

%63.89
%3.7
%0
%57.65

Codes

Color #27686C in popluar color models

27686C
RGB39104108
HSL183°46.94%28.82%
HSB/HSV183°63.89%42.35%
CMYK63.89%3.70%0.00%
57.65%

Color #27686C in popluar number systems.

HEX27686C
Decimal39104108
Binary10011111010001101100
Octal47150154

Shades and tints

Shades of #27686C

#27686C
(39,104,108)
#245F63
(36,95,99)
#21565A
(33,86,90)
#1E4D51
(30,77,81)
#1B4448
(27,68,72)
#183B3F
(24,59,63)
#153236
(21,50,54)
#12292D
(18,41,45)
#0F2024
(15,32,36)
#0C171B
(12,23,27)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #27686C

#27686C
(39,104,108)
#3A7579
(58,117,121)
#4D8286
(77,130,134)
#608F93
(96,143,147)
#739CA0
(115,156,160)
#86A9AD
(134,169,173)
#99B6BA
(153,182,186)
#ACC3C7
(172,195,199)
#BFD0D4
(191,208,212)
#D2DDE1
(210,221,225)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27686C color. Also use rgb(39,104,108) instead hex code.

Text Font Color

.myTextColor { color: #27686C; }

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

This text font color is #27686C.


Background Color

.myBgColor { background-color: #27686C; }

<div style="background-color:#27686C">Inner text</div>

This div background color is #27686C.


Border color

.myBorderColor { border: 1px solid #27686C; }

<div style="border:3px solid #27686C">Div</div>

This div border color is #27686C.


Opacity

.myOpacity80 { color: #27686C; opacity: 0.8; }

<p style="color:#27686C;opacity:0.8;">80%</p>

Text with #27686C 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 #27686C;}

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

This text has shadow with #27686C color.

.textShadow {text-shadow: 3px 3px 1px #27686C, 3px 3px 1px red;}

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

This text has shadow with #27686C primary color and red secondary color.


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

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

This text has shadow with #27686C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27686C on black background.


Color preview on white background

This text has color #27686C on white background.



Black color preview on #27686C background

This text has black color on #27686C background.


White color preview on #27686C background

This text has white color on #27686C background.