COLOR #2F313D

HEX: #2F313D
RGB: (47,49,61)

Color info

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

RGB color model

#2F313D color RGB value is (47,49,61).

  • red value is 47;
  • green value is 49;
  • blue value is 61.
RGB:
(47,49,61)
(18%,19%,24%)

RGB channels and saturation

R 47 of 255 = 18%
G 49 of 255 = 19%
B 61 of 255 = 24%

47
49
61

R + G + B ~ 20%. #2F313D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 49 + 61 = 157 (100%)
R 47 of 157 ~ 29.94%
G 49 of 157 ~ 31.21%
B 61 of 157 ~ 38.85%

%29.94
%31.21
%38.85

CMYK color model

#2F313D color CMYK value is (23,20,0,76).

  • cyan value is 22.95%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(23,20,0,76)
C23M20Y0K76 
(23%,20%,0%,76%)
(0.23/0.20/0.00/0.76)	

CMYK percentages

%22.95
%19.67
%0
%76.08

Codes

Color #2F313D in popluar color models

2F313D
RGB474961
HSL231°12.96%21.18%
HSB/HSV231°22.95%23.92%
CMYK22.95%19.67%0.00%
76.08%

Color #2F313D in popluar number systems.

HEX2F313D
Decimal474961
Binary101111110001111101
Octal576175

Shades and tints

Shades of #2F313D

#2F313D
(47,49,61)
#2B2D38
(43,45,56)
#272933
(39,41,51)
#23252E
(35,37,46)
#1F2129
(31,33,41)
#1B1D24
(27,29,36)
#17191F
(23,25,31)
#13151A
(19,21,26)
#0F1115
(15,17,21)
#0B0D10
(11,13,16)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #2F313D

#2F313D
(47,49,61)
#41434E
(65,67,78)
#53555F
(83,85,95)
#656770
(101,103,112)
#777981
(119,121,129)
#898B92
(137,139,146)
#9B9DA3
(155,157,163)
#ADAFB4
(173,175,180)
#BFC1C5
(191,193,197)
#D1D3D6
(209,211,214)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F313D color. Also use rgb(47,49,61) instead hex code.

Text Font Color

.myTextColor { color: #2F313D; }

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

This text font color is #2F313D.


Background Color

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

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

This div background color is #2F313D.


Border color

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

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

This div border color is #2F313D.


Opacity

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

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

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

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

This text has shadow with #2F313D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F313D on black background.


Color preview on white background

This text has color #2F313D on white background.



Black color preview on #2F313D background

This text has black color on #2F313D background.


White color preview on #2F313D background

This text has white color on #2F313D background.