COLOR #2F333F

HEX: #2F333F
RGB: (47,51,63)

Color info

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

RGB color model

#2F333F color RGB value is (47,51,63).

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

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 63 of 255 = 25%

47
51
63

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

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 63 = 161 (100%)
R 47 of 161 ~ 29.19%
G 51 of 161 ~ 31.68%
B 63 of 161 ~ 39.13%

%29.19
%31.68
%39.13

CMYK color model

#2F333F color CMYK value is (25,19,0,75).

  • cyan value is 25.40%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(25,19,0,75)
C25M19Y0K75 
(25%,19%,0%,75%)
(0.25/0.19/0.00/0.75)	

CMYK percentages

%25.4
%19.05
%0
%75.29

Codes

Color #2F333F in popluar color models

2F333F
RGB475163
HSL225°14.55%21.57%
HSB/HSV225°25.40%24.71%
CMYK25.40%19.05%0.00%
75.29%

Color #2F333F in popluar number systems.

HEX2F333F
Decimal475163
Binary101111110011111111
Octal576377

Shades and tints

Shades of #2F333F

#2F333F
(47,51,63)
#2B2F3A
(43,47,58)
#272B35
(39,43,53)
#232730
(35,39,48)
#1F232B
(31,35,43)
#1B1F26
(27,31,38)
#171B21
(23,27,33)
#13171C
(19,23,28)
#0F1317
(15,19,23)
#0B0F12
(11,15,18)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #2F333F

#2F333F
(47,51,63)
#414550
(65,69,80)
#535761
(83,87,97)
#656972
(101,105,114)
#777B83
(119,123,131)
#898D94
(137,141,148)
#9B9FA5
(155,159,165)
#ADB1B6
(173,177,182)
#BFC3C7
(191,195,199)
#D1D5D8
(209,213,216)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F333F; }

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

This text font color is #2F333F.


Background Color

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

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

This div background color is #2F333F.


Border color

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

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

This div border color is #2F333F.


Opacity

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

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

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

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

This text has shadow with #2F333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F333F on black background.


Color preview on white background

This text has color #2F333F on white background.



Black color preview on #2F333F background

This text has black color on #2F333F background.


White color preview on #2F333F background

This text has white color on #2F333F background.