COLOR #2F7846

HEX: #2F7846
RGB: (47,120,70)

Color info

#2F7846 contains mainly green and blue colors. Web safe color of #2F7846 is #336633 (or #363).

RGB color model

#2F7846 color RGB value is (47,120,70).

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

RGB channels and saturation

R 47 of 255 = 18%
G 120 of 255 = 47%
B 70 of 255 = 27%

47
120
70

R + G + B ~ 31%. #2F7846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 120 + 70 = 237 (100%)
R 47 of 237 ~ 19.83%
G 120 of 237 ~ 50.63%
B 70 of 237 ~ 29.54%

%19.83
%50.63
%29.54

CMYK color model

#2F7846 color CMYK value is (61,0,42,53).

  • cyan value is 60.83%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 52.94%
CMYK:
(61,0,42,53)
C61M0Y42K53 
(61%,0%,42%,53%)
(0.61/0.00/0.42/0.53)	

CMYK percentages

%60.83
%0
%41.67
%52.94

Codes

Color #2F7846 in popluar color models

2F7846
RGB4712070
HSL139°43.71%32.75%
HSB/HSV139°60.83%47.06%
CMYK60.83%0.00%41.67%
52.94%

Color #2F7846 in popluar number systems.

HEX2F7846
Decimal4712070
Binary10111111110001000110
Octal57170106

Shades and tints

Shades of #2F7846

#2F7846
(47,120,70)
#2B6E40
(43,110,64)
#27643A
(39,100,58)
#235A34
(35,90,52)
#1F502E
(31,80,46)
#1B4628
(27,70,40)
#173C22
(23,60,34)
#13321C
(19,50,28)
#0F2816
(15,40,22)
#0B1E10
(11,30,16)
#07140A
(7,20,10)
#000000
(0,0,0)

Tints of #2F7846

#2F7846
(47,120,70)
#418456
(65,132,86)
#539066
(83,144,102)
#659C76
(101,156,118)
#77A886
(119,168,134)
#89B496
(137,180,150)
#9BC0A6
(155,192,166)
#ADCCB6
(173,204,182)
#BFD8C6
(191,216,198)
#D1E4D6
(209,228,214)
#E3F0E6
(227,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7846; }

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

This text font color is #2F7846.


Background Color

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

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

This div background color is #2F7846.


Border color

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

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

This div border color is #2F7846.


Opacity

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

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

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

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

This text has shadow with #2F7846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7846 on black background.


Color preview on white background

This text has color #2F7846 on white background.



Black color preview on #2F7846 background

This text has black color on #2F7846 background.


White color preview on #2F7846 background

This text has white color on #2F7846 background.