COLOR #277B79

HEX: #277B79
RGB: (39,123,121)

Color info

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

RGB color model

#277B79 color RGB value is (39,123,121).

  • red value is 39;
  • green value is 123;
  • blue value is 121.
RGB:
(39,123,121)
(15%,48%,47%)

RGB channels and saturation

R 39 of 255 = 15%
G 123 of 255 = 48%
B 121 of 255 = 47%

39
123
121

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

Portions of RGB colors in percentages

R + G + B =
39 + 123 + 121 = 283 (100%)
R 39 of 283 ~ 13.78%
G 123 of 283 ~ 43.46%
B 121 of 283 ~ 42.76%

%13.78
%43.46
%42.76

CMYK color model

#277B79 color CMYK value is (68,0,2,52).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 51.76%
CMYK:
(68,0,2,52)
C68M0Y2K52 
(68%,0%,2%,52%)
(0.68/0.00/0.02/0.52)	

CMYK percentages

%68.29
%0
%1.63
%51.76

Codes

Color #277B79 in popluar color models

277B79
RGB39123121
HSL179°51.85%31.76%
HSB/HSV179°68.29%48.24%
CMYK68.29%0.00%1.63%
51.76%

Color #277B79 in popluar number systems.

HEX277B79
Decimal39123121
Binary10011111110111111001
Octal47173171

Shades and tints

Shades of #277B79

#277B79
(39,123,121)
#24706E
(36,112,110)
#216563
(33,101,99)
#1E5A58
(30,90,88)
#1B4F4D
(27,79,77)
#184442
(24,68,66)
#153937
(21,57,55)
#122E2C
(18,46,44)
#0F2321
(15,35,33)
#0C1816
(12,24,22)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #277B79

#277B79
(39,123,121)
#3A8785
(58,135,133)
#4D9391
(77,147,145)
#609F9D
(96,159,157)
#73ABA9
(115,171,169)
#86B7B5
(134,183,181)
#99C3C1
(153,195,193)
#ACCFCD
(172,207,205)
#BFDBD9
(191,219,217)
#D2E7E5
(210,231,229)
#E5F3F1
(229,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #277B79 color. Also use rgb(39,123,121) instead hex code.

Text Font Color

.myTextColor { color: #277B79; }

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

This text font color is #277B79.


Background Color

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

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

This div background color is #277B79.


Border color

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

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

This div border color is #277B79.


Opacity

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

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

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

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

This text has shadow with #277B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277B79 on black background.


Color preview on white background

This text has color #277B79 on white background.



Black color preview on #277B79 background

This text has black color on #277B79 background.


White color preview on #277B79 background

This text has white color on #277B79 background.