COLOR #2F696B

HEX: #2F696B RGB: (47,105,107)

Color info

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

RGB color model

#2F696B color RGB value is (47,105,107).

RGB: (47,105,107) (18%, 41%, 42%)

RGB channels and saturation

R 47 of 255 = 18%
G 105 of 255 = 41%
B 107 of 255 = 42%

47
105
107

R + G + B ~ 34%. #2F696B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 105 + 107 = 259 (100%)
R 47 of 259 ~ 18.15%
G 105 of 259 ~ 40.54%
B 107 of 259 ~ 41.31'%

%18.15
%40.54
%41.31

CMYK color model

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

  • cyan value is 56.07%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (56,2,0,58)
C56M2Y0K58 (56%, 2%, 0%, 58%)
(0.56 / 0.02 / 0.00 / 0.58)

CMYK percentages

%56.07
%1.87
%0
%58.04

Codes

Color #2F696B in popluar color models

2F 69 6B
RGB 47 105 107
HSL 182° 38.96% 30.20%
HSB/HSV 182° 56.07% 41.96%
CMYK 56.07% 1.87% 0.00%
58.04%

Color #2F696B in popluar number systems.

HEX 2F 69 6B
Decimal 47 105 107
Binary 101111 1101001 1101011
Octal 57 151 153

Shades and tints

Shades of #2F696B

#2F696B
(47,105,107)
#2B6062
(43,96,98)
#275759
(39,87,89)
#234E50
(35,78,80)
#1F4547
(31,69,71)
#1B3C3E
(27,60,62)
#173335
(23,51,53)
#132A2C
(19,42,44)
#0F2123
(15,33,35)
#0B181A
(11,24,26)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #2F696B

#2F696B
(47,105,107)
#417678
(65,118,120)
#538385
(83,131,133)
#659092
(101,144,146)
#779D9F
(119,157,159)
#89AAAC
(137,170,172)
#9BB7B9
(155,183,185)
#ADC4C6
(173,196,198)
#BFD1D3
(191,209,211)
#D1DEE0
(209,222,224)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F696B; }

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

This text font color is #2F696B.

Background Color

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

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

This div background color is #2F696B.

Border color

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

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

This div border color is #2F696B.

Opacity

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

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

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

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

This text has shadow with #2F696B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F696B.

Preview

Color preview on black background

This text has color #2F696B on black background.


Color preview on white background

This text has color #2F696B on white background.


Black color preview on #2F696B background

This text has black color on #2F696B background.


White color preview on #2F696B background

This text has white color on #2F696B background.


Related colors

Complementary color

Complementary color for #hex is #D09694.


I love getcolorcode.com

Triadic colors

1 #6B2F69 and #696B2F with #2F696B are triadic colors.

2 #6B692F and #692F6B with #2F696B are triadic colors.