COLOR #2F3E06

HEX: #2F3E06
RGB: (47,62,6)

Color info

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

RGB color model

#2F3E06 color RGB value is (47,62,6).

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

RGB channels and saturation

R 47 of 255 = 18%
G 62 of 255 = 24%
B 6 of 255 = 2%

47
62
6

R + G + B ~ 15%. #2F3E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 62 + 6 = 115 (100%)
R 47 of 115 ~ 40.87%
G 62 of 115 ~ 53.91%
B 6 of 115 ~ 5.22%

%40.87
%53.91

CMYK color model

#2F3E06 color CMYK value is (24,0,90,76).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 90.32%
  • key color value is 75.69%
CMYK:
(24,0,90,76)
C24M0Y90K76 
(24%,0%,90%,76%)
(0.24/0.00/0.90/0.76)	

CMYK percentages

%24.19
%0
%90.32
%75.69

Codes

Color #2F3E06 in popluar color models

2F3E06
RGB47626
HSL76°82.35%13.33%
HSB/HSV76°90.32%24.31%
CMYK24.19%0.00%90.32%
75.69%

Color #2F3E06 in popluar number systems.

HEX2F3E06
Decimal47626
Binary101111111110110
Octal57766

Shades and tints

Shades of #2F3E06

#2F3E06
(47,62,6)
#2B3906
(43,57,6)
#273406
(39,52,6)
#232F06
(35,47,6)
#1F2A06
(31,42,6)
#1B2506
(27,37,6)
#172006
(23,32,6)
#131B06
(19,27,6)
#0F1606
(15,22,6)
#0B1106
(11,17,6)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #2F3E06

#2F3E06
(47,62,6)
#414F1C
(65,79,28)
#536032
(83,96,50)
#657148
(101,113,72)
#77825E
(119,130,94)
#899374
(137,147,116)
#9BA48A
(155,164,138)
#ADB5A0
(173,181,160)
#BFC6B6
(191,198,182)
#D1D7CC
(209,215,204)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3E06; }

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

This text font color is #2F3E06.


Background Color

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

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

This div background color is #2F3E06.


Border color

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

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

This div border color is #2F3E06.


Opacity

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

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

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

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

This text has shadow with #2F3E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3E06 on black background.


Color preview on white background

This text has color #2F3E06 on white background.



Black color preview on #2F3E06 background

This text has black color on #2F3E06 background.


White color preview on #2F3E06 background

This text has white color on #2F3E06 background.