COLOR #277679

HEX: #277679
RGB: (39,118,121)

Color info

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

RGB color model

#277679 color RGB value is (39,118,121).

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

RGB channels and saturation

R 39 of 255 = 15%
G 118 of 255 = 46%
B 121 of 255 = 47%

39
118
121

R + G + B ~ 36%. #277679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 118 + 121 = 278 (100%)
R 39 of 278 ~ 14.03%
G 118 of 278 ~ 42.45%
B 121 of 278 ~ 43.53%

%14.03
%42.45
%43.53

CMYK color model

#277679 color CMYK value is (68,2,0,53).

  • cyan value is 67.77%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(68,2,0,53)
C68M2Y0K53 
(68%,2%,0%,53%)
(0.68/0.02/0.00/0.53)	

CMYK percentages

%67.77
%2.48
%0
%52.55

Codes

Color #277679 in popluar color models

277679
RGB39118121
HSL182°51.25%31.37%
HSB/HSV182°67.77%47.45%
CMYK67.77%2.48%0.00%
52.55%

Color #277679 in popluar number systems.

HEX277679
Decimal39118121
Binary10011111101101111001
Octal47166171

Shades and tints

Shades of #277679

#277679
(39,118,121)
#246C6E
(36,108,110)
#216263
(33,98,99)
#1E5858
(30,88,88)
#1B4E4D
(27,78,77)
#184442
(24,68,66)
#153A37
(21,58,55)
#12302C
(18,48,44)
#0F2621
(15,38,33)
#0C1C16
(12,28,22)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #277679

#277679
(39,118,121)
#3A8285
(58,130,133)
#4D8E91
(77,142,145)
#609A9D
(96,154,157)
#73A6A9
(115,166,169)
#86B2B5
(134,178,181)
#99BEC1
(153,190,193)
#ACCACD
(172,202,205)
#BFD6D9
(191,214,217)
#D2E2E5
(210,226,229)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #277679; }

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

This text font color is #277679.


Background Color

.myBgColor { background-color: #277679; }

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

This div background color is #277679.


Border color

.myBorderColor { border: 1px solid #277679; }

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

This div border color is #277679.


Opacity

.myOpacity80 { color: #277679; opacity: 0.8; }

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

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

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

This text has shadow with #277679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277679 on black background.


Color preview on white background

This text has color #277679 on white background.



Black color preview on #277679 background

This text has black color on #277679 background.


White color preview on #277679 background

This text has white color on #277679 background.