COLOR #2F6546

HEX: #2F6546
RGB: (47,101,70)

Color info

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

RGB color model

#2F6546 color RGB value is (47,101,70).

  • red value is 47;
  • green value is 101;
  • blue value is 70.
RGB:
(47,101,70)
(18%,40%,27%)

RGB channels and saturation

R 47 of 255 = 18%
G 101 of 255 = 40%
B 70 of 255 = 27%

47
101
70

R + G + B ~ 28%. #2F6546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 101 + 70 = 218 (100%)
R 47 of 218 ~ 21.56%
G 101 of 218 ~ 46.33%
B 70 of 218 ~ 32.11%

%21.56
%46.33
%32.11

CMYK color model

#2F6546 color CMYK value is (53,0,31,60).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 60.39%
CMYK:
(53,0,31,60)
C53M0Y31K60 
(53%,0%,31%,60%)
(0.53/0.00/0.31/0.60)	

CMYK percentages

%53.47
%0
%30.69
%60.39

Codes

Color #2F6546 in popluar color models

2F6546
RGB4710170
HSL146°36.49%29.02%
HSB/HSV146°53.47%39.61%
CMYK53.47%0.00%30.69%
60.39%

Color #2F6546 in popluar number systems.

HEX2F6546
Decimal4710170
Binary10111111001011000110
Octal57145106

Shades and tints

Shades of #2F6546

#2F6546
(47,101,70)
#2B5C40
(43,92,64)
#27533A
(39,83,58)
#234A34
(35,74,52)
#1F412E
(31,65,46)
#1B3828
(27,56,40)
#172F22
(23,47,34)
#13261C
(19,38,28)
#0F1D16
(15,29,22)
#0B1410
(11,20,16)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #2F6546

#2F6546
(47,101,70)
#417356
(65,115,86)
#538166
(83,129,102)
#658F76
(101,143,118)
#779D86
(119,157,134)
#89AB96
(137,171,150)
#9BB9A6
(155,185,166)
#ADC7B6
(173,199,182)
#BFD5C6
(191,213,198)
#D1E3D6
(209,227,214)
#E3F1E6
(227,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6546 color. Also use rgb(47,101,70) instead hex code.

Text Font Color

.myTextColor { color: #2F6546; }

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

This text font color is #2F6546.


Background Color

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

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

This div background color is #2F6546.


Border color

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

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

This div border color is #2F6546.


Opacity

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

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

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

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

This text has shadow with #2F6546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6546 on black background.


Color preview on white background

This text has color #2F6546 on white background.



Black color preview on #2F6546 background

This text has black color on #2F6546 background.


White color preview on #2F6546 background

This text has white color on #2F6546 background.