COLOR #2F3431

HEX: #2F3431
RGB: (47,52,49)

Color info

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

RGB color model

#2F3431 color RGB value is (47,52,49).

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

RGB channels and saturation

R 47 of 255 = 18%
G 52 of 255 = 20%
B 49 of 255 = 19%

47
52
49

R + G + B ~ 19%. #2F3431 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 52 + 49 = 148 (100%)
R 47 of 148 ~ 31.76%
G 52 of 148 ~ 35.14%
B 49 of 148 ~ 33.11%

%31.76
%35.14
%33.11

CMYK color model

#2F3431 color CMYK value is (10,0,6,80).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(10,0,6,80)
C10M0Y6K80 
(10%,0%,6%,80%)
(0.10/0.00/0.06/0.80)	

CMYK percentages

%9.62
%0
%5.77
%79.61

Codes

Color #2F3431 in popluar color models

2F3431
RGB475249
HSL144°5.05%19.41%
HSB/HSV144°9.62%20.39%
CMYK9.62%0.00%5.77%
79.61%

Color #2F3431 in popluar number systems.

HEX2F3431
Decimal475249
Binary101111110100110001
Octal576461

Shades and tints

Shades of #2F3431

#2F3431
(47,52,49)
#2B302D
(43,48,45)
#272C29
(39,44,41)
#232825
(35,40,37)
#1F2421
(31,36,33)
#1B201D
(27,32,29)
#171C19
(23,28,25)
#131815
(19,24,21)
#0F1411
(15,20,17)
#0B100D
(11,16,13)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #2F3431

#2F3431
(47,52,49)
#414643
(65,70,67)
#535855
(83,88,85)
#656A67
(101,106,103)
#777C79
(119,124,121)
#898E8B
(137,142,139)
#9BA09D
(155,160,157)
#ADB2AF
(173,178,175)
#BFC4C1
(191,196,193)
#D1D6D3
(209,214,211)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3431; }

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

This text font color is #2F3431.


Background Color

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

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

This div background color is #2F3431.


Border color

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

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

This div border color is #2F3431.


Opacity

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

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

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

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

This text has shadow with #2F3431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3431 on black background.


Color preview on white background

This text has color #2F3431 on white background.



Black color preview on #2F3431 background

This text has black color on #2F3431 background.


White color preview on #2F3431 background

This text has white color on #2F3431 background.