COLOR #2F8463

HEX: #2F8463 RGB: (47,132,99)

Color info

#2F8463 contains mainly green and blue colors. Web safe color of #2F8463 is #339966 (or #396).

RGB color model

#2F8463 color RGB value is (47,132,99).

RGB: (47,132,99) (18%, 52%, 39%)

RGB channels and saturation

R 47 of 255 = 18%
G 132 of 255 = 52%
B 99 of 255 = 39%

47
132
99

R + G + B ~ 36%. #2F8463 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 132 + 99 = 278 (100%)
R 47 of 278 ~ 16.91%
G 132 of 278 ~ 47.48%
B 99 of 278 ~ 35.61'%

%16.91
%47.48
%35.61

CMYK color model

#2F8463 color CMYK value is (64,0,25,48).

  • cyan value is 64.39%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 48.24%

CMYK: (64,0,25,48)
C64M0Y25K48 (64%, 0%, 25%, 48%)
(0.64 / 0.00 / 0.25 / 0.48)

CMYK percentages

%64.39
%0
%25
%48.24

Codes

Color #2F8463 in popluar color models

2F 84 63
RGB 47 132 99
HSL 157° 47.49% 35.10%
HSB/HSV 157° 64.39% 51.76%
CMYK 64.39% 0.00% 25.00%
48.24%

Color #2F8463 in popluar number systems.

HEX 2F 84 63
Decimal 47 132 99
Binary 101111 10000100 1100011
Octal 57 204 143

Shades and tints

Shades of #2F8463

#2F8463
(47,132,99)
#2B785A
(43,120,90)
#276C51
(39,108,81)
#236048
(35,96,72)
#1F543F
(31,84,63)
#1B4836
(27,72,54)
#173C2D
(23,60,45)
#133024
(19,48,36)
#0F241B
(15,36,27)
#0B1812
(11,24,18)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #2F8463

#2F8463
(47,132,99)
#418F71
(65,143,113)
#539A7F
(83,154,127)
#65A58D
(101,165,141)
#77B09B
(119,176,155)
#89BBA9
(137,187,169)
#9BC6B7
(155,198,183)
#ADD1C5
(173,209,197)
#BFDCD3
(191,220,211)
#D1E7E1
(209,231,225)
#E3F2EF
(227,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8463 color. Also use rgb(47,132,99) instead hex code.

Text Font Color

.myTextColor { color: #2F8463; }

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

This text font color is #2F8463.

Background Color

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

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

This div background color is #2F8463.

Border color

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

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

This div border color is #2F8463.

Opacity

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

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

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

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

This text has shadow with #2F8463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F8463.

Preview

Color preview on black background

This text has color #2F8463 on black background.


Color preview on white background

This text has color #2F8463 on white background.


Black color preview on #2F8463 background

This text has black color on #2F8463 background.


White color preview on #2F8463 background

This text has white color on #2F8463 background.


Related colors

Complementary color

Complementary color for #hex is #D07B9C.


I love getcolorcode.com

Triadic colors

1 #632F84 and #84632F with #2F8463 are triadic colors.

2 #63842F and #842F63 with #2F8463 are triadic colors.