COLOR #2F6669

HEX: #2F6669
RGB: (47,102,105)

Color info

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

RGB color model

#2F6669 color RGB value is (47,102,105).

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

RGB channels and saturation

R 47 of 255 = 18%
G 102 of 255 = 40%
B 105 of 255 = 41%

47
102
105

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

Portions of RGB colors in percentages

R + G + B =
47 + 102 + 105 = 254 (100%)
R 47 of 254 ~ 18.5%
G 102 of 254 ~ 40.16%
B 105 of 254 ~ 41.34%

%18.5
%40.16
%41.34

CMYK color model

#2F6669 color CMYK value is (55,3,0,59).

  • cyan value is 55.24%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(55,3,0,59)
C55M3Y0K59 
(55%,3%,0%,59%)
(0.55/0.03/0.00/0.59)	

CMYK percentages

%55.24
%2.86
%0
%58.82

Codes

Color #2F6669 in popluar color models

2F6669
RGB47102105
HSL183°38.16%29.80%
HSB/HSV183°55.24%41.18%
CMYK55.24%2.86%0.00%
58.82%

Color #2F6669 in popluar number systems.

HEX2F6669
Decimal47102105
Binary10111111001101101001
Octal57146151

Shades and tints

Shades of #2F6669

#2F6669
(47,102,105)
#2B5D60
(43,93,96)
#275457
(39,84,87)
#234B4E
(35,75,78)
#1F4245
(31,66,69)
#1B393C
(27,57,60)
#173033
(23,48,51)
#13272A
(19,39,42)
#0F1E21
(15,30,33)
#0B1518
(11,21,24)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #2F6669

#2F6669
(47,102,105)
#417376
(65,115,118)
#538083
(83,128,131)
#658D90
(101,141,144)
#779A9D
(119,154,157)
#89A7AA
(137,167,170)
#9BB4B7
(155,180,183)
#ADC1C4
(173,193,196)
#BFCED1
(191,206,209)
#D1DBDE
(209,219,222)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6669; }

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

This text font color is #2F6669.


Background Color

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

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

This div background color is #2F6669.


Border color

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

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

This div border color is #2F6669.


Opacity

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

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

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

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

This text has shadow with #2F6669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6669 on black background.


Color preview on white background

This text has color #2F6669 on white background.



Black color preview on #2F6669 background

This text has black color on #2F6669 background.


White color preview on #2F6669 background

This text has white color on #2F6669 background.