COLOR #2F606F

HEX: #2F606F
RGB: (47,96,111)

Color info

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

RGB color model

#2F606F color RGB value is (47,96,111).

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

RGB channels and saturation

R 47 of 255 = 18%
G 96 of 255 = 38%
B 111 of 255 = 44%

47
96
111

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

Portions of RGB colors in percentages

R + G + B =
47 + 96 + 111 = 254 (100%)
R 47 of 254 ~ 18.5%
G 96 of 254 ~ 37.8%
B 111 of 254 ~ 43.7%

%18.5
%37.8
%43.7

CMYK color model

#2F606F color CMYK value is (58,14,0,56).

  • cyan value is 57.66%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(58,14,0,56)
C58M14Y0K56 
(58%,14%,0%,56%)
(0.58/0.14/0.00/0.56)	

CMYK percentages

%57.66
%13.51
%0
%56.47

Codes

Color #2F606F in popluar color models

2F606F
RGB4796111
HSL194°40.51%30.98%
HSB/HSV194°57.66%43.53%
CMYK57.66%13.51%0.00%
56.47%

Color #2F606F in popluar number systems.

HEX2F606F
Decimal4796111
Binary10111111000001101111
Octal57140157

Shades and tints

Shades of #2F606F

#2F606F
(47,96,111)
#2B5865
(43,88,101)
#27505B
(39,80,91)
#234851
(35,72,81)
#1F4047
(31,64,71)
#1B383D
(27,56,61)
#173033
(23,48,51)
#132829
(19,40,41)
#0F201F
(15,32,31)
#0B1815
(11,24,21)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #2F606F

#2F606F
(47,96,111)
#416E7C
(65,110,124)
#537C89
(83,124,137)
#658A96
(101,138,150)
#7798A3
(119,152,163)
#89A6B0
(137,166,176)
#9BB4BD
(155,180,189)
#ADC2CA
(173,194,202)
#BFD0D7
(191,208,215)
#D1DEE4
(209,222,228)
#E3ECF1
(227,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F606F; }

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

This text font color is #2F606F.


Background Color

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

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

This div background color is #2F606F.


Border color

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

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

This div border color is #2F606F.


Opacity

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

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

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

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

This text has shadow with #2F606F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F606F on black background.


Color preview on white background

This text has color #2F606F on white background.



Black color preview on #2F606F background

This text has black color on #2F606F background.


White color preview on #2F606F background

This text has white color on #2F606F background.