COLOR #2F4829

HEX: #2F4829
RGB: (47,72,41)

Color info

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

RGB color model

#2F4829 color RGB value is (47,72,41).

  • red value is 47;
  • green value is 72;
  • blue value is 41.
RGB:
(47,72,41)
(18%,28%,16%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 41 of 255 = 16%

47
72
41

R + G + B ~ 21%. #2F4829 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 72 + 41 = 160 (100%)
R 47 of 160 ~ 29.38%
G 72 of 160 ~ 45%
B 41 of 160 ~ 25.63%

%29.38
%45
%25.63

CMYK color model

#2F4829 color CMYK value is (35,0,43,72).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 43.06%
  • key color value is 71.76%
CMYK:
(35,0,43,72)
C35M0Y43K72 
(35%,0%,43%,72%)
(0.35/0.00/0.43/0.72)	

CMYK percentages

%34.72
%0
%43.06
%71.76

Codes

Color #2F4829 in popluar color models

2F4829
RGB477241
HSL108°27.43%22.16%
HSB/HSV108°43.06%28.24%
CMYK34.72%0.00%43.06%
71.76%

Color #2F4829 in popluar number systems.

HEX2F4829
Decimal477241
Binary1011111001000101001
Octal5711051

Shades and tints

Shades of #2F4829

#2F4829
(47,72,41)
#2B4226
(43,66,38)
#273C23
(39,60,35)
#233620
(35,54,32)
#1F301D
(31,48,29)
#1B2A1A
(27,42,26)
#172417
(23,36,23)
#131E14
(19,30,20)
#0F1811
(15,24,17)
#0B120E
(11,18,14)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #2F4829

#2F4829
(47,72,41)
#41583C
(65,88,60)
#53684F
(83,104,79)
#657862
(101,120,98)
#778875
(119,136,117)
#899888
(137,152,136)
#9BA89B
(155,168,155)
#ADB8AE
(173,184,174)
#BFC8C1
(191,200,193)
#D1D8D4
(209,216,212)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4829 color. Also use rgb(47,72,41) instead hex code.

Text Font Color

.myTextColor { color: #2F4829; }

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

This text font color is #2F4829.


Background Color

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

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

This div background color is #2F4829.


Border color

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

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

This div border color is #2F4829.


Opacity

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

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

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

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

This text has shadow with #2F4829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4829 on black background.


Color preview on white background

This text has color #2F4829 on white background.



Black color preview on #2F4829 background

This text has black color on #2F4829 background.


White color preview on #2F4829 background

This text has white color on #2F4829 background.