COLOR #2F7F78

HEX: #2F7F78
RGB: (47,127,120)

Color info

#2F7F78 contains mainly green and blue colors. Web safe color of #2F7F78 is #336666 (or #366).

RGB color model

#2F7F78 color RGB value is (47,127,120).

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

RGB channels and saturation

R 47 of 255 = 18%
G 127 of 255 = 50%
B 120 of 255 = 47%

47
127
120

R + G + B ~ 38%. #2F7F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 127 + 120 = 294 (100%)
R 47 of 294 ~ 15.99%
G 127 of 294 ~ 43.2%
B 120 of 294 ~ 40.82%

%15.99
%43.2
%40.82

CMYK color model

#2F7F78 color CMYK value is (63,0,6,50).

  • cyan value is 62.99%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 50.20%
CMYK:
(63,0,6,50)
C63M0Y6K50 
(63%,0%,6%,50%)
(0.63/0.00/0.06/0.50)	

CMYK percentages

%62.99
%0
%5.51
%50.2

Codes

Color #2F7F78 in popluar color models

2F7F78
RGB47127120
HSL175°45.98%34.12%
HSB/HSV175°62.99%49.80%
CMYK62.99%0.00%5.51%
50.20%

Color #2F7F78 in popluar number systems.

HEX2F7F78
Decimal47127120
Binary10111111111111111000
Octal57177170

Shades and tints

Shades of #2F7F78

#2F7F78
(47,127,120)
#2B746E
(43,116,110)
#276964
(39,105,100)
#235E5A
(35,94,90)
#1F5350
(31,83,80)
#1B4846
(27,72,70)
#173D3C
(23,61,60)
#133232
(19,50,50)
#0F2728
(15,39,40)
#0B1C1E
(11,28,30)
#071114
(7,17,20)
#000000
(0,0,0)

Tints of #2F7F78

#2F7F78
(47,127,120)
#418A84
(65,138,132)
#539590
(83,149,144)
#65A09C
(101,160,156)
#77ABA8
(119,171,168)
#89B6B4
(137,182,180)
#9BC1C0
(155,193,192)
#ADCCCC
(173,204,204)
#BFD7D8
(191,215,216)
#D1E2E4
(209,226,228)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7F78; }

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

This text font color is #2F7F78.


Background Color

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

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

This div background color is #2F7F78.


Border color

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

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

This div border color is #2F7F78.


Opacity

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

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

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

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

This text has shadow with #2F7F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7F78 on black background.


Color preview on white background

This text has color #2F7F78 on white background.



Black color preview on #2F7F78 background

This text has black color on #2F7F78 background.


White color preview on #2F7F78 background

This text has white color on #2F7F78 background.