COLOR #279DA0

HEX: #279DA0
RGB: (39,157,160)

Color info

#279DA0 contains mainly green and blue colors. Web safe color of #279DA0 is #339999 (or #399).

RGB color model

#279DA0 color RGB value is (39,157,160).

  • red value is 39;
  • green value is 157;
  • blue value is 160.
RGB:
(39,157,160)
(15%,62%,63%)

RGB channels and saturation

R 39 of 255 = 15%
G 157 of 255 = 62%
B 160 of 255 = 63%

39
157
160

R + G + B ~ 47%. #279DA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 157 + 160 = 356 (100%)
R 39 of 356 ~ 10.96%
G 157 of 356 ~ 44.1%
B 160 of 356 ~ 44.94%

%10.96
%44.1
%44.94

CMYK color model

#279DA0 color CMYK value is (76,2,0,37).

  • cyan value is 75.63%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(76,2,0,37)
C76M2Y0K37 
(76%,2%,0%,37%)
(0.76/0.02/0.00/0.37)	

CMYK percentages

%75.63
%1.87
%0
%37.25

Codes

Color #279DA0 in popluar color models

279DA0
RGB39157160
HSL181°60.80%39.02%
HSB/HSV181°75.63%62.75%
CMYK75.63%1.87%0.00%
37.25%

Color #279DA0 in popluar number systems.

HEX279DA0
Decimal39157160
Binary1001111001110110100000
Octal47235240

Shades and tints

Shades of #279DA0

#279DA0
(39,157,160)
#248F92
(36,143,146)
#218184
(33,129,132)
#1E7376
(30,115,118)
#1B6568
(27,101,104)
#18575A
(24,87,90)
#15494C
(21,73,76)
#123B3E
(18,59,62)
#0F2D30
(15,45,48)
#0C1F22
(12,31,34)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #279DA0

#279DA0
(39,157,160)
#3AA5A8
(58,165,168)
#4DADB0
(77,173,176)
#60B5B8
(96,181,184)
#73BDC0
(115,189,192)
#86C5C8
(134,197,200)
#99CDD0
(153,205,208)
#ACD5D8
(172,213,216)
#BFDDE0
(191,221,224)
#D2E5E8
(210,229,232)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #279DA0 color. Also use rgb(39,157,160) instead hex code.

Text Font Color

.myTextColor { color: #279DA0; }

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

This text font color is #279DA0.


Background Color

.myBgColor { background-color: #279DA0; }

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

This div background color is #279DA0.


Border color

.myBorderColor { border: 1px solid #279DA0; }

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

This div border color is #279DA0.


Opacity

.myOpacity80 { color: #279DA0; opacity: 0.8; }

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

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

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

This text has shadow with #279DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #279DA0 on black background.


Color preview on white background

This text has color #279DA0 on white background.



Black color preview on #279DA0 background

This text has black color on #279DA0 background.


White color preview on #279DA0 background

This text has white color on #279DA0 background.