COLOR #2F5029

HEX: #2F5029
RGB: (47,80,41)

Color info

#2F5029 contains red, green and blue colors in about the same proportion. Web safe color of #2F5029 is #336633 (or #363).

RGB color model

#2F5029 color RGB value is (47,80,41).

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

RGB channels and saturation

R 47 of 255 = 18%
G 80 of 255 = 31%
B 41 of 255 = 16%

47
80
41

R + G + B ~ 22%. #2F5029 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 80 + 41 = 168 (100%)
R 47 of 168 ~ 27.98%
G 80 of 168 ~ 47.62%
B 41 of 168 ~ 24.4%

%27.98
%47.62
%24.4

CMYK color model

#2F5029 color CMYK value is (41,0,49,69).

  • cyan value is 41.25%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(41,0,49,69)
C41M0Y49K69 
(41%,0%,49%,69%)
(0.41/0.00/0.49/0.69)	

CMYK percentages

%41.25
%0
%48.75
%68.63

Codes

Color #2F5029 in popluar color models

2F5029
RGB478041
HSL111°32.23%23.73%
HSB/HSV111°48.75%31.37%
CMYK41.25%0.00%48.75%
68.63%

Color #2F5029 in popluar number systems.

HEX2F5029
Decimal478041
Binary1011111010000101001
Octal5712051

Shades and tints

Shades of #2F5029

#2F5029
(47,80,41)
#2B4926
(43,73,38)
#274223
(39,66,35)
#233B20
(35,59,32)
#1F341D
(31,52,29)
#1B2D1A
(27,45,26)
#172617
(23,38,23)
#131F14
(19,31,20)
#0F1811
(15,24,17)
#0B110E
(11,17,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #2F5029

#2F5029
(47,80,41)
#415F3C
(65,95,60)
#536E4F
(83,110,79)
#657D62
(101,125,98)
#778C75
(119,140,117)
#899B88
(137,155,136)
#9BAA9B
(155,170,155)
#ADB9AE
(173,185,174)
#BFC8C1
(191,200,193)
#D1D7D4
(209,215,212)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5029; }

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

This text font color is #2F5029.


Background Color

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

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

This div background color is #2F5029.


Border color

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

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

This div border color is #2F5029.


Opacity

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

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

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

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

This text has shadow with #2F5029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5029 on black background.


Color preview on white background

This text has color #2F5029 on white background.



Black color preview on #2F5029 background

This text has black color on #2F5029 background.


White color preview on #2F5029 background

This text has white color on #2F5029 background.