COLOR #2F421B

HEX: #2F421B
RGB: (47,66,27)

Color info

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

RGB color model

#2F421B color RGB value is (47,66,27).

  • red value is 47;
  • green value is 66;
  • blue value is 27.
RGB:
(47,66,27)
(18%,26%,11%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 27 of 255 = 11%

47
66
27

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

Portions of RGB colors in percentages

R + G + B =
47 + 66 + 27 = 140 (100%)
R 47 of 140 ~ 33.57%
G 66 of 140 ~ 47.14%
B 27 of 140 ~ 19.29%

%33.57
%47.14
%19.29

CMYK color model

#2F421B color CMYK value is (29,0,59,74).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(29,0,59,74)
C29M0Y59K74 
(29%,0%,59%,74%)
(0.29/0.00/0.59/0.74)	

CMYK percentages

%28.79
%0
%59.09
%74.12

Codes

Color #2F421B in popluar color models

2F421B
RGB476627
HSL89°41.94%18.24%
HSB/HSV89°59.09%25.88%
CMYK28.79%0.00%59.09%
74.12%

Color #2F421B in popluar number systems.

HEX2F421B
Decimal476627
Binary101111100001011011
Octal5710233

Shades and tints

Shades of #2F421B

#2F421B
(47,66,27)
#2B3C19
(43,60,25)
#273617
(39,54,23)
#233015
(35,48,21)
#1F2A13
(31,42,19)
#1B2411
(27,36,17)
#171E0F
(23,30,15)
#13180D
(19,24,13)
#0F120B
(15,18,11)
#0B0C09
(11,12,9)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #2F421B

#2F421B
(47,66,27)
#41532F
(65,83,47)
#536443
(83,100,67)
#657557
(101,117,87)
#77866B
(119,134,107)
#89977F
(137,151,127)
#9BA893
(155,168,147)
#ADB9A7
(173,185,167)
#BFCABB
(191,202,187)
#D1DBCF
(209,219,207)
#E3ECE3
(227,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F421B color. Also use rgb(47,66,27) instead hex code.

Text Font Color

.myTextColor { color: #2F421B; }

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

This text font color is #2F421B.


Background Color

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

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

This div background color is #2F421B.


Border color

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

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

This div border color is #2F421B.


Opacity

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

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

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

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

This text has shadow with #2F421B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F421B on black background.


Color preview on white background

This text has color #2F421B on white background.



Black color preview on #2F421B background

This text has black color on #2F421B background.


White color preview on #2F421B background

This text has white color on #2F421B background.