COLOR #277E60

HEX: #277E60
RGB: (39,126,96)

Color info

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

RGB color model

#277E60 color RGB value is (39,126,96).

  • red value is 39;
  • green value is 126;
  • blue value is 96.
RGB:
(39,126,96)
(15%,49%,38%)

RGB channels and saturation

R 39 of 255 = 15%
G 126 of 255 = 49%
B 96 of 255 = 38%

39
126
96

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

Portions of RGB colors in percentages

R + G + B =
39 + 126 + 96 = 261 (100%)
R 39 of 261 ~ 14.94%
G 126 of 261 ~ 48.28%
B 96 of 261 ~ 36.78%

%14.94
%48.28
%36.78

CMYK color model

#277E60 color CMYK value is (69,0,24,51).

  • cyan value is 69.05%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(69,0,24,51)
C69M0Y24K51 
(69%,0%,24%,51%)
(0.69/0.00/0.24/0.51)	

CMYK percentages

%69.05
%0
%23.81
%50.59

Codes

Color #277E60 in popluar color models

277E60
RGB3912696
HSL159°52.73%32.35%
HSB/HSV159°69.05%49.41%
CMYK69.05%0.00%23.81%
50.59%

Color #277E60 in popluar number systems.

HEX277E60
Decimal3912696
Binary10011111111101100000
Octal47176140

Shades and tints

Shades of #277E60

#277E60
(39,126,96)
#247358
(36,115,88)
#216850
(33,104,80)
#1E5D48
(30,93,72)
#1B5240
(27,82,64)
#184738
(24,71,56)
#153C30
(21,60,48)
#123128
(18,49,40)
#0F2620
(15,38,32)
#0C1B18
(12,27,24)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #277E60

#277E60
(39,126,96)
#3A896E
(58,137,110)
#4D947C
(77,148,124)
#609F8A
(96,159,138)
#73AA98
(115,170,152)
#86B5A6
(134,181,166)
#99C0B4
(153,192,180)
#ACCBC2
(172,203,194)
#BFD6D0
(191,214,208)
#D2E1DE
(210,225,222)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #277E60 color. Also use rgb(39,126,96) instead hex code.

Text Font Color

.myTextColor { color: #277E60; }

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

This text font color is #277E60.


Background Color

.myBgColor { background-color: #277E60; }

<div style="background-color:#277E60">Inner text</div>

This div background color is #277E60.


Border color

.myBorderColor { border: 1px solid #277E60; }

<div style="border:3px solid #277E60">Div</div>

This div border color is #277E60.


Opacity

.myOpacity80 { color: #277E60; opacity: 0.8; }

<p style="color:#277E60;opacity:0.8;">80%</p>

Text with #277E60 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 #277E60;}

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

This text has shadow with #277E60 color.

.textShadow {text-shadow: 3px 3px 1px #277E60, 3px 3px 1px red;}

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

This text has shadow with #277E60 primary color and red secondary color.


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

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

This text has shadow with #277E60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277E60 on black background.


Color preview on white background

This text has color #277E60 on white background.



Black color preview on #277E60 background

This text has black color on #277E60 background.


White color preview on #277E60 background

This text has white color on #277E60 background.