COLOR #277C76

HEX: #277C76
RGB: (39,124,118)

Color info

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

RGB color model

#277C76 color RGB value is (39,124,118).

  • red value is 39;
  • green value is 124;
  • blue value is 118.
RGB:
(39,124,118)
(15%,49%,46%)

RGB channels and saturation

R 39 of 255 = 15%
G 124 of 255 = 49%
B 118 of 255 = 46%

39
124
118

R + G + B ~ 37%. #277C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 124 + 118 = 281 (100%)
R 39 of 281 ~ 13.88%
G 124 of 281 ~ 44.13%
B 118 of 281 ~ 41.99%

%13.88
%44.13
%41.99

CMYK color model

#277C76 color CMYK value is (69,0,5,51).

  • cyan value is 68.55%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK:
(69,0,5,51)
C69M0Y5K51 
(69%,0%,5%,51%)
(0.69/0.00/0.05/0.51)	

CMYK percentages

%68.55
%0
%4.84
%51.37

Codes

Color #277C76 in popluar color models

277C76
RGB39124118
HSL176°52.15%31.96%
HSB/HSV176°68.55%48.63%
CMYK68.55%0.00%4.84%
51.37%

Color #277C76 in popluar number systems.

HEX277C76
Decimal39124118
Binary10011111111001110110
Octal47174166

Shades and tints

Shades of #277C76

#277C76
(39,124,118)
#24716C
(36,113,108)
#216662
(33,102,98)
#1E5B58
(30,91,88)
#1B504E
(27,80,78)
#184544
(24,69,68)
#153A3A
(21,58,58)
#122F30
(18,47,48)
#0F2426
(15,36,38)
#0C191C
(12,25,28)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #277C76

#277C76
(39,124,118)
#3A8782
(58,135,130)
#4D928E
(77,146,142)
#609D9A
(96,157,154)
#73A8A6
(115,168,166)
#86B3B2
(134,179,178)
#99BEBE
(153,190,190)
#ACC9CA
(172,201,202)
#BFD4D6
(191,212,214)
#D2DFE2
(210,223,226)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #277C76 color. Also use rgb(39,124,118) instead hex code.

Text Font Color

.myTextColor { color: #277C76; }

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

This text font color is #277C76.


Background Color

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

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

This div background color is #277C76.


Border color

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

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

This div border color is #277C76.


Opacity

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

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

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

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

This text has shadow with #277C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277C76 on black background.


Color preview on white background

This text has color #277C76 on white background.



Black color preview on #277C76 background

This text has black color on #277C76 background.


White color preview on #277C76 background

This text has white color on #277C76 background.