COLOR #2F5031

HEX: #2F5031
RGB: (47,80,49)

Color info

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

RGB color model

#2F5031 color RGB value is (47,80,49).

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

RGB channels and saturation

R 47 of 255 = 18%
G 80 of 255 = 31%
B 49 of 255 = 19%

47
80
49

R + G + B ~ 23%. #2F5031 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 80 + 49 = 176 (100%)
R 47 of 176 ~ 26.7%
G 80 of 176 ~ 45.45%
B 49 of 176 ~ 27.84%

%26.7
%45.45
%27.84

CMYK color model

#2F5031 color CMYK value is (41,0,39,69).

  • cyan value is 41.25%
  • magenta value is 0.00%
  • yellow value is 38.75%
  • key color value is 68.63%
CMYK:
(41,0,39,69)
C41M0Y39K69 
(41%,0%,39%,69%)
(0.41/0.00/0.39/0.69)	

CMYK percentages

%41.25
%0
%38.75
%68.63

Codes

Color #2F5031 in popluar color models

2F5031
RGB478049
HSL124°25.98%24.90%
HSB/HSV124°41.25%31.37%
CMYK41.25%0.00%38.75%
68.63%

Color #2F5031 in popluar number systems.

HEX2F5031
Decimal478049
Binary1011111010000110001
Octal5712061

Shades and tints

Shades of #2F5031

#2F5031
(47,80,49)
#2B492D
(43,73,45)
#274229
(39,66,41)
#233B25
(35,59,37)
#1F3421
(31,52,33)
#1B2D1D
(27,45,29)
#172619
(23,38,25)
#131F15
(19,31,21)
#0F1811
(15,24,17)
#0B110D
(11,17,13)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #2F5031

#2F5031
(47,80,49)
#415F43
(65,95,67)
#536E55
(83,110,85)
#657D67
(101,125,103)
#778C79
(119,140,121)
#899B8B
(137,155,139)
#9BAA9D
(155,170,157)
#ADB9AF
(173,185,175)
#BFC8C1
(191,200,193)
#D1D7D3
(209,215,211)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5031; }

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

This text font color is #2F5031.


Background Color

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

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

This div background color is #2F5031.


Border color

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

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

This div border color is #2F5031.


Opacity

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

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

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

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

This text has shadow with #2F5031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5031 on black background.


Color preview on white background

This text has color #2F5031 on white background.



Black color preview on #2F5031 background

This text has black color on #2F5031 background.


White color preview on #2F5031 background

This text has white color on #2F5031 background.