COLOR #2F685D

HEX: #2F685D
RGB: (47,104,93)

Color info

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

RGB color model

#2F685D color RGB value is (47,104,93).

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

RGB channels and saturation

R 47 of 255 = 18%
G 104 of 255 = 41%
B 93 of 255 = 36%

47
104
93

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

Portions of RGB colors in percentages

R + G + B =
47 + 104 + 93 = 244 (100%)
R 47 of 244 ~ 19.26%
G 104 of 244 ~ 42.62%
B 93 of 244 ~ 38.11%

%19.26
%42.62
%38.11

CMYK color model

#2F685D color CMYK value is (55,0,11,59).

  • cyan value is 54.81%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK:
(55,0,11,59)
C55M0Y11K59 
(55%,0%,11%,59%)
(0.55/0.00/0.11/0.59)	

CMYK percentages

%54.81
%0
%10.58
%59.22

Codes

Color #2F685D in popluar color models

2F685D
RGB4710493
HSL168°37.75%29.61%
HSB/HSV168°54.81%40.78%
CMYK54.81%0.00%10.58%
59.22%

Color #2F685D in popluar number systems.

HEX2F685D
Decimal4710493
Binary10111111010001011101
Octal57150135

Shades and tints

Shades of #2F685D

#2F685D
(47,104,93)
#2B5F55
(43,95,85)
#27564D
(39,86,77)
#234D45
(35,77,69)
#1F443D
(31,68,61)
#1B3B35
(27,59,53)
#17322D
(23,50,45)
#132925
(19,41,37)
#0F201D
(15,32,29)
#0B1715
(11,23,21)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #2F685D

#2F685D
(47,104,93)
#41756B
(65,117,107)
#538279
(83,130,121)
#658F87
(101,143,135)
#779C95
(119,156,149)
#89A9A3
(137,169,163)
#9BB6B1
(155,182,177)
#ADC3BF
(173,195,191)
#BFD0CD
(191,208,205)
#D1DDDB
(209,221,219)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F685D; }

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

This text font color is #2F685D.


Background Color

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

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

This div background color is #2F685D.


Border color

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

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

This div border color is #2F685D.


Opacity

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

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

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

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

This text has shadow with #2F685D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F685D on black background.


Color preview on white background

This text has color #2F685D on white background.



Black color preview on #2F685D background

This text has black color on #2F685D background.


White color preview on #2F685D background

This text has white color on #2F685D background.