COLOR #2F4C06

HEX: #2F4C06
RGB: (47,76,6)

Color info

#2F4C06 contains mainly red and green colors. Web safe color of #2F4C06 is #333300 (or #330).

RGB color model

#2F4C06 color RGB value is (47,76,6).

  • red value is 47;
  • green value is 76;
  • blue value is 6.
RGB:
(47,76,6)
(18%,30%,2%)

RGB channels and saturation

R 47 of 255 = 18%
G 76 of 255 = 30%
B 6 of 255 = 2%

47
76
6

R + G + B ~ 17%. #2F4C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 76 + 6 = 129 (100%)
R 47 of 129 ~ 36.43%
G 76 of 129 ~ 58.91%
B 6 of 129 ~ 4.65%

%36.43
%58.91

CMYK color model

#2F4C06 color CMYK value is (38,0,92,70).

  • cyan value is 38.16%
  • magenta value is 0.00%
  • yellow value is 92.11%
  • key color value is 70.20%
CMYK:
(38,0,92,70)
C38M0Y92K70 
(38%,0%,92%,70%)
(0.38/0.00/0.92/0.70)	

CMYK percentages

%38.16
%0
%92.11
%70.2

Codes

Color #2F4C06 in popluar color models

2F4C06
RGB47766
HSL85°85.37%16.08%
HSB/HSV85°92.11%29.80%
CMYK38.16%0.00%92.11%
70.20%

Color #2F4C06 in popluar number systems.

HEX2F4C06
Decimal47766
Binary1011111001100110
Octal571146

Shades and tints

Shades of #2F4C06

#2F4C06
(47,76,6)
#2B4606
(43,70,6)
#274006
(39,64,6)
#233A06
(35,58,6)
#1F3406
(31,52,6)
#1B2E06
(27,46,6)
#172806
(23,40,6)
#132206
(19,34,6)
#0F1C06
(15,28,6)
#0B1606
(11,22,6)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #2F4C06

#2F4C06
(47,76,6)
#415C1C
(65,92,28)
#536C32
(83,108,50)
#657C48
(101,124,72)
#778C5E
(119,140,94)
#899C74
(137,156,116)
#9BAC8A
(155,172,138)
#ADBCA0
(173,188,160)
#BFCCB6
(191,204,182)
#D1DCCC
(209,220,204)
#E3ECE2
(227,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4C06 color. Also use rgb(47,76,6) instead hex code.

Text Font Color

.myTextColor { color: #2F4C06; }

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

This text font color is #2F4C06.


Background Color

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

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

This div background color is #2F4C06.


Border color

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

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

This div border color is #2F4C06.


Opacity

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

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

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

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

This text has shadow with #2F4C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4C06 on black background.


Color preview on white background

This text has color #2F4C06 on white background.



Black color preview on #2F4C06 background

This text has black color on #2F4C06 background.


White color preview on #2F4C06 background

This text has white color on #2F4C06 background.