COLOR #2F685F

HEX: #2F685F RGB: (47,104,95)

Color info

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

RGB color model

#2F685F color RGB value is (47,104,95).

RGB: (47,104,95) (18%, 41%, 37%)

RGB channels and saturation

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

47
104
95

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

Portions of RGB colors in percentages

R + G + B = 47 + 104 + 95 = 246 (100%)
R 47 of 246 ~ 19.11%
G 104 of 246 ~ 42.28%
B 95 of 246 ~ 38.62'%

%19.11
%42.28
%38.62

CMYK color model

#2F685F color CMYK value is (55,0,9,59).

  • cyan value is 54.81%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (55,0,9,59)
C55M0Y9K59 (55%, 0%, 9%, 59%)
(0.55 / 0.00 / 0.09 / 0.59)

CMYK percentages

%54.81
%0
%8.65
%59.22

Codes

Color #2F685F in popluar color models

2F 68 5F
RGB 47 104 95
HSL 171° 37.75% 29.61%
HSB/HSV 171° 54.81% 40.78%
CMYK 54.81% 0.00% 8.65%
59.22%

Color #2F685F in popluar number systems.

HEX 2F 68 5F
Decimal 47 104 95
Binary 101111 1101000 1011111
Octal 57 150 137

Shades and tints

Shades of #2F685F

#2F685F
(47,104,95)
#2B5F57
(43,95,87)
#27564F
(39,86,79)
#234D47
(35,77,71)
#1F443F
(31,68,63)
#1B3B37
(27,59,55)
#17322F
(23,50,47)
#132927
(19,41,39)
#0F201F
(15,32,31)
#0B1717
(11,23,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #2F685F

#2F685F
(47,104,95)
#41756D
(65,117,109)
#53827B
(83,130,123)
#658F89
(101,143,137)
#779C97
(119,156,151)
#89A9A5
(137,169,165)
#9BB6B3
(155,182,179)
#ADC3C1
(173,195,193)
#BFD0CF
(191,208,207)
#D1DDDD
(209,221,221)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F685F; }

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

This text font color is #2F685F.

Background Color

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

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

This div background color is #2F685F.

Border color

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

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

This div border color is #2F685F.

Opacity

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

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

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

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

This text has shadow with #2F685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F685F.

Preview

Color preview on black background

This text has color #2F685F on black background.


Color preview on white background

This text has color #2F685F on white background.


Black color preview on #2F685F background

This text has black color on #2F685F background.


White color preview on #2F685F background

This text has white color on #2F685F background.


Related colors

Complementary color

Complementary color for #hex is #D097A0.


I love getcolorcode.com

Triadic colors

1 #5F2F68 and #685F2F with #2F685F are triadic colors.

2 #5F682F and #682F5F with #2F685F are triadic colors.