COLOR #2F4628

HEX: #2F4628
RGB: (47,70,40)

Color info

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

RGB color model

#2F4628 color RGB value is (47,70,40).

  • red value is 47;
  • green value is 70;
  • blue value is 40.
RGB:
(47,70,40)
(18%,27%,16%)

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 40 of 255 = 16%

47
70
40

R + G + B ~ 20%. #2F4628 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 40 = 157 (100%)
R 47 of 157 ~ 29.94%
G 70 of 157 ~ 44.59%
B 40 of 157 ~ 25.48%

%29.94
%44.59
%25.48

CMYK color model

#2F4628 color CMYK value is (33,0,43,73).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 72.55%
CMYK:
(33,0,43,73)
C33M0Y43K73 
(33%,0%,43%,73%)
(0.33/0.00/0.43/0.73)	

CMYK percentages

%32.86
%0
%42.86
%72.55

Codes

Color #2F4628 in popluar color models

2F4628
RGB477040
HSL106°27.27%21.57%
HSB/HSV106°42.86%27.45%
CMYK32.86%0.00%42.86%
72.55%

Color #2F4628 in popluar number systems.

HEX2F4628
Decimal477040
Binary1011111000110101000
Octal5710650

Shades and tints

Shades of #2F4628

#2F4628
(47,70,40)
#2B4025
(43,64,37)
#273A22
(39,58,34)
#23341F
(35,52,31)
#1F2E1C
(31,46,28)
#1B2819
(27,40,25)
#172216
(23,34,22)
#131C13
(19,28,19)
#0F1610
(15,22,16)
#0B100D
(11,16,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #2F4628

#2F4628
(47,70,40)
#41563B
(65,86,59)
#53664E
(83,102,78)
#657661
(101,118,97)
#778674
(119,134,116)
#899687
(137,150,135)
#9BA69A
(155,166,154)
#ADB6AD
(173,182,173)
#BFC6C0
(191,198,192)
#D1D6D3
(209,214,211)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4628 color. Also use rgb(47,70,40) instead hex code.

Text Font Color

.myTextColor { color: #2F4628; }

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

This text font color is #2F4628.


Background Color

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

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

This div background color is #2F4628.


Border color

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

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

This div border color is #2F4628.


Opacity

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

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

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

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

This text has shadow with #2F4628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4628 on black background.


Color preview on white background

This text has color #2F4628 on white background.



Black color preview on #2F4628 background

This text has black color on #2F4628 background.


White color preview on #2F4628 background

This text has white color on #2F4628 background.