COLOR #2F7648

HEX: #2F7648
RGB: (47,118,72)

Color info

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

RGB color model

#2F7648 color RGB value is (47,118,72).

  • red value is 47;
  • green value is 118;
  • blue value is 72.
RGB:
(47,118,72)
(18%,46%,28%)

RGB channels and saturation

R 47 of 255 = 18%
G 118 of 255 = 46%
B 72 of 255 = 28%

47
118
72

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

Portions of RGB colors in percentages

R + G + B =
47 + 118 + 72 = 237 (100%)
R 47 of 237 ~ 19.83%
G 118 of 237 ~ 49.79%
B 72 of 237 ~ 30.38%

%19.83
%49.79
%30.38

CMYK color model

#2F7648 color CMYK value is (60,0,39,54).

  • cyan value is 60.17%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(60,0,39,54)
C60M0Y39K54 
(60%,0%,39%,54%)
(0.60/0.00/0.39/0.54)	

CMYK percentages

%60.17
%0
%38.98
%53.73

Codes

Color #2F7648 in popluar color models

2F7648
RGB4711872
HSL141°43.03%32.35%
HSB/HSV141°60.17%46.27%
CMYK60.17%0.00%38.98%
53.73%

Color #2F7648 in popluar number systems.

HEX2F7648
Decimal4711872
Binary10111111101101001000
Octal57166110

Shades and tints

Shades of #2F7648

#2F7648
(47,118,72)
#2B6C42
(43,108,66)
#27623C
(39,98,60)
#235836
(35,88,54)
#1F4E30
(31,78,48)
#1B442A
(27,68,42)
#173A24
(23,58,36)
#13301E
(19,48,30)
#0F2618
(15,38,24)
#0B1C12
(11,28,18)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #2F7648

#2F7648
(47,118,72)
#418258
(65,130,88)
#538E68
(83,142,104)
#659A78
(101,154,120)
#77A688
(119,166,136)
#89B298
(137,178,152)
#9BBEA8
(155,190,168)
#ADCAB8
(173,202,184)
#BFD6C8
(191,214,200)
#D1E2D8
(209,226,216)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7648 color. Also use rgb(47,118,72) instead hex code.

Text Font Color

.myTextColor { color: #2F7648; }

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

This text font color is #2F7648.


Background Color

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

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

This div background color is #2F7648.


Border color

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

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

This div border color is #2F7648.


Opacity

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

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

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

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

This text has shadow with #2F7648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7648 on black background.


Color preview on white background

This text has color #2F7648 on white background.



Black color preview on #2F7648 background

This text has black color on #2F7648 background.


White color preview on #2F7648 background

This text has white color on #2F7648 background.