COLOR #2F506B

HEX: #2F506B
RGB: (47,80,107)

Color info

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

RGB color model

#2F506B color RGB value is (47,80,107).

  • red value is 47;
  • green value is 80;
  • blue value is 107.
RGB:
(47,80,107)
(18%,31%,42%)

RGB channels and saturation

R 47 of 255 = 18%
G 80 of 255 = 31%
B 107 of 255 = 42%

47
80
107

R + G + B ~ 30%. #2F506B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 80 + 107 = 234 (100%)
R 47 of 234 ~ 20.09%
G 80 of 234 ~ 34.19%
B 107 of 234 ~ 45.73%

%20.09
%34.19
%45.73

CMYK color model

#2F506B color CMYK value is (56,25,0,58).

  • cyan value is 56.07%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(56,25,0,58)
C56M25Y0K58 
(56%,25%,0%,58%)
(0.56/0.25/0.00/0.58)	

CMYK percentages

%56.07
%25.23
%0
%58.04

Codes

Color #2F506B in popluar color models

2F506B
RGB4780107
HSL207°38.96%30.20%
HSB/HSV207°56.07%41.96%
CMYK56.07%25.23%0.00%
58.04%

Color #2F506B in popluar number systems.

HEX2F506B
Decimal4780107
Binary10111110100001101011
Octal57120153

Shades and tints

Shades of #2F506B

#2F506B
(47,80,107)
#2B4962
(43,73,98)
#274259
(39,66,89)
#233B50
(35,59,80)
#1F3447
(31,52,71)
#1B2D3E
(27,45,62)
#172635
(23,38,53)
#131F2C
(19,31,44)
#0F1823
(15,24,35)
#0B111A
(11,17,26)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #2F506B

#2F506B
(47,80,107)
#415F78
(65,95,120)
#536E85
(83,110,133)
#657D92
(101,125,146)
#778C9F
(119,140,159)
#899BAC
(137,155,172)
#9BAAB9
(155,170,185)
#ADB9C6
(173,185,198)
#BFC8D3
(191,200,211)
#D1D7E0
(209,215,224)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F506B color. Also use rgb(47,80,107) instead hex code.

Text Font Color

.myTextColor { color: #2F506B; }

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

This text font color is #2F506B.


Background Color

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

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

This div background color is #2F506B.


Border color

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

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

This div border color is #2F506B.


Opacity

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

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

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

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

This text has shadow with #2F506B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F506B on black background.


Color preview on white background

This text has color #2F506B on white background.



Black color preview on #2F506B background

This text has black color on #2F506B background.


White color preview on #2F506B background

This text has white color on #2F506B background.