COLOR #2F8677

HEX: #2F8677
RGB: (47,134,119)

Color info

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

RGB color model

#2F8677 color RGB value is (47,134,119).

  • red value is 47;
  • green value is 134;
  • blue value is 119.
RGB:
(47,134,119)
(18%,53%,47%)

RGB channels and saturation

R 47 of 255 = 18%
G 134 of 255 = 53%
B 119 of 255 = 47%

47
134
119

R + G + B ~ 39%. #2F8677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 134 + 119 = 300 (100%)
R 47 of 300 ~ 15.67%
G 134 of 300 ~ 44.67%
B 119 of 300 ~ 39.67%

%15.67
%44.67
%39.67

CMYK color model

#2F8677 color CMYK value is (65,0,11,47).

  • cyan value is 64.93%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(65,0,11,47)
C65M0Y11K47 
(65%,0%,11%,47%)
(0.65/0.00/0.11/0.47)	

CMYK percentages

%64.93
%0
%11.19
%47.45

Codes

Color #2F8677 in popluar color models

2F8677
RGB47134119
HSL170°48.07%35.49%
HSB/HSV170°64.93%52.55%
CMYK64.93%0.00%11.19%
47.45%

Color #2F8677 in popluar number systems.

HEX2F8677
Decimal47134119
Binary101111100001101110111
Octal57206167

Shades and tints

Shades of #2F8677

#2F8677
(47,134,119)
#2B7A6D
(43,122,109)
#276E63
(39,110,99)
#236259
(35,98,89)
#1F564F
(31,86,79)
#1B4A45
(27,74,69)
#173E3B
(23,62,59)
#133231
(19,50,49)
#0F2627
(15,38,39)
#0B1A1D
(11,26,29)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #2F8677

#2F8677
(47,134,119)
#419183
(65,145,131)
#539C8F
(83,156,143)
#65A79B
(101,167,155)
#77B2A7
(119,178,167)
#89BDB3
(137,189,179)
#9BC8BF
(155,200,191)
#ADD3CB
(173,211,203)
#BFDED7
(191,222,215)
#D1E9E3
(209,233,227)
#E3F4EF
(227,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8677 color. Also use rgb(47,134,119) instead hex code.

Text Font Color

.myTextColor { color: #2F8677; }

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

This text font color is #2F8677.


Background Color

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

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

This div background color is #2F8677.


Border color

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

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

This div border color is #2F8677.


Opacity

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

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

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

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

This text has shadow with #2F8677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8677 on black background.


Color preview on white background

This text has color #2F8677 on white background.



Black color preview on #2F8677 background

This text has black color on #2F8677 background.


White color preview on #2F8677 background

This text has white color on #2F8677 background.