COLOR #2F2933

HEX: #2F2933
RGB: (47,41,51)

Color info

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

RGB color model

#2F2933 color RGB value is (47,41,51).

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

RGB channels and saturation

R 47 of 255 = 18%
G 41 of 255 = 16%
B 51 of 255 = 20%

47
41
51

R + G + B ~ 18%. #2F2933 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 41 + 51 = 139 (100%)
R 47 of 139 ~ 33.81%
G 41 of 139 ~ 29.5%
B 51 of 139 ~ 36.69%

%33.81
%29.5
%36.69

CMYK color model

#2F2933 color CMYK value is (8,20,0,80).

  • cyan value is 7.84%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(8,20,0,80)
C8M20Y0K80 
(8%,20%,0%,80%)
(0.08/0.20/0.00/0.80)	

CMYK percentages

%7.84
%19.61
%0
%80

Codes

Color #2F2933 in popluar color models

2F2933
RGB474151
HSL276°10.87%18.04%
HSB/HSV276°19.61%20.00%
CMYK7.84%19.61%0.00%
80.00%

Color #2F2933 in popluar number systems.

HEX2F2933
Decimal474151
Binary101111101001110011
Octal575163

Shades and tints

Shades of #2F2933

#2F2933
(47,41,51)
#2B262F
(43,38,47)
#27232B
(39,35,43)
#232027
(35,32,39)
#1F1D23
(31,29,35)
#1B1A1F
(27,26,31)
#17171B
(23,23,27)
#131417
(19,20,23)
#0F1113
(15,17,19)
#0B0E0F
(11,14,15)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #2F2933

#2F2933
(47,41,51)
#413C45
(65,60,69)
#534F57
(83,79,87)
#656269
(101,98,105)
#77757B
(119,117,123)
#89888D
(137,136,141)
#9B9B9F
(155,155,159)
#ADAEB1
(173,174,177)
#BFC1C3
(191,193,195)
#D1D4D5
(209,212,213)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F2933; }

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

This text font color is #2F2933.


Background Color

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

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

This div background color is #2F2933.


Border color

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

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

This div border color is #2F2933.


Opacity

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

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

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

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

This text has shadow with #2F2933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2933 on black background.


Color preview on white background

This text has color #2F2933 on white background.



Black color preview on #2F2933 background

This text has black color on #2F2933 background.


White color preview on #2F2933 background

This text has white color on #2F2933 background.