COLOR #2F6E6E

HEX: #2F6E6E
RGB: (47,110,110)

Color info

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

RGB color model

#2F6E6E color RGB value is (47,110,110).

  • red value is 47;
  • green value is 110;
  • blue value is 110.
RGB:
(47,110,110)
(18%,43%,43%)

RGB channels and saturation

R 47 of 255 = 18%
G 110 of 255 = 43%
B 110 of 255 = 43%

47
110
110

R + G + B ~ 35%. #2F6E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 110 + 110 = 267 (100%)
R 47 of 267 ~ 17.6%
G 110 of 267 ~ 41.2%
B 110 of 267 ~ 41.2%

%17.6
%41.2
%41.2

CMYK color model

#2F6E6E color CMYK value is (57,0,0,57).

  • cyan value is 57.27%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(57,0,0,57)
C57M0Y0K57 
(57%,0%,0%,57%)
(0.57/0.00/0.00/0.57)	

CMYK percentages

%57.27
%0
%0
%56.86

Codes

Color #2F6E6E in popluar color models

2F6E6E
RGB47110110
HSL180°40.13%30.78%
HSB/HSV180°57.27%43.14%
CMYK57.27%0.00%0.00%
56.86%

Color #2F6E6E in popluar number systems.

HEX2F6E6E
Decimal47110110
Binary10111111011101101110
Octal57156156

Shades and tints

Shades of #2F6E6E

#2F6E6E
(47,110,110)
#2B6464
(43,100,100)
#275A5A
(39,90,90)
#235050
(35,80,80)
#1F4646
(31,70,70)
#1B3C3C
(27,60,60)
#173232
(23,50,50)
#132828
(19,40,40)
#0F1E1E
(15,30,30)
#0B1414
(11,20,20)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #2F6E6E

#2F6E6E
(47,110,110)
#417B7B
(65,123,123)
#538888
(83,136,136)
#659595
(101,149,149)
#77A2A2
(119,162,162)
#89AFAF
(137,175,175)
#9BBCBC
(155,188,188)
#ADC9C9
(173,201,201)
#BFD6D6
(191,214,214)
#D1E3E3
(209,227,227)
#E3F0F0
(227,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6E6E; }

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

This text font color is #2F6E6E.


Background Color

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

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

This div background color is #2F6E6E.


Border color

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

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

This div border color is #2F6E6E.


Opacity

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

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

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

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

This text has shadow with #2F6E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6E6E on black background.


Color preview on white background

This text has color #2F6E6E on white background.



Black color preview on #2F6E6E background

This text has black color on #2F6E6E background.


White color preview on #2F6E6E background

This text has white color on #2F6E6E background.