COLOR #2F7E6C

HEX: #2F7E6C
RGB: (47,126,108)

Color info

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

RGB color model

#2F7E6C color RGB value is (47,126,108).

  • red value is 47;
  • green value is 126;
  • blue value is 108.
RGB:
(47,126,108)
(18%,49%,42%)

RGB channels and saturation

R 47 of 255 = 18%
G 126 of 255 = 49%
B 108 of 255 = 42%

47
126
108

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

Portions of RGB colors in percentages

R + G + B =
47 + 126 + 108 = 281 (100%)
R 47 of 281 ~ 16.73%
G 126 of 281 ~ 44.84%
B 108 of 281 ~ 38.43%

%16.73
%44.84
%38.43

CMYK color model

#2F7E6C color CMYK value is (63,0,14,51).

  • cyan value is 62.70%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 50.59%
CMYK:
(63,0,14,51)
C63M0Y14K51 
(63%,0%,14%,51%)
(0.63/0.00/0.14/0.51)	

CMYK percentages

%62.7
%0
%14.29
%50.59

Codes

Color #2F7E6C in popluar color models

2F7E6C
RGB47126108
HSL166°45.66%33.92%
HSB/HSV166°62.70%49.41%
CMYK62.70%0.00%14.29%
50.59%

Color #2F7E6C in popluar number systems.

HEX2F7E6C
Decimal47126108
Binary10111111111101101100
Octal57176154

Shades and tints

Shades of #2F7E6C

#2F7E6C
(47,126,108)
#2B7363
(43,115,99)
#27685A
(39,104,90)
#235D51
(35,93,81)
#1F5248
(31,82,72)
#1B473F
(27,71,63)
#173C36
(23,60,54)
#13312D
(19,49,45)
#0F2624
(15,38,36)
#0B1B1B
(11,27,27)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #2F7E6C

#2F7E6C
(47,126,108)
#418979
(65,137,121)
#539486
(83,148,134)
#659F93
(101,159,147)
#77AAA0
(119,170,160)
#89B5AD
(137,181,173)
#9BC0BA
(155,192,186)
#ADCBC7
(173,203,199)
#BFD6D4
(191,214,212)
#D1E1E1
(209,225,225)
#E3ECEE
(227,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7E6C color. Also use rgb(47,126,108) instead hex code.

Text Font Color

.myTextColor { color: #2F7E6C; }

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

This text font color is #2F7E6C.


Background Color

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

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

This div background color is #2F7E6C.


Border color

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

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

This div border color is #2F7E6C.


Opacity

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

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

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

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

This text has shadow with #2F7E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7E6C on black background.


Color preview on white background

This text has color #2F7E6C on white background.



Black color preview on #2F7E6C background

This text has black color on #2F7E6C background.


White color preview on #2F7E6C background

This text has white color on #2F7E6C background.