COLOR #2F512E

HEX: #2F512E
RGB: (47,81,46)

Color info

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

RGB color model

#2F512E color RGB value is (47,81,46).

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

RGB channels and saturation

R 47 of 255 = 18%
G 81 of 255 = 32%
B 46 of 255 = 18%

47
81
46

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

Portions of RGB colors in percentages

R + G + B =
47 + 81 + 46 = 174 (100%)
R 47 of 174 ~ 27.01%
G 81 of 174 ~ 46.55%
B 46 of 174 ~ 26.44%

%27.01
%46.55
%26.44

CMYK color model

#2F512E color CMYK value is (42,0,43,68).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 43.21%
  • key color value is 68.24%
CMYK:
(42,0,43,68)
C42M0Y43K68 
(42%,0%,43%,68%)
(0.42/0.00/0.43/0.68)	

CMYK percentages

%41.98
%0
%43.21
%68.24

Codes

Color #2F512E in popluar color models

2F512E
RGB478146
HSL118°27.56%24.90%
HSB/HSV118°43.21%31.76%
CMYK41.98%0.00%43.21%
68.24%

Color #2F512E in popluar number systems.

HEX2F512E
Decimal478146
Binary1011111010001101110
Octal5712156

Shades and tints

Shades of #2F512E

#2F512E
(47,81,46)
#2B4A2A
(43,74,42)
#274326
(39,67,38)
#233C22
(35,60,34)
#1F351E
(31,53,30)
#1B2E1A
(27,46,26)
#172716
(23,39,22)
#132012
(19,32,18)
#0F190E
(15,25,14)
#0B120A
(11,18,10)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #2F512E

#2F512E
(47,81,46)
#416041
(65,96,65)
#536F54
(83,111,84)
#657E67
(101,126,103)
#778D7A
(119,141,122)
#899C8D
(137,156,141)
#9BABA0
(155,171,160)
#ADBAB3
(173,186,179)
#BFC9C6
(191,201,198)
#D1D8D9
(209,216,217)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F512E; }

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

This text font color is #2F512E.


Background Color

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

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

This div background color is #2F512E.


Border color

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

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

This div border color is #2F512E.


Opacity

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

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

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

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

This text has shadow with #2F512E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F512E on black background.


Color preview on white background

This text has color #2F512E on white background.



Black color preview on #2F512E background

This text has black color on #2F512E background.


White color preview on #2F512E background

This text has white color on #2F512E background.