COLOR #2F3B3A

HEX: #2F3B3A
RGB: (47,59,58)

Color info

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

RGB color model

#2F3B3A color RGB value is (47,59,58).

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

RGB channels and saturation

R 47 of 255 = 18%
G 59 of 255 = 23%
B 58 of 255 = 23%

47
59
58

R + G + B ~ 21%. #2F3B3A is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 59 + 58 = 164 (100%)
R 47 of 164 ~ 28.66%
G 59 of 164 ~ 35.98%
B 58 of 164 ~ 35.37%

%28.66
%35.98
%35.37

CMYK color model

#2F3B3A color CMYK value is (20,0,2,77).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK:
(20,0,2,77)
C20M0Y2K77 
(20%,0%,2%,77%)
(0.20/0.00/0.02/0.77)	

CMYK percentages

%20.34
%0
%1.69
%76.86

Codes

Color #2F3B3A in popluar color models

2F3B3A
RGB475958
HSL175°11.32%20.78%
HSB/HSV175°20.34%23.14%
CMYK20.34%0.00%1.69%
76.86%

Color #2F3B3A in popluar number systems.

HEX2F3B3A
Decimal475958
Binary101111111011111010
Octal577372

Shades and tints

Shades of #2F3B3A

#2F3B3A
(47,59,58)
#2B3635
(43,54,53)
#273130
(39,49,48)
#232C2B
(35,44,43)
#1F2726
(31,39,38)
#1B2221
(27,34,33)
#171D1C
(23,29,28)
#131817
(19,24,23)
#0F1312
(15,19,18)
#0B0E0D
(11,14,13)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #2F3B3A

#2F3B3A
(47,59,58)
#414C4B
(65,76,75)
#535D5C
(83,93,92)
#656E6D
(101,110,109)
#777F7E
(119,127,126)
#89908F
(137,144,143)
#9BA1A0
(155,161,160)
#ADB2B1
(173,178,177)
#BFC3C2
(191,195,194)
#D1D4D3
(209,212,211)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3B3A; }

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

This text font color is #2F3B3A.


Background Color

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

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

This div background color is #2F3B3A.


Border color

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

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

This div border color is #2F3B3A.


Opacity

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

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

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

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

This text has shadow with #2F3B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3B3A on black background.


Color preview on white background

This text has color #2F3B3A on white background.



Black color preview on #2F3B3A background

This text has black color on #2F3B3A background.


White color preview on #2F3B3A background

This text has white color on #2F3B3A background.