COLOR #2F4146

HEX: #2F4146
RGB: (47,65,70)

Color info

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

RGB color model

#2F4146 color RGB value is (47,65,70).

  • red value is 47;
  • green value is 65;
  • blue value is 70.
RGB:
(47,65,70)
(18%,25%,27%)

RGB channels and saturation

R 47 of 255 = 18%
G 65 of 255 = 25%
B 70 of 255 = 27%

47
65
70

R + G + B ~ 23%. #2F4146 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 65 + 70 = 182 (100%)
R 47 of 182 ~ 25.82%
G 65 of 182 ~ 35.71%
B 70 of 182 ~ 38.46%

%25.82
%35.71
%38.46

CMYK color model

#2F4146 color CMYK value is (33,7,0,73).

  • cyan value is 32.86%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(33,7,0,73)
C33M7Y0K73 
(33%,7%,0%,73%)
(0.33/0.07/0.00/0.73)	

CMYK percentages

%32.86
%7.14
%0
%72.55

Codes

Color #2F4146 in popluar color models

2F4146
RGB476570
HSL193°19.66%22.94%
HSB/HSV193°32.86%27.45%
CMYK32.86%7.14%0.00%
72.55%

Color #2F4146 in popluar number systems.

HEX2F4146
Decimal476570
Binary10111110000011000110
Octal57101106

Shades and tints

Shades of #2F4146

#2F4146
(47,65,70)
#2B3C40
(43,60,64)
#27373A
(39,55,58)
#233234
(35,50,52)
#1F2D2E
(31,45,46)
#1B2828
(27,40,40)
#172322
(23,35,34)
#131E1C
(19,30,28)
#0F1916
(15,25,22)
#0B1410
(11,20,16)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #2F4146

#2F4146
(47,65,70)
#415256
(65,82,86)
#536366
(83,99,102)
#657476
(101,116,118)
#778586
(119,133,134)
#899696
(137,150,150)
#9BA7A6
(155,167,166)
#ADB8B6
(173,184,182)
#BFC9C6
(191,201,198)
#D1DAD6
(209,218,214)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4146; }

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

This text font color is #2F4146.


Background Color

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

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

This div background color is #2F4146.


Border color

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

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

This div border color is #2F4146.


Opacity

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

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

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

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

This text has shadow with #2F4146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4146 on black background.


Color preview on white background

This text has color #2F4146 on white background.



Black color preview on #2F4146 background

This text has black color on #2F4146 background.


White color preview on #2F4146 background

This text has white color on #2F4146 background.