COLOR #27736B

HEX: #27736B
RGB: (39,115,107)

Color info

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

RGB color model

#27736B color RGB value is (39,115,107).

  • red value is 39;
  • green value is 115;
  • blue value is 107.
RGB:
(39,115,107)
(15%,45%,42%)

RGB channels and saturation

R 39 of 255 = 15%
G 115 of 255 = 45%
B 107 of 255 = 42%

39
115
107

R + G + B ~ 34%. #27736B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 115 + 107 = 261 (100%)
R 39 of 261 ~ 14.94%
G 115 of 261 ~ 44.06%
B 107 of 261 ~ 41%

%14.94
%44.06
%41

CMYK color model

#27736B color CMYK value is (66,0,7,55).

  • cyan value is 66.09%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(66,0,7,55)
C66M0Y7K55 
(66%,0%,7%,55%)
(0.66/0.00/0.07/0.55)	

CMYK percentages

%66.09
%0
%6.96
%54.9

Codes

Color #27736B in popluar color models

27736B
RGB39115107
HSL174°49.35%30.20%
HSB/HSV174°66.09%45.10%
CMYK66.09%0.00%6.96%
54.90%

Color #27736B in popluar number systems.

HEX27736B
Decimal39115107
Binary10011111100111101011
Octal47163153

Shades and tints

Shades of #27736B

#27736B
(39,115,107)
#246962
(36,105,98)
#215F59
(33,95,89)
#1E5550
(30,85,80)
#1B4B47
(27,75,71)
#18413E
(24,65,62)
#153735
(21,55,53)
#122D2C
(18,45,44)
#0F2323
(15,35,35)
#0C191A
(12,25,26)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #27736B

#27736B
(39,115,107)
#3A7F78
(58,127,120)
#4D8B85
(77,139,133)
#609792
(96,151,146)
#73A39F
(115,163,159)
#86AFAC
(134,175,172)
#99BBB9
(153,187,185)
#ACC7C6
(172,199,198)
#BFD3D3
(191,211,211)
#D2DFE0
(210,223,224)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27736B color. Also use rgb(39,115,107) instead hex code.

Text Font Color

.myTextColor { color: #27736B; }

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

This text font color is #27736B.


Background Color

.myBgColor { background-color: #27736B; }

<div style="background-color:#27736B">Inner text</div>

This div background color is #27736B.


Border color

.myBorderColor { border: 1px solid #27736B; }

<div style="border:3px solid #27736B">Div</div>

This div border color is #27736B.


Opacity

.myOpacity80 { color: #27736B; opacity: 0.8; }

<p style="color:#27736B;opacity:0.8;">80%</p>

Text with #27736B 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 #27736B;}

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

This text has shadow with #27736B color.

.textShadow {text-shadow: 3px 3px 1px #27736B, 3px 3px 1px red;}

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

This text has shadow with #27736B primary color and red secondary color.


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

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

This text has shadow with #27736B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27736B on black background.


Color preview on white background

This text has color #27736B on white background.



Black color preview on #27736B background

This text has black color on #27736B background.


White color preview on #27736B background

This text has white color on #27736B background.