COLOR #2F3227

HEX: #2F3227
RGB: (47,50,39)

Color info

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

RGB color model

#2F3227 color RGB value is (47,50,39).

  • red value is 47;
  • green value is 50;
  • blue value is 39.
RGB:
(47,50,39)
(18%,20%,15%)

RGB channels and saturation

R 47 of 255 = 18%
G 50 of 255 = 20%
B 39 of 255 = 15%

47
50
39

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

Portions of RGB colors in percentages

R + G + B =
47 + 50 + 39 = 136 (100%)
R 47 of 136 ~ 34.56%
G 50 of 136 ~ 36.76%
B 39 of 136 ~ 28.68%

%34.56
%36.76
%28.68

CMYK color model

#2F3227 color CMYK value is (6,0,22,80).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 80.39%
CMYK:
(6,0,22,80)
C6M0Y22K80 
(6%,0%,22%,80%)
(0.06/0.00/0.22/0.80)	

CMYK percentages

%6
%0
%22
%80.39

Codes

Color #2F3227 in popluar color models

2F3227
RGB475039
HSL76°12.36%17.45%
HSB/HSV76°22.00%19.61%
CMYK6.00%0.00%22.00%
80.39%

Color #2F3227 in popluar number systems.

HEX2F3227
Decimal475039
Binary101111110010100111
Octal576247

Shades and tints

Shades of #2F3227

#2F3227
(47,50,39)
#2B2E24
(43,46,36)
#272A21
(39,42,33)
#23261E
(35,38,30)
#1F221B
(31,34,27)
#1B1E18
(27,30,24)
#171A15
(23,26,21)
#131612
(19,22,18)
#0F120F
(15,18,15)
#0B0E0C
(11,14,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #2F3227

#2F3227
(47,50,39)
#41443A
(65,68,58)
#53564D
(83,86,77)
#656860
(101,104,96)
#777A73
(119,122,115)
#898C86
(137,140,134)
#9B9E99
(155,158,153)
#ADB0AC
(173,176,172)
#BFC2BF
(191,194,191)
#D1D4D2
(209,212,210)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3227 color. Also use rgb(47,50,39) instead hex code.

Text Font Color

.myTextColor { color: #2F3227; }

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

This text font color is #2F3227.


Background Color

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

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

This div background color is #2F3227.


Border color

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

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

This div border color is #2F3227.


Opacity

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

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

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

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

This text has shadow with #2F3227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3227 on black background.


Color preview on white background

This text has color #2F3227 on white background.



Black color preview on #2F3227 background

This text has black color on #2F3227 background.


White color preview on #2F3227 background

This text has white color on #2F3227 background.