COLOR #2F4649

HEX: #2F4649 RGB: (47,70,73)

Color info

#2F4649 contains red, green and blue colors in about the same proportion. Web safe color of #2F4649 is #333333 (or #333).

RGB color model

#2F4649 color RGB value is (47,70,73).

RGB: (47,70,73) (18%, 27%, 29%)

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 73 of 255 = 29%

47
70
73

R + G + B ~ 25%. #2F4649 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 70 + 73 = 190 (100%)
R 47 of 190 ~ 24.74%
G 70 of 190 ~ 36.84%
B 73 of 190 ~ 38.42'%

%24.74
%36.84
%38.42

CMYK color model

#2F4649 color CMYK value is (36,4,0,71).

  • cyan value is 35.62%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (36,4,0,71)
C36M4Y0K71 (36%, 4%, 0%, 71%)
(0.36 / 0.04 / 0.00 / 0.71)

CMYK percentages

%35.62
%4.11
%0
%71.37

Codes

Color #2F4649 in popluar color models

2F 46 49
RGB 47 70 73
HSL 187° 21.67% 23.53%
HSB/HSV 187° 35.62% 28.63%
CMYK 35.62% 4.11% 0.00%
71.37%

Color #2F4649 in popluar number systems.

HEX 2F 46 49
Decimal 47 70 73
Binary 101111 1000110 1001001
Octal 57 106 111

Shades and tints

Shades of #2F4649

#2F4649
(47,70,73)
#2B4043
(43,64,67)
#273A3D
(39,58,61)
#233437
(35,52,55)
#1F2E31
(31,46,49)
#1B282B
(27,40,43)
#172225
(23,34,37)
#131C1F
(19,28,31)
#0F1619
(15,22,25)
#0B1013
(11,16,19)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #2F4649

#2F4649
(47,70,73)
#415659
(65,86,89)
#536669
(83,102,105)
#657679
(101,118,121)
#778689
(119,134,137)
#899699
(137,150,153)
#9BA6A9
(155,166,169)
#ADB6B9
(173,182,185)
#BFC6C9
(191,198,201)
#D1D6D9
(209,214,217)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4649 color. Also use rgb(47,70,73) instead hex code.

Text Font Color

.myTextColor { color: #2F4649; }

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

This text font color is #2F4649.

Background Color

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

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

This div background color is #2F4649.

Border color

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

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

This div border color is #2F4649.

Opacity

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

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

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

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

This text has shadow with #2F4649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4649.

Preview

Color preview on black background

This text has color #2F4649 on black background.


Color preview on white background

This text has color #2F4649 on white background.


Black color preview on #2F4649 background

This text has black color on #2F4649 background.


White color preview on #2F4649 background

This text has white color on #2F4649 background.


Related colors

Complementary color

Complementary color for #hex is #D0B9B6.


I love getcolorcode.com

Triadic colors

1 #492F46 and #46492F with #2F4649 are triadic colors.

2 #49462F and #462F49 with #2F4649 are triadic colors.