COLOR #2F685E

HEX: #2F685E
RGB: (47,104,94)

Color info

#2F685E contains red, green and blue colors in about the same proportion. Web safe color of #2F685E is #336666 (or #366).

RGB color model

#2F685E color RGB value is (47,104,94).

  • red value is 47;
  • green value is 104;
  • blue value is 94.
RGB:
(47,104,94)
(18%,41%,37%)

RGB channels and saturation

R 47 of 255 = 18%
G 104 of 255 = 41%
B 94 of 255 = 37%

47
104
94

R + G + B ~ 32%. #2F685E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 104 + 94 = 245 (100%)
R 47 of 245 ~ 19.18%
G 104 of 245 ~ 42.45%
B 94 of 245 ~ 38.37%

%19.18
%42.45
%38.37

CMYK color model

#2F685E color CMYK value is (55,0,10,59).

  • cyan value is 54.81%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 59.22%
CMYK:
(55,0,10,59)
C55M0Y10K59 
(55%,0%,10%,59%)
(0.55/0.00/0.10/0.59)	

CMYK percentages

%54.81
%0
%9.62
%59.22

Codes

Color #2F685E in popluar color models

2F685E
RGB4710494
HSL169°37.75%29.61%
HSB/HSV169°54.81%40.78%
CMYK54.81%0.00%9.62%
59.22%

Color #2F685E in popluar number systems.

HEX2F685E
Decimal4710494
Binary10111111010001011110
Octal57150136

Shades and tints

Shades of #2F685E

#2F685E
(47,104,94)
#2B5F56
(43,95,86)
#27564E
(39,86,78)
#234D46
(35,77,70)
#1F443E
(31,68,62)
#1B3B36
(27,59,54)
#17322E
(23,50,46)
#132926
(19,41,38)
#0F201E
(15,32,30)
#0B1716
(11,23,22)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #2F685E

#2F685E
(47,104,94)
#41756C
(65,117,108)
#53827A
(83,130,122)
#658F88
(101,143,136)
#779C96
(119,156,150)
#89A9A4
(137,169,164)
#9BB6B2
(155,182,178)
#ADC3C0
(173,195,192)
#BFD0CE
(191,208,206)
#D1DDDC
(209,221,220)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F685E; }

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

This text font color is #2F685E.


Background Color

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

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

This div background color is #2F685E.


Border color

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

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

This div border color is #2F685E.


Opacity

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

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

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

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

This text has shadow with #2F685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F685E on black background.


Color preview on white background

This text has color #2F685E on white background.



Black color preview on #2F685E background

This text has black color on #2F685E background.


White color preview on #2F685E background

This text has white color on #2F685E background.