COLOR #2F3B48

HEX: #2F3B48
RGB: (47,59,72)

Color info

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

RGB color model

#2F3B48 color RGB value is (47,59,72).

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

RGB channels and saturation

R 47 of 255 = 18%
G 59 of 255 = 23%
B 72 of 255 = 28%

47
59
72

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

Portions of RGB colors in percentages

R + G + B =
47 + 59 + 72 = 178 (100%)
R 47 of 178 ~ 26.4%
G 59 of 178 ~ 33.15%
B 72 of 178 ~ 40.45%

%26.4
%33.15
%40.45

CMYK color model

#2F3B48 color CMYK value is (35,18,0,72).

  • cyan value is 34.72%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(35,18,0,72)
C35M18Y0K72 
(35%,18%,0%,72%)
(0.35/0.18/0.00/0.72)	

CMYK percentages

%34.72
%18.06
%0
%71.76

Codes

Color #2F3B48 in popluar color models

2F3B48
RGB475972
HSL211°21.01%23.33%
HSB/HSV211°34.72%28.24%
CMYK34.72%18.06%0.00%
71.76%

Color #2F3B48 in popluar number systems.

HEX2F3B48
Decimal475972
Binary1011111110111001000
Octal5773110

Shades and tints

Shades of #2F3B48

#2F3B48
(47,59,72)
#2B3642
(43,54,66)
#27313C
(39,49,60)
#232C36
(35,44,54)
#1F2730
(31,39,48)
#1B222A
(27,34,42)
#171D24
(23,29,36)
#13181E
(19,24,30)
#0F1318
(15,19,24)
#0B0E12
(11,14,18)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #2F3B48

#2F3B48
(47,59,72)
#414C58
(65,76,88)
#535D68
(83,93,104)
#656E78
(101,110,120)
#777F88
(119,127,136)
#899098
(137,144,152)
#9BA1A8
(155,161,168)
#ADB2B8
(173,178,184)
#BFC3C8
(191,195,200)
#D1D4D8
(209,212,216)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3B48; }

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

This text font color is #2F3B48.


Background Color

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

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

This div background color is #2F3B48.


Border color

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

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

This div border color is #2F3B48.


Opacity

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

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

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

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

This text has shadow with #2F3B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3B48 on black background.


Color preview on white background

This text has color #2F3B48 on white background.



Black color preview on #2F3B48 background

This text has black color on #2F3B48 background.


White color preview on #2F3B48 background

This text has white color on #2F3B48 background.