COLOR #2F567B

HEX: #2F567B
RGB: (47,86,123)

Color info

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

RGB color model

#2F567B color RGB value is (47,86,123).

  • red value is 47;
  • green value is 86;
  • blue value is 123.
RGB:
(47,86,123)
(18%,34%,48%)

RGB channels and saturation

R 47 of 255 = 18%
G 86 of 255 = 34%
B 123 of 255 = 48%

47
86
123

R + G + B ~ 33%. #2F567B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 86 + 123 = 256 (100%)
R 47 of 256 ~ 18.36%
G 86 of 256 ~ 33.59%
B 123 of 256 ~ 48.05%

%18.36
%33.59
%48.05

CMYK color model

#2F567B color CMYK value is (62,30,0,52).

  • cyan value is 61.79%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(62,30,0,52)
C62M30Y0K52 
(62%,30%,0%,52%)
(0.62/0.30/0.00/0.52)	

CMYK percentages

%61.79
%30.08
%0
%51.76

Codes

Color #2F567B in popluar color models

2F567B
RGB4786123
HSL209°44.71%33.33%
HSB/HSV209°61.79%48.24%
CMYK61.79%30.08%0.00%
51.76%

Color #2F567B in popluar number systems.

HEX2F567B
Decimal4786123
Binary10111110101101111011
Octal57126173

Shades and tints

Shades of #2F567B

#2F567B
(47,86,123)
#2B4F70
(43,79,112)
#274865
(39,72,101)
#23415A
(35,65,90)
#1F3A4F
(31,58,79)
#1B3344
(27,51,68)
#172C39
(23,44,57)
#13252E
(19,37,46)
#0F1E23
(15,30,35)
#0B1718
(11,23,24)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #2F567B

#2F567B
(47,86,123)
#416587
(65,101,135)
#537493
(83,116,147)
#65839F
(101,131,159)
#7792AB
(119,146,171)
#89A1B7
(137,161,183)
#9BB0C3
(155,176,195)
#ADBFCF
(173,191,207)
#BFCEDB
(191,206,219)
#D1DDE7
(209,221,231)
#E3ECF3
(227,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F567B color. Also use rgb(47,86,123) instead hex code.

Text Font Color

.myTextColor { color: #2F567B; }

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

This text font color is #2F567B.


Background Color

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

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

This div background color is #2F567B.


Border color

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

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

This div border color is #2F567B.


Opacity

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

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

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

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

This text has shadow with #2F567B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F567B on black background.


Color preview on white background

This text has color #2F567B on white background.



Black color preview on #2F567B background

This text has black color on #2F567B background.


White color preview on #2F567B background

This text has white color on #2F567B background.