COLOR #2F575F

HEX: #2F575F RGB: (47,87,95)

Color info

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

RGB color model

#2F575F color RGB value is (47,87,95).

RGB: (47,87,95) (18%, 34%, 37%)

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 95 of 255 = 37%

47
87
95

R + G + B ~ 30%. #2F575F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 87 + 95 = 229 (100%)
R 47 of 229 ~ 20.52%
G 87 of 229 ~ 37.99%
B 95 of 229 ~ 41.48'%

%20.52
%37.99
%41.48

CMYK color model

#2F575F color CMYK value is (51,8,0,63).

  • cyan value is 50.53%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (51,8,0,63) C51M8Y0K63 (51%,8%,0%,63%) (0.51/0.08/0.00/0.63) 

CMYK percentages

%50.53
%8.42
%0
%62.75

Codes

Color #2F575F in popluar color models

2F 57 5F
RGB 47 87 95
HSL 190° 33.80% 27.84%
HSB/HSV 190° 50.53% 37.25%
CMYK 50.53% 8.42% 0.00%
62.75%

Color #2F575F in popluar number systems.

HEX 2F 57 5F
Decimal 47 87 95
Binary 101111 1010111 1011111
Octal 57 127 137

Shades and tints

Shades of #2F575F

#2F575F
(47,87,95)
#2B5057
(43,80,87)
#27494F
(39,73,79)
#234247
(35,66,71)
#1F3B3F
(31,59,63)
#1B3437
(27,52,55)
#172D2F
(23,45,47)
#132627
(19,38,39)
#0F1F1F
(15,31,31)
#0B1817
(11,24,23)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #2F575F

#2F575F
(47,87,95)
#41666D
(65,102,109)
#53757B
(83,117,123)
#658489
(101,132,137)
#779397
(119,147,151)
#89A2A5
(137,162,165)
#9BB1B3
(155,177,179)
#ADC0C1
(173,192,193)
#BFCFCF
(191,207,207)
#D1DEDD
(209,222,221)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F575F; }

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

This text font color is #2F575F.

Background Color

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

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

This div background color is #2F575F.

Border color

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

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

This div border color is #2F575F.

Opacity

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

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

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

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

This text has shadow with #2F575F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F575F.

Preview

Color preview on black background

This text has color #2F575F on black background.


Color preview on white background

This text has color #2F575F on white background.


Black color preview on #2F575F background

This text has black color on #2F575F background.


White color preview on #2F575F background

This text has white color on #2F575F background.


Related colors

Complementary color

Complementary color for #hex is #D0A8A0.


I love getcolorcode.com

Triadic colors

1 #5F2F57 and #575F2F with #2F575F are triadic colors.

2 #5F572F and #572F5F with #2F575F are triadic colors.