COLOR #2F303D

HEX: #2F303D
RGB: (47,48,61)

Color info

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

RGB color model

#2F303D color RGB value is (47,48,61).

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

RGB channels and saturation

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

47
48
61

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

Portions of RGB colors in percentages

R + G + B =
47 + 48 + 61 = 156 (100%)
R 47 of 156 ~ 30.13%
G 48 of 156 ~ 30.77%
B 61 of 156 ~ 39.1%

%30.13
%30.77
%39.1

CMYK color model

#2F303D color CMYK value is (23,21,0,76).

  • cyan value is 22.95%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(23,21,0,76)
C23M21Y0K76 
(23%,21%,0%,76%)
(0.23/0.21/0.00/0.76)	

CMYK percentages

%22.95
%21.31
%0
%76.08

Codes

Color #2F303D in popluar color models

2F303D
RGB474861
HSL236°12.96%21.18%
HSB/HSV236°22.95%23.92%
CMYK22.95%21.31%0.00%
76.08%

Color #2F303D in popluar number systems.

HEX2F303D
Decimal474861
Binary101111110000111101
Octal576075

Shades and tints

Shades of #2F303D

#2F303D
(47,48,61)
#2B2C38
(43,44,56)
#272833
(39,40,51)
#23242E
(35,36,46)
#1F2029
(31,32,41)
#1B1C24
(27,28,36)
#17181F
(23,24,31)
#13141A
(19,20,26)
#0F1015
(15,16,21)
#0B0C10
(11,12,16)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #2F303D

#2F303D
(47,48,61)
#41424E
(65,66,78)
#53545F
(83,84,95)
#656670
(101,102,112)
#777881
(119,120,129)
#898A92
(137,138,146)
#9B9CA3
(155,156,163)
#ADAEB4
(173,174,180)
#BFC0C5
(191,192,197)
#D1D2D6
(209,210,214)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F303D; }

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

This text font color is #2F303D.


Background Color

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

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

This div background color is #2F303D.


Border color

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

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

This div border color is #2F303D.


Opacity

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

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

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

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

This text has shadow with #2F303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F303D on black background.


Color preview on white background

This text has color #2F303D on white background.



Black color preview on #2F303D background

This text has black color on #2F303D background.


White color preview on #2F303D background

This text has white color on #2F303D background.