COLOR #2F3F48

HEX: #2F3F48
RGB: (47,63,72)

Color info

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

RGB color model

#2F3F48 color RGB value is (47,63,72).

  • red value is 47;
  • green value is 63;
  • blue value is 72.
RGB:
(47,63,72)
(18%,25%,28%)

RGB channels and saturation

R 47 of 255 = 18%
G 63 of 255 = 25%
B 72 of 255 = 28%

47
63
72

R + G + B ~ 24%. #2F3F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 63 + 72 = 182 (100%)
R 47 of 182 ~ 25.82%
G 63 of 182 ~ 34.62%
B 72 of 182 ~ 39.56%

%25.82
%34.62
%39.56

CMYK color model

#2F3F48 color CMYK value is (35,13,0,72).

  • cyan value is 34.72%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(35,13,0,72)
C35M13Y0K72 
(35%,13%,0%,72%)
(0.35/0.13/0.00/0.72)	

CMYK percentages

%34.72
%12.5
%0
%71.76

Codes

Color #2F3F48 in popluar color models

2F3F48
RGB476372
HSL202°21.01%23.33%
HSB/HSV202°34.72%28.24%
CMYK34.72%12.50%0.00%
71.76%

Color #2F3F48 in popluar number systems.

HEX2F3F48
Decimal476372
Binary1011111111111001000
Octal5777110

Shades and tints

Shades of #2F3F48

#2F3F48
(47,63,72)
#2B3A42
(43,58,66)
#27353C
(39,53,60)
#233036
(35,48,54)
#1F2B30
(31,43,48)
#1B262A
(27,38,42)
#172124
(23,33,36)
#131C1E
(19,28,30)
#0F1718
(15,23,24)
#0B1212
(11,18,18)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #2F3F48

#2F3F48
(47,63,72)
#415058
(65,80,88)
#536168
(83,97,104)
#657278
(101,114,120)
#778388
(119,131,136)
#899498
(137,148,152)
#9BA5A8
(155,165,168)
#ADB6B8
(173,182,184)
#BFC7C8
(191,199,200)
#D1D8D8
(209,216,216)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3F48 color. Also use rgb(47,63,72) instead hex code.

Text Font Color

.myTextColor { color: #2F3F48; }

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

This text font color is #2F3F48.


Background Color

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

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

This div background color is #2F3F48.


Border color

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

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

This div border color is #2F3F48.


Opacity

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

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

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

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

This text has shadow with #2F3F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3F48 on black background.


Color preview on white background

This text has color #2F3F48 on white background.



Black color preview on #2F3F48 background

This text has black color on #2F3F48 background.


White color preview on #2F3F48 background

This text has white color on #2F3F48 background.