COLOR #2F574E

HEX: #2F574E
RGB: (47,87,78)

Color info

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

RGB color model

#2F574E color RGB value is (47,87,78).

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

RGB channels and saturation

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

47
87
78

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

Portions of RGB colors in percentages

R + G + B =
47 + 87 + 78 = 212 (100%)
R 47 of 212 ~ 22.17%
G 87 of 212 ~ 41.04%
B 78 of 212 ~ 36.79%

%22.17
%41.04
%36.79

CMYK color model

#2F574E color CMYK value is (46,0,10,66).

  • cyan value is 45.98%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(46,0,10,66)
C46M0Y10K66 
(46%,0%,10%,66%)
(0.46/0.00/0.10/0.66)	

CMYK percentages

%45.98
%0
%10.34
%65.88

Codes

Color #2F574E in popluar color models

2F574E
RGB478778
HSL167°29.85%26.27%
HSB/HSV167°45.98%34.12%
CMYK45.98%0.00%10.34%
65.88%

Color #2F574E in popluar number systems.

HEX2F574E
Decimal478778
Binary10111110101111001110
Octal57127116

Shades and tints

Shades of #2F574E

#2F574E
(47,87,78)
#2B5047
(43,80,71)
#274940
(39,73,64)
#234239
(35,66,57)
#1F3B32
(31,59,50)
#1B342B
(27,52,43)
#172D24
(23,45,36)
#13261D
(19,38,29)
#0F1F16
(15,31,22)
#0B180F
(11,24,15)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #2F574E

#2F574E
(47,87,78)
#41665E
(65,102,94)
#53756E
(83,117,110)
#65847E
(101,132,126)
#77938E
(119,147,142)
#89A29E
(137,162,158)
#9BB1AE
(155,177,174)
#ADC0BE
(173,192,190)
#BFCFCE
(191,207,206)
#D1DEDE
(209,222,222)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F574E; }

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

This text font color is #2F574E.


Background Color

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

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

This div background color is #2F574E.


Border color

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

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

This div border color is #2F574E.


Opacity

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

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

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

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

This text has shadow with #2F574E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F574E on black background.


Color preview on white background

This text has color #2F574E on white background.



Black color preview on #2F574E background

This text has black color on #2F574E background.


White color preview on #2F574E background

This text has white color on #2F574E background.