COLOR #2F4416

HEX: #2F4416
RGB: (47,68,22)

Color info

#2F4416 contains red, green and blue colors in about the same proportion. Web safe color of #2F4416 is #333300 (or #330).

RGB color model

#2F4416 color RGB value is (47,68,22).

  • red value is 47;
  • green value is 68;
  • blue value is 22.
RGB:
(47,68,22)
(18%,27%,9%)

RGB channels and saturation

R 47 of 255 = 18%
G 68 of 255 = 27%
B 22 of 255 = 9%

47
68
22

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

Portions of RGB colors in percentages

R + G + B =
47 + 68 + 22 = 137 (100%)
R 47 of 137 ~ 34.31%
G 68 of 137 ~ 49.64%
B 22 of 137 ~ 16.06%

%34.31
%49.64
%16.06

CMYK color model

#2F4416 color CMYK value is (31,0,68,73).

  • cyan value is 30.88%
  • magenta value is 0.00%
  • yellow value is 67.65%
  • key color value is 73.33%
CMYK:
(31,0,68,73)
C31M0Y68K73 
(31%,0%,68%,73%)
(0.31/0.00/0.68/0.73)	

CMYK percentages

%30.88
%0
%67.65
%73.33

Codes

Color #2F4416 in popluar color models

2F4416
RGB476822
HSL87°51.11%17.65%
HSB/HSV87°67.65%26.67%
CMYK30.88%0.00%67.65%
73.33%

Color #2F4416 in popluar number systems.

HEX2F4416
Decimal476822
Binary101111100010010110
Octal5710426

Shades and tints

Shades of #2F4416

#2F4416
(47,68,22)
#2B3E14
(43,62,20)
#273812
(39,56,18)
#233210
(35,50,16)
#1F2C0E
(31,44,14)
#1B260C
(27,38,12)
#17200A
(23,32,10)
#131A08
(19,26,8)
#0F1406
(15,20,6)
#0B0E04
(11,14,4)
#070802
(7,8,2)
#000000
(0,0,0)

Tints of #2F4416

#2F4416
(47,68,22)
#41552B
(65,85,43)
#536640
(83,102,64)
#657755
(101,119,85)
#77886A
(119,136,106)
#89997F
(137,153,127)
#9BAA94
(155,170,148)
#ADBBA9
(173,187,169)
#BFCCBE
(191,204,190)
#D1DDD3
(209,221,211)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4416 color. Also use rgb(47,68,22) instead hex code.

Text Font Color

.myTextColor { color: #2F4416; }

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

This text font color is #2F4416.


Background Color

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

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

This div background color is #2F4416.


Border color

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

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

This div border color is #2F4416.


Opacity

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

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

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

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

This text has shadow with #2F4416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4416 on black background.


Color preview on white background

This text has color #2F4416 on white background.



Black color preview on #2F4416 background

This text has black color on #2F4416 background.


White color preview on #2F4416 background

This text has white color on #2F4416 background.