COLOR #2F574F

HEX: #2F574F
RGB: (47,87,79)

Color info

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

RGB color model

#2F574F color RGB value is (47,87,79).

  • red value is 47;
  • green value is 87;
  • blue value is 79.
RGB:
(47,87,79)
(18%,34%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 87 of 255 = 34%
B 79 of 255 = 31%

47
87
79

R + G + B ~ 28%. #2F574F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 87 + 79 = 213 (100%)
R 47 of 213 ~ 22.07%
G 87 of 213 ~ 40.85%
B 79 of 213 ~ 37.09%

%22.07
%40.85
%37.09

CMYK color model

#2F574F color CMYK value is (46,0,9,66).

  • cyan value is 45.98%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(46,0,9,66)
C46M0Y9K66 
(46%,0%,9%,66%)
(0.46/0.00/0.09/0.66)	

CMYK percentages

%45.98
%0
%9.2
%65.88

Codes

Color #2F574F in popluar color models

2F574F
RGB478779
HSL168°29.85%26.27%
HSB/HSV168°45.98%34.12%
CMYK45.98%0.00%9.20%
65.88%

Color #2F574F in popluar number systems.

HEX2F574F
Decimal478779
Binary10111110101111001111
Octal57127117

Shades and tints

Shades of #2F574F

#2F574F
(47,87,79)
#2B5048
(43,80,72)
#274941
(39,73,65)
#23423A
(35,66,58)
#1F3B33
(31,59,51)
#1B342C
(27,52,44)
#172D25
(23,45,37)
#13261E
(19,38,30)
#0F1F17
(15,31,23)
#0B1810
(11,24,16)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #2F574F

#2F574F
(47,87,79)
#41665F
(65,102,95)
#53756F
(83,117,111)
#65847F
(101,132,127)
#77938F
(119,147,143)
#89A29F
(137,162,159)
#9BB1AF
(155,177,175)
#ADC0BF
(173,192,191)
#BFCFCF
(191,207,207)
#D1DEDF
(209,222,223)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F574F; }

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

This text font color is #2F574F.


Background Color

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

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

This div background color is #2F574F.


Border color

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

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

This div border color is #2F574F.


Opacity

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

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

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

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

This text has shadow with #2F574F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F574F on black background.


Color preview on white background

This text has color #2F574F on white background.



Black color preview on #2F574F background

This text has black color on #2F574F background.


White color preview on #2F574F background

This text has white color on #2F574F background.