COLOR #2F4732

HEX: #2F4732
RGB: (47,71,50)

Color info

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

RGB color model

#2F4732 color RGB value is (47,71,50).

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

RGB channels and saturation

R 47 of 255 = 18%
G 71 of 255 = 28%
B 50 of 255 = 20%

47
71
50

R + G + B ~ 22%. #2F4732 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 71 + 50 = 168 (100%)
R 47 of 168 ~ 27.98%
G 71 of 168 ~ 42.26%
B 50 of 168 ~ 29.76%

%27.98
%42.26
%29.76

CMYK color model

#2F4732 color CMYK value is (34,0,30,72).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(34,0,30,72)
C34M0Y30K72 
(34%,0%,30%,72%)
(0.34/0.00/0.30/0.72)	

CMYK percentages

%33.8
%0
%29.58
%72.16

Codes

Color #2F4732 in popluar color models

2F4732
RGB477150
HSL128°20.34%23.14%
HSB/HSV128°33.80%27.84%
CMYK33.80%0.00%29.58%
72.16%

Color #2F4732 in popluar number systems.

HEX2F4732
Decimal477150
Binary1011111000111110010
Octal5710762

Shades and tints

Shades of #2F4732

#2F4732
(47,71,50)
#2B412E
(43,65,46)
#273B2A
(39,59,42)
#233526
(35,53,38)
#1F2F22
(31,47,34)
#1B291E
(27,41,30)
#17231A
(23,35,26)
#131D16
(19,29,22)
#0F1712
(15,23,18)
#0B110E
(11,17,14)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #2F4732

#2F4732
(47,71,50)
#415744
(65,87,68)
#536756
(83,103,86)
#657768
(101,119,104)
#77877A
(119,135,122)
#89978C
(137,151,140)
#9BA79E
(155,167,158)
#ADB7B0
(173,183,176)
#BFC7C2
(191,199,194)
#D1D7D4
(209,215,212)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4732; }

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

This text font color is #2F4732.


Background Color

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

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

This div background color is #2F4732.


Border color

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

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

This div border color is #2F4732.


Opacity

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

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

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

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

This text has shadow with #2F4732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4732 on black background.


Color preview on white background

This text has color #2F4732 on white background.



Black color preview on #2F4732 background

This text has black color on #2F4732 background.


White color preview on #2F4732 background

This text has white color on #2F4732 background.