COLOR #2F556F

HEX: #2F556F
RGB: (47,85,111)

Color info

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

RGB color model

#2F556F color RGB value is (47,85,111).

  • red value is 47;
  • green value is 85;
  • blue value is 111.
RGB:
(47,85,111)
(18%,33%,44%)

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 111 of 255 = 44%

47
85
111

R + G + B ~ 32%. #2F556F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 111 = 243 (100%)
R 47 of 243 ~ 19.34%
G 85 of 243 ~ 34.98%
B 111 of 243 ~ 45.68%

%19.34
%34.98
%45.68

CMYK color model

#2F556F color CMYK value is (58,23,0,56).

  • cyan value is 57.66%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(58,23,0,56)
C58M23Y0K56 
(58%,23%,0%,56%)
(0.58/0.23/0.00/0.56)	

CMYK percentages

%57.66
%23.42
%0
%56.47

Codes

Color #2F556F in popluar color models

2F556F
RGB4785111
HSL204°40.51%30.98%
HSB/HSV204°57.66%43.53%
CMYK57.66%23.42%0.00%
56.47%

Color #2F556F in popluar number systems.

HEX2F556F
Decimal4785111
Binary10111110101011101111
Octal57125157

Shades and tints

Shades of #2F556F

#2F556F
(47,85,111)
#2B4E65
(43,78,101)
#27475B
(39,71,91)
#234051
(35,64,81)
#1F3947
(31,57,71)
#1B323D
(27,50,61)
#172B33
(23,43,51)
#132429
(19,36,41)
#0F1D1F
(15,29,31)
#0B1615
(11,22,21)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #2F556F

#2F556F
(47,85,111)
#41647C
(65,100,124)
#537389
(83,115,137)
#658296
(101,130,150)
#7791A3
(119,145,163)
#89A0B0
(137,160,176)
#9BAFBD
(155,175,189)
#ADBECA
(173,190,202)
#BFCDD7
(191,205,215)
#D1DCE4
(209,220,228)
#E3EBF1
(227,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F556F color. Also use rgb(47,85,111) instead hex code.

Text Font Color

.myTextColor { color: #2F556F; }

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

This text font color is #2F556F.


Background Color

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

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

This div background color is #2F556F.


Border color

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

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

This div border color is #2F556F.


Opacity

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

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

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

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

This text has shadow with #2F556F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F556F on black background.


Color preview on white background

This text has color #2F556F on white background.



Black color preview on #2F556F background

This text has black color on #2F556F background.


White color preview on #2F556F background

This text has white color on #2F556F background.