COLOR #2F6D8B

HEX: #2F6D8B
RGB: (47,109,139)

Color info

#2F6D8B contains mainly green and blue colors. Web safe color of #2F6D8B is #336699 (or #369).

RGB color model

#2F6D8B color RGB value is (47,109,139).

  • red value is 47;
  • green value is 109;
  • blue value is 139.
RGB:
(47,109,139)
(18%,43%,55%)

RGB channels and saturation

R 47 of 255 = 18%
G 109 of 255 = 43%
B 139 of 255 = 55%

47
109
139

R + G + B ~ 39%. #2F6D8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 109 + 139 = 295 (100%)
R 47 of 295 ~ 15.93%
G 109 of 295 ~ 36.95%
B 139 of 295 ~ 47.12%

%15.93
%36.95
%47.12

CMYK color model

#2F6D8B color CMYK value is (66,22,0,45).

  • cyan value is 66.19%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(66,22,0,45)
C66M22Y0K45 
(66%,22%,0%,45%)
(0.66/0.22/0.00/0.45)	

CMYK percentages

%66.19
%21.58
%0
%45.49

Codes

Color #2F6D8B in popluar color models

2F6D8B
RGB47109139
HSL200°49.46%36.47%
HSB/HSV200°66.19%54.51%
CMYK66.19%21.58%0.00%
45.49%

Color #2F6D8B in popluar number systems.

HEX2F6D8B
Decimal47109139
Binary101111110110110001011
Octal57155213

Shades and tints

Shades of #2F6D8B

#2F6D8B
(47,109,139)
#2B647F
(43,100,127)
#275B73
(39,91,115)
#235267
(35,82,103)
#1F495B
(31,73,91)
#1B404F
(27,64,79)
#173743
(23,55,67)
#132E37
(19,46,55)
#0F252B
(15,37,43)
#0B1C1F
(11,28,31)
#071313
(7,19,19)
#000000
(0,0,0)

Tints of #2F6D8B

#2F6D8B
(47,109,139)
#417A95
(65,122,149)
#53879F
(83,135,159)
#6594A9
(101,148,169)
#77A1B3
(119,161,179)
#89AEBD
(137,174,189)
#9BBBC7
(155,187,199)
#ADC8D1
(173,200,209)
#BFD5DB
(191,213,219)
#D1E2E5
(209,226,229)
#E3EFEF
(227,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6D8B color. Also use rgb(47,109,139) instead hex code.

Text Font Color

.myTextColor { color: #2F6D8B; }

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

This text font color is #2F6D8B.


Background Color

.myBgColor { background-color: #2F6D8B; }

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

This div background color is #2F6D8B.


Border color

.myBorderColor { border: 1px solid #2F6D8B; }

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

This div border color is #2F6D8B.


Opacity

.myOpacity80 { color: #2F6D8B; opacity: 0.8; }

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

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

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

This text has shadow with #2F6D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6D8B on black background.


Color preview on white background

This text has color #2F6D8B on white background.



Black color preview on #2F6D8B background

This text has black color on #2F6D8B background.


White color preview on #2F6D8B background

This text has white color on #2F6D8B background.