COLOR #2F6366

HEX: #2F6366
RGB: (47,99,102)

Color info

#2F6366 contains red, green and blue colors in about the same proportion. Web safe color of #2F6366 is #336666 (or #366).

RGB color model

#2F6366 color RGB value is (47,99,102).

  • red value is 47;
  • green value is 99;
  • blue value is 102.
RGB:
(47,99,102)
(18%,39%,40%)

RGB channels and saturation

R 47 of 255 = 18%
G 99 of 255 = 39%
B 102 of 255 = 40%

47
99
102

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

Portions of RGB colors in percentages

R + G + B =
47 + 99 + 102 = 248 (100%)
R 47 of 248 ~ 18.95%
G 99 of 248 ~ 39.92%
B 102 of 248 ~ 41.13%

%18.95
%39.92
%41.13

CMYK color model

#2F6366 color CMYK value is (54,3,0,60).

  • cyan value is 53.92%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(54,3,0,60)
C54M3Y0K60 
(54%,3%,0%,60%)
(0.54/0.03/0.00/0.60)	

CMYK percentages

%53.92
%2.94
%0
%60

Codes

Color #2F6366 in popluar color models

2F6366
RGB4799102
HSL183°36.91%29.22%
HSB/HSV183°53.92%40.00%
CMYK53.92%2.94%0.00%
60.00%

Color #2F6366 in popluar number systems.

HEX2F6366
Decimal4799102
Binary10111111000111100110
Octal57143146

Shades and tints

Shades of #2F6366

#2F6366
(47,99,102)
#2B5A5D
(43,90,93)
#275154
(39,81,84)
#23484B
(35,72,75)
#1F3F42
(31,63,66)
#1B3639
(27,54,57)
#172D30
(23,45,48)
#132427
(19,36,39)
#0F1B1E
(15,27,30)
#0B1215
(11,18,21)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #2F6366

#2F6366
(47,99,102)
#417173
(65,113,115)
#537F80
(83,127,128)
#658D8D
(101,141,141)
#779B9A
(119,155,154)
#89A9A7
(137,169,167)
#9BB7B4
(155,183,180)
#ADC5C1
(173,197,193)
#BFD3CE
(191,211,206)
#D1E1DB
(209,225,219)
#E3EFE8
(227,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6366 color. Also use rgb(47,99,102) instead hex code.

Text Font Color

.myTextColor { color: #2F6366; }

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

This text font color is #2F6366.


Background Color

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

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

This div background color is #2F6366.


Border color

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

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

This div border color is #2F6366.


Opacity

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

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

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

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

This text has shadow with #2F6366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6366 on black background.


Color preview on white background

This text has color #2F6366 on white background.



Black color preview on #2F6366 background

This text has black color on #2F6366 background.


White color preview on #2F6366 background

This text has white color on #2F6366 background.