COLOR #2F5131

HEX: #2F5131
RGB: (47,81,49)

Color info

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

RGB color model

#2F5131 color RGB value is (47,81,49).

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

RGB channels and saturation

R 47 of 255 = 18%
G 81 of 255 = 32%
B 49 of 255 = 19%

47
81
49

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

Portions of RGB colors in percentages

R + G + B =
47 + 81 + 49 = 177 (100%)
R 47 of 177 ~ 26.55%
G 81 of 177 ~ 45.76%
B 49 of 177 ~ 27.68%

%26.55
%45.76
%27.68

CMYK color model

#2F5131 color CMYK value is (42,0,40,68).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 68.24%
CMYK:
(42,0,40,68)
C42M0Y40K68 
(42%,0%,40%,68%)
(0.42/0.00/0.40/0.68)	

CMYK percentages

%41.98
%0
%39.51
%68.24

Codes

Color #2F5131 in popluar color models

2F5131
RGB478149
HSL124°26.56%25.10%
HSB/HSV124°41.98%31.76%
CMYK41.98%0.00%39.51%
68.24%

Color #2F5131 in popluar number systems.

HEX2F5131
Decimal478149
Binary1011111010001110001
Octal5712161

Shades and tints

Shades of #2F5131

#2F5131
(47,81,49)
#2B4A2D
(43,74,45)
#274329
(39,67,41)
#233C25
(35,60,37)
#1F3521
(31,53,33)
#1B2E1D
(27,46,29)
#172719
(23,39,25)
#132015
(19,32,21)
#0F1911
(15,25,17)
#0B120D
(11,18,13)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #2F5131

#2F5131
(47,81,49)
#416043
(65,96,67)
#536F55
(83,111,85)
#657E67
(101,126,103)
#778D79
(119,141,121)
#899C8B
(137,156,139)
#9BAB9D
(155,171,157)
#ADBAAF
(173,186,175)
#BFC9C1
(191,201,193)
#D1D8D3
(209,216,211)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5131; }

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

This text font color is #2F5131.


Background Color

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

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

This div background color is #2F5131.


Border color

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

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

This div border color is #2F5131.


Opacity

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

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

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

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

This text has shadow with #2F5131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5131 on black background.


Color preview on white background

This text has color #2F5131 on white background.



Black color preview on #2F5131 background

This text has black color on #2F5131 background.


White color preview on #2F5131 background

This text has white color on #2F5131 background.