COLOR #2F672B

HEX: #2F672B
RGB: (47,103,43)

Color info

#2F672B contains mainly red and green colors. Web safe color of #2F672B is #336633 (or #363).

RGB color model

#2F672B color RGB value is (47,103,43).

  • red value is 47;
  • green value is 103;
  • blue value is 43.
RGB:
(47,103,43)
(18%,40%,17%)

RGB channels and saturation

R 47 of 255 = 18%
G 103 of 255 = 40%
B 43 of 255 = 17%

47
103
43

R + G + B ~ 25%. #2F672B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 103 + 43 = 193 (100%)
R 47 of 193 ~ 24.35%
G 103 of 193 ~ 53.37%
B 43 of 193 ~ 22.28%

%24.35
%53.37
%22.28

CMYK color model

#2F672B color CMYK value is (54,0,58,60).

  • cyan value is 54.37%
  • magenta value is 0.00%
  • yellow value is 58.25%
  • key color value is 59.61%
CMYK:
(54,0,58,60)
C54M0Y58K60 
(54%,0%,58%,60%)
(0.54/0.00/0.58/0.60)	

CMYK percentages

%54.37
%0
%58.25
%59.61

Codes

Color #2F672B in popluar color models

2F672B
RGB4710343
HSL116°41.10%28.63%
HSB/HSV116°58.25%40.39%
CMYK54.37%0.00%58.25%
59.61%

Color #2F672B in popluar number systems.

HEX2F672B
Decimal4710343
Binary1011111100111101011
Octal5714753

Shades and tints

Shades of #2F672B

#2F672B
(47,103,43)
#2B5E28
(43,94,40)
#275525
(39,85,37)
#234C22
(35,76,34)
#1F431F
(31,67,31)
#1B3A1C
(27,58,28)
#173119
(23,49,25)
#132816
(19,40,22)
#0F1F13
(15,31,19)
#0B1610
(11,22,16)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #2F672B

#2F672B
(47,103,43)
#41743E
(65,116,62)
#538151
(83,129,81)
#658E64
(101,142,100)
#779B77
(119,155,119)
#89A88A
(137,168,138)
#9BB59D
(155,181,157)
#ADC2B0
(173,194,176)
#BFCFC3
(191,207,195)
#D1DCD6
(209,220,214)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F672B color. Also use rgb(47,103,43) instead hex code.

Text Font Color

.myTextColor { color: #2F672B; }

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

This text font color is #2F672B.


Background Color

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

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

This div background color is #2F672B.


Border color

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

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

This div border color is #2F672B.


Opacity

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

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

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

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

This text has shadow with #2F672B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F672B on black background.


Color preview on white background

This text has color #2F672B on white background.



Black color preview on #2F672B background

This text has black color on #2F672B background.


White color preview on #2F672B background

This text has white color on #2F672B background.